An open API service indexing awesome lists of open source software.

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

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 .
```