You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated README and documentation, moving and cleaning
- Added bash and CLI completion scripts
- Implemented JSON output for the CLI
- Enabled default sandbox usage, refined landlock message handling
- Integrated `vcpkg` for dependency downloads
- Added utilities for port scanning and tool scanning
- Updated build scripts: added CPack packaging, Fedora RPM build, and CI configurations
- Made numerous bug fixes and clean‑ups across the codebase.
GitOrigin-RevId: c75502466c03a5af29d55ddc88311642d0e59b0d
-`-m banner`: TCP connect plus a short banner read (`--banner-timeout`, `--banner-bytes`).
49
-
-`-m udp`: UDP probe that sends a protocol-specific payload when known (DNS, NTP, QUIC VN, SIP, IAX2), otherwise a minimal payload. No reply is reported as `open|filtered`.
49
+
-`-m udp`: UDP probe that sends a protocol-specific payload when known (DNS, NTP, SIP), otherwise a minimal payload. No reply is reported as `open|filtered`.
50
50
51
51
Features:
52
52
- Multi-host scanning.
53
53
-`--ping` change detection.
54
54
- ICMP ping mode with CIDR/range expansion.
55
55
- IPv4/IPv6 filtering (`-4`/`-6`).
56
56
- Optional reverse DNS (`--reverse-dns`).
57
-
- Optional sandboxing (`--sandbox`) using Landlock (Linux) or Capsicum (FreeBSD).
57
+
- Report-style text output by default, JSON line output (`--output json`) when needed.
58
+
- Sandboxing enabled by default using Landlock (Linux) or Capsicum (FreeBSD).
58
59
- Press Enter (or SIGINFO on FreeBSD) to print progress while running.
59
60
60
61
## Notes / Next steps
61
62
- UDP scans are best-effort; no response is reported as `open|filtered`.
62
63
- ICMP ping requires root or `CAP_NET_RAW`.
63
-
- Consider JSON output and per-host/port rate caps for larger sweeps.
64
+
- Consider per-host/port rate caps for larger sweeps.
0 commit comments