Update kickthemout.py, spoof.py, scan.py

This commit is contained in:
k4m4 2017-01-02 23:38:03 +02:00
parent 6615cc9162
commit ccc1fa851b
2 changed files with 4 additions and 1 deletions

View file

@ -4,6 +4,8 @@
# author: Benedikt Waldvogel
# edited by: k4m4 & xdavidhu
import logging
logging.getLogger("scapy.runtime").setLevel(logging.ERROR)
import scapy.config, scapy.layers.l2, scapy.route, socket, math, errno
def scanNetwork():