mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 04:54:26 +01:00
Show MAC address of targets
This commit is contained in:
parent
62f3cabe1d
commit
9fd96f51ef
@ -164,7 +164,7 @@ def kickoneoff():
|
||||
if host[0] == onlineIPs[i]:
|
||||
mac = host[1]
|
||||
vendor = resolveMac(mac)
|
||||
print(" [{0}" + str(i) + "{1}] {2}" + str(onlineIPs[i]) + "{3}\t"+ vendor + "{4}").format(YELLOW, WHITE, RED, GREEN, END)
|
||||
print(" [{0}" + str(i) + "{1}] {2}" + str(onlineIPs[i]) + "{3}\t" + mac + "{4}\t" + vendor + "{5}").format(YELLOW, WHITE, RED, BLUE, GREEN, END)
|
||||
|
||||
canBreak = False
|
||||
while not canBreak:
|
||||
@ -484,4 +484,4 @@ if __name__ == '__main__':
|
||||
# commence scanning process
|
||||
scanNetwork()
|
||||
|
||||
main()
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user