Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-12 00:18:36 +00:00
parent 99092db1f1
commit abc22a98ef
2 changed files with 30 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ source: https://github.com/tldr-pages/tldr.git
`masscan {{10.0.0.0/16}} --top-ports {{100}} --excludefile {{path/to/file}}`
- Scan a class B subnet with Nmap-like version detection (banner grabbing):
`masscan {{10.0.0.0/16}} {{[-p|--ports]}} {{22,80}} --banners --rate {{100000}}`
- Scan the Internet for web servers running on port 80 and 443:
`masscan {{0.0.0.0/0}} {{[-p|--ports]}} {{80,443}} --rate {{10000000}}`