Skip to content

A simple port scanner made in Python Language. Helps to scan for open ports to help in the Information Gathering stage.

Notifications You must be signed in to change notification settings

Akash7350/Network-port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Network-port-scanner

A network port scanner written in Python is a useful tool for cybersecurity professionals to detect open ports and vulnerabilities in a target system. With a focus on reliability and simplicity.

πŸ”β›“πŸ–‡ 1. Prerequisites:

i) Git

ii) Python3

πŸ•Έ 2. Installation Steps:

Clone this project:

  git clone https://github.com/Akash7350/Network-port-scanner

Navigate to the project:

  cd port-scanner

Usage

Functionality Command
Scan single IP python3 scanner.py
Scan IP range python3 scanner.py <ip_start>-<ip_end>
Scan specific ports python3 scanner.py -p <port_range>
Scan all ports python3 scanner.py -p all

Specific port:

Example: python3 scanner.py 192.168.1.1 0 50

Screencast.from.2023-03-29.01-40-52.webm

About

A simple port scanner made in Python Language. Helps to scan for open ports to help in the Information Gathering stage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages