From c1d49cf104a78520e4ba69383d7464d5524b4941 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 29 Nov 2020 08:22:59 +1100 Subject: [PATCH] docs: fix simple typo, steahlthy -> stealthy There is a small typo in README.md. Should read `stealthy` rather than `steahlthy`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 725da5a..28eb1bb 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ The others configuring server.org:1080 as their SOCKS4/5 proxy. They can now con ``` $ nmap -r -sn -PR 192.168.0.1/24 ``` -This will Arp-ping all local machines just like *arping*. ARP ping always seems to work and is very steahlthy (e.g. does not show up in the target's firewall). However, this command is by far our favourite: +This will Arp-ping all local machines just like *arping*. ARP ping always seems to work and is very stealthy (e.g. does not show up in the target's firewall). However, this command is by far our favourite: ``` $ nmap -thc ```