Skip to content

Similar to Nmap, this is a port scanner that helps with reconnaissance and finding vulnerable open ports on a device.

Notifications You must be signed in to change notification settings

KabirBose/Vulnerable-Port-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vulnerable Port Scanner

Similar to Nmap, this is a port-scanner used for reconaissance and finding vulnerabilities on devices that are connected to the internet by checking for open ports.

It uses Python's Socket library to check for open ports over TCP and UDP.

Usage

  1. Run the file using python3 portscanner.py
  2. Enter one or more IP addresses to scan (eg. 192.168.1.1 or 192.168.1.1,10.0.0.50)
  3. Enter the number of ports you want to scan (eg. 1000)
  4. You can now see all your open ports
  5. No output means all ports are closed/filtered

Screenshots

Output of program. Tested using Metasploitable vulnerable VM: Program Output

About

Similar to Nmap, this is a port scanner that helps with reconnaissance and finding vulnerable open ports on a device.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages