xaitax / CVE-2024-6387_Check

CVE-2024-6387_Check is a lightweight, efficient tool designed to identify servers running vulnerable versions of OpenSSH
GNU General Public License v3.0
444 stars 84 forks source link

make script runnable by fixing print statement #22

Closed DAcodedBEAT closed 3 months ago

DAcodedBEAT commented 3 months ago

I pulled down the repository and it wasn't working, giving the following error:

  File "CVE-2024-6387_Check/CVE-2024-6387_Check.py", line 187
    print(f"\rProgress: {
          ^
SyntaxError: unterminated string literal (detected at line 187)

This PR fixes that so the script is runnable again.