Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikehorn-git/writeup
https://github.com/mikehorn-git/writeup
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/mikehorn-git/writeup
- Owner: MikeHorn-git
- License: mit
- Created: 2024-09-20T15:52:37.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T08:40:17.000Z (18 days ago)
- Last Synced: 2024-10-31T09:29:05.415Z (18 days ago)
- Language: PHP
- Homepage:
- Size: 39.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
Writeups for various challenges.
Unfinished challenges have their progression inside brackets.# CTF
## ECW
* Plc
* Ship# Platforms
## Cyberdefenders
* Red Stealer
* Reveal## HackTheBox
### Challenges
* Obscure
* RedTrails [2/3]### Sherlock
* Campfire-1
* Campfire-2
* CrownJewel-1
* CrownJewel-2
* Heartbreaker-Continuum
* Nuts [89%]
* Reaper# Lint
## [Markdownlint](https://github.com/DavidAnson/markdownlint)
```bash
# Execute on repository root
mdl .
```## [Vale](https://github.com/errata-ai/vale)
```bash
# Execute on repository root
vale .
```