DocEmmetBrown / threader3000

Multi-threaded Python Port Scanner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Multi-threaded Python Port Scanner

License:GNU General Public License v2.0


Languages

Language:Python 100.0%