Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 228 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 228 Bytes

Recon

Automating boring CTF tasks

Installation

  • python3 -m venv .venv
  • source .venv/bin/activate
  • pip install -r requirements.txt
  • brew install node if required
  • (cd frontend && npm install)