Skip to content

pyportscanner is a basic port scanning tool written in python3

Notifications You must be signed in to change notification settings

pwn0x80/pyportscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

pyportscanner

pyportscanner is a basic port scanning tool written in python3 that allows to enumerate valid ports for hosts it uses multi-threading (concurrent.futures) for fast scanning

Dependencies Installation

1.) sudo apt install python3

2.) Browse to the directory of this script and open command prompt/shell in that directory and run this command :

git clone https://github.com/niirmaaltwaatii/PyPortScanner cd PyPortScanner pip3 install -r requirements.txt

b0e5d707e9e6b8830ca3da1a9d18c026.png

Usage

python3 port-scam.py -i google.com -p 80 81 82 445 443

2abe6caf36b6b0ab05de2fa6ac41895d.png

  • -i- host
  • -p - port
  • '-h ' or --help - help 83bba19e16c688771e01709f32a851be.png

Default port scan

python3 port-scam.py -i google.com 3fd96daff7901c110325d34631e80ac4.png

About US

website - pwn0x80.github.io

instagram - https://www.instagram.com/pwn0x80/

About

pyportscanner is a basic port scanning tool written in python3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages