Browse Source

minor changes

psy 2 years ago
parent
commit
43394476c2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fuzzssh.py

+ 2 - 2
fuzzssh.py

@@ -135,7 +135,7 @@ def exploit(target, port, user, pw, verbosity, payloads_numbers, num_payloads_nu
         print("\n"+"="*50)
     except:
         print("="*50)
-        print (f"\n[Error] [NORMAL] Connection failed! -> [PASSING!]")
+        print ("\n[Error] [NORMAL] Connection failed! -> [PASSING!]")
     client.close() # close SSH client
     print("\n -> [*] Starting to test SSH (protocol)...")
     parameters = ("USERNAME", "PASSWORD", "PKEY", "KEY_FILENAME", "TIMEOUT", "ALLOW_AGENT", "LOOK_FOR_KEYS", "COMPRESS", "SOCK", "GSS_AUTH", "GSS_KEX", "GSS_DELEG_CREDS", "GSS_HOST", "BANNER_TIMEOUT", "AUTH_TIMEOUT", "GSS_TRUST_DNS", "PASSPHRASE", "DISABLED_ALGORITHMS") # FUZZED PARAMETERS
@@ -198,7 +198,7 @@ def print_banner():
     print("| |_ | | | | / /  / // __/ __| |_| |")
     print("|  _|| |_| |/ /_ / /_\__ \__ \  _  |")
     print("|_|   \__,_/____/____|___/___/_| |_| by psy")
-    print('\n"SSH Fuzzing Tool (Simple SSH Fuzzer)')
+    print('\n"Simple SSH Protocol Fuzzing Tool"')
     print("\n"+"-"*15+"\n")
     print(" * VERSION: ")
     print("   + "+VERSION+" - (rev:"+RELEASE+")")