https://github.com/tdonuk/swing-port_scanner
A simple implementation of scanning algorithm, with swing GUI. Uses multithreading concepts like java ExecutorService to effectively scan many ports. able to scan with customizable scanning parameters. Able to show detailed scan results after scan ends and real-time results while scanning is in process already.
https://github.com/tdonuk/swing-port_scanner
networking portscanner swing-gui
Last synced: over 1 year ago
JSON representation
A simple implementation of scanning algorithm, with swing GUI. Uses multithreading concepts like java ExecutorService to effectively scan many ports. able to scan with customizable scanning parameters. Able to show detailed scan results after scan ends and real-time results while scanning is in process already.
- Host: GitHub
- URL: https://github.com/tdonuk/swing-port_scanner
- Owner: tdonuk
- Created: 2021-09-04T12:55:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T11:18:51.000Z (over 2 years ago)
- Last Synced: 2025-03-26T23:11:15.958Z (over 1 year ago)
- Topics: networking, portscanner, swing-gui
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple implementation of scanning algorithm, with swing GUI. Uses multithreading concepts like java ExecutorService to effectively scan many ports. able to scan with customizable scanning parameters. Able to show detailed scan results after scan ends and real-time results while scanning is in process already.