mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-10 06:54:18 +00:00
small fix
This commit is contained in:
parent
64b77f1891
commit
46324916e6
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ def deploy_hex2binary(ipaddr, port, username, password):
|
||||||
pass
|
pass
|
||||||
# just throw a simple command via powershell to get the output
|
# just throw a simple command via powershell to get the output
|
||||||
try:
|
try:
|
||||||
print("""Pick which deployment method to use. The first is PowerShell and should be used on any modern operating system. The second method will use the certutil method to convert a binary to a binary""")
|
print("""Pick which deployment method to use. The first is PowerShell and should be used on any modern operating system. The second method will use the certutil method to convert a binary to a binary.\n""")
|
||||||
|
|
||||||
choice = input("Enter your choice:\n\n"
|
choice = input("Enter your choice:\n\n"
|
||||||
"1.) Use PowerShell Injection (recommended)\n"
|
"1.) Use PowerShell Injection (recommended)\n"
|
||||||
|
|
Loading…
Reference in a new issue