File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ def examine_request(request):
179
179
err_msg += "."
180
180
pass
181
181
if menu .options .bulkfile :
182
- err_msg = "Skipping URL '" + url + "' - " + err_msg
183
- print (settings .print_critical_msg ( err_msg ))
182
+ warn_msg = "Skipping URL '" + url + "' - " + err_msg
183
+ print (settings .print_warning_msg ( warn_msg ))
184
184
if settings .EOF :
185
185
print (settings .SINGLE_WHITESPACE )
186
186
return False
@@ -896,8 +896,8 @@ def main(filename, url):
896
896
if settings .VERBOSITY_LEVEL < 2 :
897
897
print (settings .SINGLE_WHITESPACE )
898
898
err_msg = str (err_msg .args [0 ]).split ("] " )[1 ] + "."
899
- err_msg = "Skipping URL '" + url + "' - " + err_msg
900
- print (settings .print_critical_msg ( err_msg ))
899
+ warn_msg = "Skipping URL '" + url + "' - " + err_msg
900
+ print (settings .print_warning_msg ( warn_msg ))
901
901
if settings .EOF :
902
902
print (settings .SINGLE_WHITESPACE )
903
903
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 = "61 "
219
+ REVISION = "62 "
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