Skip to content

subchat/Network-Port-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Port Seeker : A python Port Scanner

This Port Seeker : A python Port Scanner is a simple tool that allows you to scan ports on a target IP address or hostname. It supports TCP, UDP, and SYN scanning methods and provides real-time feedback on open ports.

Features

  • Scan TCP, UDP, or SYN ports on a target IP address or hostname.
  • Multi-threaded scanning for faster results.
  • Real-time feedback on open ports.
  • Save scan results to a file for later analysis.
  • Port Seeker demo log_file

Installation

  1. Clone the repository: git clone https://github.com/subchat/Network-Port-Scanner.git
  2. Navigate to the repository directory: You directly have the source file to run.
  3. Run the port scanner: It's being a GUI model(Tkinter) it can run both in linux and windows. Start Scanning now.

Usage

  1. Enter the target IP address or hostname.
  2. Specify the port range to scan (e.g., 1-100, 80, 443).
  3. Choose the scan type (TCP, UDP, or SYN).
  4. Enter the number of threads to use for scanning.
  5. Provide a filename to save the scan results.
  6. Click the "Scan" button to start the scan.
  7. View the scan status and results in the GUI window.

Dependencies

  • Python 3.x
  • tkinter (for GUI)

Contributing

Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.

About

Just For demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors