1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 02:55:33 +02:00

masscan: correct typo in hypen (#7446)

This commit is contained in:
Elkana Bardugo 2021-11-17 19:53:43 +02:00 committed by GitHub
parent 1b49bcf20a
commit 0aa0fe55cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,11 +14,11 @@
- Scan a class B subnet avoiding ranges from a specific exclude file:
`masscan {{10.0.0.0/16}} ‐‐top-ports {{100}} ‐‐excludefile {{path/to/file}}`
`masscan {{10.0.0.0/16}} --top-ports {{100}} --excludefile {{path/to/file}}`
- Scan the Internet for port 443:
`masscan {{0.0.0.0/0}} --ports {{443}} ––rate {{10000000}}`
`masscan {{0.0.0.0/0}} --ports {{443}} --rate {{10000000}}`
- Scan the Internet for a specific port range and export to a file: