mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-08-22 06:23:25 -07:00
Minor typo fix!
This commit is contained in:
parent
711993ba76
commit
a3d92dedee
1 changed files with 1 additions and 1 deletions
2
LANs.py
2
LANs.py
|
@ -742,7 +742,7 @@ class active_users():
|
||||||
iplist = []
|
iplist = []
|
||||||
maclist = []
|
maclist = []
|
||||||
try:
|
try:
|
||||||
nmap = Popen(['/usr/bin/nmap', '-sn', '-n' '192.168.1.*'], stdout=PIPE, stderr=DN)
|
nmap = Popen(['/usr/bin/nmap', '-sn', '-n', '192.168.1.*'], stdout=PIPE, stderr=DN)
|
||||||
nmap = nmap.communicate()[0]
|
nmap = nmap.communicate()[0]
|
||||||
nmap = nmap.splitlines()[2:-1]
|
nmap = nmap.splitlines()[2:-1]
|
||||||
except:
|
except:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue