https://github.com/mikehorn-git/writeup
Writeup for Cyberdefender, HTB and Hackropole
https://github.com/mikehorn-git/writeup
Last synced: over 1 year ago
JSON representation
Writeup for Cyberdefender, HTB and Hackropole
- Host: GitHub
- URL: https://github.com/mikehorn-git/writeup
- Owner: MikeHorn-git
- License: mit
- Created: 2024-09-20T15:52:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T17:01:32.000Z (over 1 year ago)
- Last Synced: 2024-12-12T18:18:41.578Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 39.3 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 .
```