Scan method updated to nma

This commit is contained in:
David Schütz 2017-03-11 11:02:12 +01:00 committed by GitHub
parent e09898028a
commit 9f5642e021
1 changed files with 3 additions and 2 deletions

View File

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