https://github.com/devdungeon/portscancollection
Port scan examples in a variety of languages
https://github.com/devdungeon/portscancollection
Last synced: 9 months ago
JSON representation
Port scan examples in a variety of languages
- Host: GitHub
- URL: https://github.com/devdungeon/portscancollection
- Owner: DevDungeon
- License: mit
- Created: 2019-02-25T04:34:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T18:05:03.000Z (over 4 years ago)
- Last Synced: 2025-05-14T07:36:20.384Z (about 1 year ago)
- Language: C
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Port Scan Collection
A few examples of port scanning with different languages:
- Java - `java/PortScan.java`
- Python - `python/portscan2csv.py` - Export findings to spreadsheet
- Go - `go/portscan.go`
- C - `c/synscan.c` - Stealth scanning SYN only (Incomplete)
- PHP - `php/port_scan.php`