mirror of
https://github.com/DanMcInerney/LANs.py.git
synced 2025-07-06 13:02:20 -07:00
better hostname resolution in the targeting
This commit is contained in:
parent
e1722df994
commit
543e37803e
1 changed files with 3 additions and 3 deletions
2
LANs.py
2
LANs.py
|
@ -803,7 +803,7 @@ class active_users():
|
|||
print '[-] Could not find any netbios names. Continuing without them'
|
||||
if nbtip and nbtname:
|
||||
for a in self.IPandMAC:
|
||||
if nbtip in a[0]:
|
||||
if nbtip == a[0]:
|
||||
a.append(nbtname)
|
||||
|
||||
# Start monitor mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue