File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/injections/controller Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ def value_boundaries(value):
105
105
else :
106
106
procced_option = ""
107
107
if procced_option in settings .CHOICE_YES or len (procced_option ) == 0 :
108
- value = value . replace ( re .search (settings .VALUE_BOUNDARIES , value ).group (0 ), "" )
108
+ value = re .search (settings .VALUE_BOUNDARIES , value ).group (1 )
109
109
elif procced_option in settings .CHOICE_NO :
110
110
pass
111
111
elif procced_option in settings .CHOICE_QUIT :
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ def sys_argv_errors():
216
216
DESCRIPTION = "The command injection exploiter"
217
217
AUTHOR = "Anastasios Stasinopoulos"
218
218
VERSION_NUM = "3.3"
219
- REVISION = "41 "
219
+ REVISION = "42 "
220
220
STABLE_RELEASE = False
221
221
if STABLE_RELEASE :
222
222
VERSION = "v" + VERSION_NUM + "-stable"
You can’t perform that action at this time.
0 commit comments