Skip to content

Commit 4a4de73

Browse files
committed
Minor update
1 parent 515e6a8 commit 4a4de73

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/core/injections/controller/controller.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,9 +746,8 @@ def do_check(url, http_request_method, filename):
746746
print(settings.print_critical_msg(err_msg))
747747

748748
logs.print_logs_notification(filename, url)
749-
if not settings.CHECK_BOTH_OS:
749+
if not settings.CHECK_BOTH_OS and not menu.options.bulkfile:
750750
# if not menu.options.bulkfile or settings.EOF:
751751
# print(settings.SINGLE_WHITESPACE)
752752
raise SystemExit()
753-
754753
# eof

src/utils/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def sys_argv_errors():
216216
DESCRIPTION = "The command injection exploiter"
217217
AUTHOR = "Anastasios Stasinopoulos"
218218
VERSION_NUM = "3.3"
219-
REVISION = "62"
219+
REVISION = "63"
220220
STABLE_RELEASE = False
221221
if STABLE_RELEASE:
222222
VERSION = "v" + VERSION_NUM + "-stable"

0 commit comments

Comments
 (0)