Skip to content

sakibulalikhan/thm-capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THM Capture

A tool to solve Tryhackme Capture Room. Link

thm-flag-coverd

How to use this tool?

python capture.py -t $IP
Example:
python capture.py -t 10.10.22.8
  • Main script "capture.py".
  • Here "-t" specifies the target.
  • Or you can replace "-t" with "--host".

How to install this tool?

git clone https://github.com/sakibulalikhan/thm-capture.git

Install requrements:

pip3 install -r requirements.txt

Writeups:

Blog
Medium