ShellDredd / Port-Scan-Python

Tool for port and service scanning. Simple automated script using the nmap library or module for python3.

Home Page:https://shelldredd.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$${\color{purple}NMAP \space \space TOOL \space \space PYTHON}$$


What is this?

Tool for port and service scanning. Simple automated script using the nmap library or module for python3.
This script is a programming example for one of the videos of my youtube channel ShellDredd Informática.

LINUX  PYTHON  NMAP 

[$] Installation.

pip install -r requirements.txt

[$] Others.

Nmap installation required on system
apt install nmap

[$] Usage

python3 port_scan.py

( ͡° ͜ʖ ͡°)

About

Tool for port and service scanning. Simple automated script using the nmap library or module for python3.

https://shelldredd.github.io/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%