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

This commit is contained in:
k4m4 2017-01-03 00:48:39 +02:00
parent 89e3943cfa
commit d89627ab80
3 changed files with 4 additions and 8 deletions

View file

@ -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)