Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 295 Bytes

File metadata and controls

9 lines (7 loc) · 295 Bytes

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