Skip to content

A Python tool which looks for open ports in given network by using the nmap module.

Notifications You must be signed in to change notification settings

AbdulRKB/Port-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Port Tracker

Scans for open ports at a given target network.

Disclaimer

This script is for educational purposes only. Use it at your own risk. The author is not responsible for any damages caused by this script.

Usage

To use this script, run the following command in your terminal:

python port_scanner.py <target_IP_address> <start_port_number> <end_port_number>

Requirements

The following libraries need to be installed before using this tool:

  • nmap
  • rich

You can install these libraries using the following commands:

pip install python-nmap
pip install rich

About

A Python tool which looks for open ports in given network by using the nmap module.

Topics

Resources

Stars

Watchers

Forks

Languages