Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-23 00:19:06 +00:00
parent 8ba6f7fc9e
commit 94c28849c9
382 changed files with 1183 additions and 1056 deletions

View File

@@ -6,15 +6,15 @@ source: https://github.com/tldr-pages/tldr.git
# zmap
> Fast, open-source network scanner for Internet-wide surveys.
> More information: <https://github.com/zmap/zmap>.
> More information: <https://manned.org/zmap>.
- Scan a subnet or full IPv4 space for a specific TCP port (default: 80):
`zmap {{SUBNETS}} -p {{port}}`
`zmap {{SUBNETS}} {{[-p|--target-ports]}} {{port}}`
- Scan specific ports or port ranges across a subnet:
`zmap {{--target-ports}} {{port1,port2-port3,...}} {{SUBNETS}}`
`zmap {{[-p|--target-ports]}} {{port1,port2-port3,...}} {{SUBNETS}}`
- Output results to a CSV file with custom fields: