Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 585 Bytes

README.md

File metadata and controls

34 lines (17 loc) · 585 Bytes

Portmapper

Portmapper is python based port and services scanner It can be used with a variety of options Speed of scanning can also be controlled And it is lot faster than conventional tools like NMAP

Installation

sudo git clone https://github.com/HarshitJosh1/Portmapper.git

cd Portmapper/

sudo chmod +x setup.sh

sudo bash setup.sh

Mandatory Argument

-ip or --host - Target IP To Scan

Optional Arguments

-h or --help - For Help

-t or --threads - threads number

-s or --start_port - Port Number to start scan From

-e or --end_port - Port Number To end scan At