fixed typos

This commit is contained in:
root 2013-11-25 12:35:04 -08:00
parent aae31bdc95
commit b1480c027c

View file

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