mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
nping: add ip range example (#13955)
This commit is contained in:
parent
0bf92baea5
commit
035307ef9f
1 changed files with 2 additions and 2 deletions
|
@ -31,6 +31,6 @@
|
||||||
|
|
||||||
`nping --interface {{eth0}} {{example.com}}`
|
`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}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue