You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi-threaded Python Port Scanner for use on Linux or Windows
Threader3000 is a script written in Python3 that allows multi-threaded port scanning. The program is interactive and simply requires you to run it to begin. Once started, you will be asked to input an IP address or a FQDN as Threader3000 does resolve hostnames. A full port scan should take three minutes or less depending on your internet connection.
Requirements:
Python3 must be installed on your system in order to function
You can add Threader3000 to run from any directory by adding a symbolic link:
sudo ln -s /threader3000.py /usr/local/bin/
Note that you will need to replace the threader3000.py above with the directory location of the program. Once done, you should be able to run it from anywhere in a Linux terminal.