A tool to solve Tryhackme Capture Room. Link
python capture.py -t $IP
python capture.py -t 10.10.22.8
- Main script "capture.py".
- Here "-t" specifies the target.
- Or you can replace "-t" with "--host".
git clone https://github.com/sakibulalikhan/thm-capture.git
pip3 install -r requirements.txt