summaryrefslogtreecommitdiff
path: root/penme
diff options
context:
space:
mode:
authorGordon GECOS <u@adam>2021-03-12 12:22:56 -0500
committerGordon GECOS <u@adam>2021-03-12 12:22:56 -0500
commitffeb8d561a8fb99b6f02038aaffe0d6ae23a7d9b (patch)
tree89278336a7a080df4210d9be9c770e0a4da25651 /penme
parentc58aa7f20d2c1440b1896f4e90a2bea66baa4423 (diff)
fixup! improve scan_network()
Diffstat (limited to 'penme')
-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"