mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-07-03 20:08:15 +02:00
Update kickthemout.py, scan.py, spoof.py
This commit is contained in:
parent
89e3943cfa
commit
d89627ab80
3 changed files with 4 additions and 8 deletions
4
scan.py
4
scan.py
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# -.- coding: utf-8 -.-
|
||||
# scan.py
|
||||
# author: Benedikt Waldvogel
|
||||
# author: Benedikt Waldvogel (MIT Licensed)
|
||||
# edited by: k4m4 & xdavidhu
|
||||
|
||||
import logging
|
||||
|
@ -61,4 +61,4 @@ def scanNetwork():
|
|||
continue
|
||||
|
||||
if net:
|
||||
return scan_and_print_neighbors(net, interface)
|
||||
return scan_and_print_neighbors(net, interface)
|
Loading…
Add table
Add a link
Reference in a new issue