Port scanners

The scanners are available herearrow-up-right.

Automated port scanner

The program executes automated nmap scanning by leveraging the scan_input.csv files in the directories specified in WORKING_DIR list of the script. The script removed duplicated ports in the input files for each couple of IP address and Level 4 Protocol.

Installation

Clone the repository and type the following command:

pip install -r requirements.txt

Port Scanner

The programs scan the port of some target hosts.

Installation

It requires several dependencies, that you can install using this bash command:

pip3 install termcolor pyfiglet argparse nmap

or

pip3 install -r requirements.txt

Before running the command, you need to install nmaparrow-up-right program and insert its path in the PATH environment variable.

Last updated