./ctf-dump.py # User-Agent/Cookie needs to be updated based on CTF
External tools CTFdScraper CTFDump
- Curated list of Unix binaries GTFOBins
- USB pcap how-to LFC-Forensics
- Stegano cheatsheet steganography-101
- serving local processes via ncat
ncat --listen --keep-open --sh-exec ./main.py 7777
To work locally with this project, you'll have to follow the steps below:
- Fork, clone or download this project
- Install Docsify
npm install docsify-cli -g
- Preview your project:
docsify serve