mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-07 05:22:11 -07:00
fixed typos
This commit is contained in:
parent
aae31bdc95
commit
b1480c027c
1 changed files with 1 additions and 1 deletions
2
LANs.py
2
LANs.py
|
@ -779,7 +779,7 @@ class active_users():
|
||||||
nmap = nmap.communicate()[0]
|
nmap = nmap.communicate()[0]
|
||||||
nmap = nmap.splitlines()[2:-1]
|
nmap = nmap.splitlines()[2:-1]
|
||||||
except:
|
except:
|
||||||
print '[-] Nmap ARP ping failed, is it nmap installed?'
|
print '[-] Nmap ARP ping failed, is nmap installed?'
|
||||||
for x in nmap:
|
for x in nmap:
|
||||||
if 'Nmap' in x:
|
if 'Nmap' in x:
|
||||||
pieces = x.split()
|
pieces = x.split()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue