Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 425 Bytes

File metadata and controls

10 lines (8 loc) · 425 Bytes

PythonITI

HACKERMANS

A network scanner using python!

This script can

  • Scan a single IP or a multiple range of IPs for open ports.
  • Scan the open ports using Nmap.
  • Block an IP if it connects to an open port.
  • Sniff incoming packets and generate an alert if the source address does not match the interface IP.