nping: add ip range example (#13955)

This commit is contained in:
Managor
2024-10-03 12:48:43 +03:00
committed by GitHub
parent 0bf92baea5
commit 035307ef9f

View File

@@ -31,6 +31,6 @@
`nping --interface {{eth0}} {{example.com}}`
- Set the Reserved/Evil bit in sent packets:
- Ping an IP range:
`nping --evil {{example.com}}`
`nping {{10.0.0.1-10}}`