diff --git a/kickthemout.py b/kickthemout.py index cdf7472..ce9235c 100644 --- a/kickthemout.py +++ b/kickthemout.py @@ -165,8 +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" + vendor + " - " + hostname + "{4}" ).format(YELLOW, WHITE, RED, 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: