Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 197 Bytes

File metadata and controls

14 lines (7 loc) · 197 Bytes

netscan-micropython

A micropython port scanner

Scan ip range with a port list

import netscan

netscan.portscan("192.168.1.1-192.168.1.255", [22,88,80,443,445,8080,9200])