Skip to content

This is a basic port scanner I wrote in Python with the help of AI as I study pentesting. It runs a basic scan on localhost (127.0.0.1) and returns any open ports.

Notifications You must be signed in to change notification settings

yoyoman711/PortScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Basic Python Port Scanner

This script scans an IP address for open ports in a predetermined range.

DISCLAIMER

PLEASE ONLY USE this script on devices you have explicit permission to scan. Unauthorized scanning is ILLEGAL and can violate network policies. By using this, you agree that the owner of this repository (yoyoman711) is not responsible for any legal repercussions that may arise from malintent and misuse of this program.

Usage

To scan your own computer, use the address '127.0.0.1':

python port_scanner.py 127.0.0.1 1 1024 --threads 10

About

This is a basic port scanner I wrote in Python with the help of AI as I study pentesting. It runs a basic scan on localhost (127.0.0.1) and returns any open ports.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages