Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 263 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 263 Bytes

Portscanner

Python Port Scanner using SYN- and CONNECT-scan methods to discover open ports.

Usage

  1. Install pcapy dependency
    • $ pip install pcapy
  2. Run
    • sudo ./scanner.py IP_ADDRESS SCAN_METHOD{SYN, CONNECT} PORT_RANGE{1-100, 123}