From: Georgios Kontaxis Date: Tue, 15 May 2018 06:21:22 +0000 (-0700) Subject: nits X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=13907451424ab8c30333d21c5fd5faf3178b59f5;p=starttls.git nits --- diff --git a/scan/scripts/binary_probe.py b/scan/scripts/binary_probe.py index 9700d23..d8a5376 100755 --- a/scan/scripts/binary_probe.py +++ b/scan/scripts/binary_probe.py @@ -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.