Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikehorn-git/writeup


https://github.com/mikehorn-git/writeup

Last synced: about 10 hours ago
JSON representation

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