small fix

This commit is contained in:
TrustedSec 2016-07-30 14:27:08 -04:00
parent 64b77f1891
commit 46324916e6

View file

@ -114,7 +114,7 @@ def deploy_hex2binary(ipaddr, port, username, password):
pass
# just throw a simple command via powershell to get the output
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"
"1.) Use PowerShell Injection (recommended)\n"