https://github.com/robin-thomas/port-scanner
Port Scanner
https://github.com/robin-thomas/port-scanner
Last synced: over 1 year ago
JSON representation
Port Scanner
- Host: GitHub
- URL: https://github.com/robin-thomas/port-scanner
- Owner: robin-thomas
- License: mit
- Created: 2014-10-23T04:32:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-23T04:33:48.000Z (almost 12 years ago)
- Last Synced: 2023-04-14T01:41:46.241Z (over 3 years ago)
- Language: C++
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Port-Scanner
============
Built on C++ using TCP/IP and network programming
Ability to scan a range of ports, or all available ports
Ability to scan a remote host or localhost
Shall display the daemon processes running on open ports
Multithreaded approach to speed up scanning