Skip to the content.

scry

Fast, MIT-licensed IP/port scanner written in Go. Single static binary for Linux, Windows, and macOS. TCP connect by default — no privileges, no CGO, no libpcap. Optional SYN mode on Linux for speed on trusted hardware.

What it does

Pages

Quick start

scry 192.168.1.0/24 -p top100 --up
scry 10.0.0.1-50 -p 22,80,443 --banner
scry 10.0.0.0/24 -p top100 -o json | jq '.results[] | select(.state=="open")'

License

MIT. See LICENSE.