Skip to content

NorthInfosecTesting/tor_port_scan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tor Port Scan

For this script to work, you need to install some dependencies, the following is for kali linux.

  1. sudo apt install tor
  2. nano /etc/tor/torrc
  3. uncomment 'ControlPort 9051'
  4. sudo systemctl restart tor
  5. sudo systemctl start tor
  6.  pip3 install -r requirements.txt

Usage

  1. python3 scan.py -h # help and more information
  2. python3 scan.py <TARGET> # standard port scan, changing IP address every 5 ports scaned
  3. python3 scan.py --tor-interval <TARGET> # default is 5. The number of ports scanned before the TOR IP address is changed
  4. -t TIMEOUT, --timeout TIMEOUT seconds to wait before connection timeout for each port
  5. j JOBS, --jobs JOBS maximum number of open connections at the same time

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages