mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-24 22:14:24 +01:00
Scan method updated to nma
This commit is contained in:
parent
e09898028a
commit
9f5642e021
5
scan.py
5
scan.py
@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
# -.- coding: utf-8 -.-
|
# -.- coding: utf-8 -.-
|
||||||
# scan.py
|
# scan.py
|
||||||
|
# author: xdavidhu
|
||||||
|
|
||||||
def scanNetwork(network):
|
def scanNetwork(network):
|
||||||
returnlist = []
|
returnlist = []
|
||||||
@ -15,4 +16,4 @@ def scanNetwork(network):
|
|||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
return returnlist
|
return returnlist
|
||||||
|
Loading…
Reference in New Issue
Block a user