Skip to content

A simple port scanner that scans TCP and UDP ports - returning a port status and banner (what service is running on there)

Notifications You must be signed in to change notification settings

Technicbuilder/Portscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Portscanner

A basic TCP/UDP port scanner (simple imitation of what Nmap does)


Features:

-> Uses standard socket connections to determine status of port -> Attempts to grab the banner from the service running on a port and displays it -> If the service lookup fails, it will use socket.getservbyport -> Makes use of mutithreading if user requests to scan > 500 ports -> Scans both TCP and UDP ports -> Uses JSON files if you want to extract the data from what you have done

Upcoming features to implement: DISCONTINUED (06/01/2026)

How to use:

scan (domain name/Ip address) -p (starting port)-(ending port)

example: scan google.com -p 1-1000

Other:

For ethical/Cybersecurity uses only I dont mind using AI to fix mistakes etc but I dont condone its use if you are going to make it generate the whole thing for you - you should know what it made before implementing it

About

A simple port scanner that scans TCP and UDP ports - returning a port status and banner (what service is running on there)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages