mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-07-15 14:09:03 +02:00
prints hostnames besides vendor
This commit is contained in:
parent
79fc8652fd
commit
644bd81473
1 changed files with 1 additions and 1 deletions
2
kick.py
2
kick.py
|
@ -11,7 +11,7 @@ See License at nikolaskama.me (https://nikolaskama.me/kickthemoutproject)
|
|||
import time, os, sys, logging, math
|
||||
from time import sleep
|
||||
import urllib2 as urllib
|
||||
import traceback
|
||||
import traceback, socket
|
||||
BLUE, RED, WHITE, YELLOW, MAGENTA, GREEN, END = '\33[94m', '\033[91m', '\33[97m', '\33[93m', '\033[1;35m', '\033[1;32m', '\033[0m'
|
||||
|
||||
notRoot = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue