A fast port scanner with proxy support. written in python.
- proxy support which protacts your identity while scanning the host
- customizable threading options
- faster than Nmap scan
- customizable scanning options:
- 1:Scan PORT 1-1024
- 2:Scan PORT 1-48128
- 3:Scan Only Important Port(Fast Scanning)
- 4:Custom(Range)
- 5:Custom(Specific) PORT
- 6:Full Scan(All Ports)
- verbose output
git clone https://github.com/kartikhunt3r/Adrishya-PortScanner.git
cd Adrishya-PortScanner
chmod +x *
pip install -r requirements.txt
python3 portscanner.py -h
python3 portscanner.py -t scanme.nmap.org -m 1 -T 30
python3 portscanner.py -t scanme.nmap.org -p 98.178.72.21:10919 -m 1 -T 30
Usage: portscanner.py [options]
Options:
-h, --help show this help message and exit
-t TARGET, --target=TARGET
target/host to scan
-p PROXY_IP, --proxy=PROXY_IP
proxy ip address and port number
-m MODE, --mode=MODE Enter the scanning mode: [1]:Scan PORT 1-1024,
[2]:Scan PORT 1-48128, [3]:Scan Only Important
Port(Fast Scanning), [4]:Custom(Range),
[5]:Custom(Specific) PORT, [6]:Full Scan(All Ports)
-T THREADS, --threads=THREADS
number of threads
-V, --verbose mode print all results