From 035307ef9f4f89940c1a5d37fad1504d71184028 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:48:43 +0300 Subject: [PATCH] nping: add ip range example (#13955) --- pages/common/nping.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/nping.md b/pages/common/nping.md index 45ffd3cc0..b65923892 100644 --- a/pages/common/nping.md +++ b/pages/common/nping.md @@ -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}}`