From b1480c027c6113c91815363c9119cb9d63ff3847 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 25 Nov 2013 12:35:04 -0800 Subject: [PATCH] fixed typos --- LANs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LANs.py b/LANs.py index 55c64e3..4fd71f3 100755 --- a/LANs.py +++ b/LANs.py @@ -779,7 +779,7 @@ class active_users(): nmap = nmap.communicate()[0] nmap = nmap.splitlines()[2:-1] except: - print '[-] Nmap ARP ping failed, is it nmap installed?' + print '[-] Nmap ARP ping failed, is nmap installed?' for x in nmap: if 'Nmap' in x: pieces = x.split()