Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Net-Scanner

A simple, fast multi-threaded port scanner built with Python and CustomTkinter. Wrote this tool to mess around with network sockets and desktop GUI development.

Note: This project is currently a work in progress (WIP). More features and UI cleanups are coming.

Features

  • Fast multi-threaded scanning using concurrent.futures.ThreadPoolExecutor.
  • Clean modern UI via CustomTkinter.
  • Direct output display inside the application window with execution timing.

Preview

offnenesfenster scanndoen

Requirements

  • Python 3.x
  • customtkinter

Installation & Running

  1. Clone the repository:
    git clone https://github.com/mockthemighty/Port_Scanner.git
    cd Port_Scanner
  2. Install the required dependency:
    pip install customtkinter      
    
  3. Run the script:
    python scanner.py
    

Disclaimer

This tool is provided for educational and authorized testing purposes only. The author assumes no liability and is not responsible for any misuse or damage caused by this program.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages