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()