Skip to content

ignorant05/scanme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

scanme.py

scanme.py is a Python-based network port scanning tool designed to scan a target IP address using various techniques.
It supports multiple scanning methods, including TCP Connect, SYN, UDP, FIN, XMAS, NULL, ACK, and Window scans.
This tool helps in detecting open, closed, and filtered ports on a target machine, making it useful for network reconnaissance and security testing.

Features:

-Multi-Threaded Scanning: Allows faster scanning by running multiple threads simultaneously.
-Customizable Timeout: Users can set the timeout for each scan.
-Multiple Scan Types: Supports several types of port scans (TCP, SYN, UDP, etc.).
-User-Friendly Output: Results are displayed in a table format using PrettyTable and logged for later review.
-Error Handling: Handles invalid inputs, network errors, and common issues gracefully.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages