Skip to content

Commit

Permalink
Update get_hosts_live.py
Browse files Browse the repository at this point in the history
  • Loading branch information
R̭̮̗̯̳̯̜̳̱̰̮͍̯̯̲̝̥̔ͯ͆̆͌̈͌̽͒̿ͯͤ͂̚ͅͅė̥̜̗͉̦̰͈̺̟̻̦̔ͬͧ̍ͣ̉̚d̦̦̯̩̠̗͔̜̼̬̏ͫ̌̓́ͦ̆̋̅ͯ̌͆͂͑̊̑̄̊T̖̱͕̬̬͈̹̏̆ͮ̽́ͫ̎oor authored Mar 15, 2017
1 parent 12a6153 commit 1d1417c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/net/get_hosts_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def main(run):
MAC = hosted.get('addr')
VENDOR = hosted.get('vendor')

print " | #" + str(C) + " --> IP: " + IP + " \t< MAC: " + str(MAC) + " " + str(VENDOR)
print " | #" + str(C) + " --> IP: " + IP + " \t< MAC: " + str(MAC) + " " + str(VENDOR)
G_KTFVAR.append(str(IP)+":"+str(MAC))
SYSTEM.Command_exe("Clearning Temp files ","rm tmp/resultnmap.xml", std=False)

Expand Down

0 comments on commit 1d1417c

Please sign in to comment.