Port Scanner made with python
• Installation • Usage • Commands
Installation
Run this to install:
$ git clone https://github.com/Miguel-Galdin0/openPortScanner.git
$ cd openPortScanner
$ pip3 install -r requirements.txt
Usage
$ python3 openPortScanner.py (exemple IP) [optional commands]
Commands
Use this if you need help with commands:
$ python openPortScanner.py -h
positional arguments:
ip IP or URL you want to scan
options:
-h, --help show this help message and exit
-p PORT, --port PORT Scan specific port, example: -p 80
-r RANGE, --range RANGE
Range of the ports needs to be between 1 and 65535 separate with '-',
exemple: -r 1-80 (Range of the ports needs to be between 1 and 65535)
-nR Does not randomize port scans
-v, --verbose Shows all attempts to connect to ports