nits
authorGeorgios Kontaxis <redacted>
Tue, 15 May 2018 06:21:22 +0000 (23:21 -0700)
committerGeorgios Kontaxis <redacted>
Tue, 15 May 2018 06:21:22 +0000 (23:21 -0700)
scan/scripts/binary_probe.py

index 9700d2337bf0e978505ac0e9c914d61f1ee0aeea..d8a537693169050cd0bd5d6df5da428d068920b6 100755 (executable)
@@ -280,11 +280,11 @@ def do_probe(suites):
                        do_probe(l.split(","))
 
 
-suites = []
-target = ""
-port   = ""
-probe  = ""
-propts = []
+suites  = []
+target  = ""
+port    = ""
+prober  = ""
+propts  = []
 
 # Follow through
 # By default this script will output the next set of scan rules and terminate.
git clone https://git.99rst.org/PROJECT