Skip to content

Commit 2673f74

Browse files
committed
1 parent 9058c22 commit 2673f74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/core/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def main(filename, url):
461461
raise SystemExit()
462462

463463
if not menu.options.tech:
464-
menu.options.tech = ""
464+
menu.options.tech = "".join(settings.AVAILABLE_TECHNIQUES)
465465

466466
# Check if specified wrong alternative shell
467467
if menu.options.alter_shell:

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 = "56"
219+
REVISION = "57"
220220
STABLE_RELEASE = False
221221
if STABLE_RELEASE:
222222
VERSION = "v" + VERSION_NUM + "-stable"

0 commit comments

Comments
 (0)