mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-07-03 11:58:13 +02:00
Update kickthemout.py, spoof.py, scan.py
This commit is contained in:
parent
6615cc9162
commit
ccc1fa851b
2 changed files with 4 additions and 1 deletions
3
spoof.py
3
spoof.py
|
@ -8,7 +8,8 @@ Copyright (C) 2016 Nikolaos Kamarinakis (nikolaskam@gmail.com) & David Schütz (
|
|||
See License at nikolaskama.me (https://nikolaskama.me/kickthemoutproject)
|
||||
"""
|
||||
|
||||
import sys
|
||||
import sys, logging
|
||||
logging.getLogger("scapy.runtime").setLevel(logging.ERROR)
|
||||
from scapy.all import (
|
||||
get_if_hwaddr,
|
||||
getmacbyip,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue