From 9f5642e02136b0d53968819466b973962c2ea6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sch=C3=BCtz?= Date: Sat, 11 Mar 2017 11:02:12 +0100 Subject: [PATCH] Scan method updated to nma --- scan.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scan.py b/scan.py index e85aa37..5889d16 100644 --- a/scan.py +++ b/scan.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -.- coding: utf-8 -.- -# scan.py +# scan.py +# author: xdavidhu def scanNetwork(network): returnlist = [] @@ -15,4 +16,4 @@ def scanNetwork(network): except: pass - return returnlist \ No newline at end of file + return returnlist