Skip to content

Commit 01f5131

Browse files
Updated to v1.8
1 parent f925134 commit 01f5131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

technowgen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_arguments():
2727
parser.add_argument("-l", "--linux", dest="linux", help="Generate a Linux executable.", action='store_true')
2828
parser.add_argument("-s", "--steal-password", dest="stealer", help=f"Steal Saved Password from Victim Machine [{RED}Supported OS : Windows{YELLOW}]", action='store_true')
2929
parser.add_argument("-b", "--bind", dest="bind", help="AutoBinder : Specify Path of Legitimate file.")
30-
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')
30+
parser.add_argument("-d", "--debug", dest="debug", help="Payload Will Run In Foreground with CMD Window, To get Appropriate Execution Error", action='store_true')
3131

3232

3333
required_arguments = parser.add_argument_group(f'{RED}Required Arguments{GREEN}')

0 commit comments

Comments
 (0)