mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-21 20:44:25 +01:00
fixed
This commit is contained in:
parent
89fcd40733
commit
ecc77bba53
@ -165,7 +165,7 @@ def kickoneoff():
|
||||
mac = host[1]
|
||||
vendor = resolveMac(mac)
|
||||
hostname = utils.socket.gethostbyaddr(onlineIPs[i])[0]
|
||||
print(" [{0}" + str(i) + "{1}] {2}" + str(onlineIPs[i]) + "{3}\t" + mac + "{4}\t" + vendor + " - " + hostname "{5}").format(YELLOW, WHITE, RED, BLUE, GREEN, END)
|
||||
print(" [{0}" + str(i) + "{1}] {2}" + str(onlineIPs[i]) + "{3}\t" + mac + "{4}\t" + vendor + " - " + hostname + "{5}").format(YELLOW, WHITE, RED, BLUE, GREEN, END)
|
||||
|
||||
canBreak = False
|
||||
while not canBreak:
|
||||
|
Loading…
Reference in New Issue
Block a user