Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.01 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.01 KB

Threader3000

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

Installation

git clone https://github.com/dievus/threader3000.git to save the program to your machine, or utilize the download option.
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.