mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-21 10:02:15 +00:00
Update cheatsheets
This commit is contained in:
10
tldr/vinmap
10
tldr/vinmap
@@ -10,20 +10,20 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Perform a basic scan of a subnet:
|
||||
|
||||
`vinmap -ip {{192.168.1.0/24}}`
|
||||
`vinmap {{[-ip|--ip_range]}} {{192.168.1.0/24}}`
|
||||
|
||||
- Scan a domain with version and OS detection, saving results to a specific file:
|
||||
|
||||
`vinmap -ip {{example.com}} -s "-sV -O" -o {{path/to/scan_results.xml}}`
|
||||
`vinmap {{[-ip|--ip_range]}} {{example.com}} {{[-s|--scan_type]}} "-sV -O" -o {{path/to/scan_results.xml}}`
|
||||
|
||||
- Scan an IP range using 10 chunks and 20 concurrent threads, uses half of the system's CPU cores if not specified:
|
||||
|
||||
`vinmap -ip {{10.0.0.1-10.0.0.255}} -n 10 -t 20`
|
||||
`vinmap {{[-ip|--ip_range]}} {{10.0.0.1-10.0.0.255}} {{[-n|--num_chunks]}} 10 {{[-t|--threads]}} 20`
|
||||
|
||||
- Output scan results in JSON format:
|
||||
|
||||
`vinmap -ip {{192.168.1.1-192.168.1.100}} -f json`
|
||||
`vinmap {{[-ip|--ip_range]}} {{192.168.1.1-192.168.1.100}} {{[-f|--format]}} json`
|
||||
|
||||
- Scan multiple IPs with default settings and save merged XML output:
|
||||
|
||||
`vinmap -ip {{192.168.1.1,192.168.1.2,...}}`
|
||||
`vinmap {{[-ip|--ip_range]}} {{192.168.1.1,192.168.1.2,...}}`
|
||||
|
||||
Reference in New Issue
Block a user