File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1950,10 +1950,12 @@ def initTechnique(technique=None):
19501950 conf .textOnly = True
19511951 debugMsg = "restoring switch --text-only"
19521952 logger .debug (debugMsg )
1953+
19531954 if kb .injection .conf .string :
19541955 conf .string = kb .injection .conf .string
19551956 debugMsg = "restoring option --string '%s'" % conf .string
19561957 logger .debug (debugMsg )
1958+
19571959 if kb .injection .conf .regexp :
19581960 conf .regexp = kb .injection .conf .regexp
19591961 debugMsg = "restoring option --regexp '%s'" % conf .regexp
Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ def __init__(self):
7373 self .suffix = None
7474 self .clause = None
7575
76- # data is a dict with stype as key and a tuple as value with
77- # title, where, comment and reqPayload
76+ # data is a dict with various stype, each which is a dict with
77+ # all the information specific for that stype
7878 self .data = advancedDict ()
7979
80- # conf is a dict with stores current snapshot of important
80+ # conf is a dict which stores current snapshot of important
8181 # options used during detection
8282 self .conf = advancedDict ()
8383
You can’t perform that action at this time.
0 commit comments