summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpenme2
1 files changed, 1 insertions, 1 deletions
diff --git a/penme b/penme
index af50ad5..f32aee7 100755
--- a/penme
+++ b/penme
@@ -16,7 +16,7 @@ write()
16 16
17scan_network() 17scan_network()
18{ 18{
19 arp-scan -q --localnet | grep ' ' 19 arp-scan -q --localnet | grep ' ' |
20 while read ip junk 20 while read ip junk
21 do 21 do
22 vprintf 'ARP scan found IP: %s\n' "$ip" 22 vprintf 'ARP scan found IP: %s\n' "$ip"