Ports
Closed this issue ยท 2 comments
Thanks for the job.
Seems to have a problem with specified ports :
python CVE-2024-6387_Check.py -ports 22,22222 -l linux.txt
_________ _________ ___ ___ .__
_______ ____ ___________ ____ / // // | || ____ ____
_ __ _/ __ \ / _ __ _/ __ \ _ \ _ / ~ \ |/ _ \ /
| | /\ // // > | /\ / / / \ Y / ( <> ) |
|| _ > /|| _ >_______ /_______ /_|_ /||_/|| /
/_____/ / / / / /
CVE-2024-6387 Vulnerability Checker
v0.8 / Alex Hagenah / @xaitax / ah@primepage.de
Traceback (most recent call last):
File "C:\xxx\CVE-2024-6387_Check-main\CVE-2024-6387_Check-main\CVE-2024-6387_Check.py", line 297, in
main()
File "C:\xxx\CVE-2024-6387_Check-main\CVE-2024-6387_Check-main\CVE-2024-6387_Check.py", line 208, in main
ports = [int(p) for p in args.ports.split(',')]
^^^^^^
ValueError: invalid literal for int() with base 10: 'orts'
Hi @JinxCH73
sorry, but I cannot reproduce this:
$ python CVE-2024-6387_Check.py -l iplist.txt --ports 22,22222 -d
_________ _________ ___ ___ .__
_______ ____ ___________ ____ / _____// _____// | \|__| ____ ____
\_ __ \_/ __ \ / ___\_ __ \_/ __ \ \_____ \ \_____ \/ ~ \ |/ _ \ / \
| | \/\ ___// /_/ > | \/\ ___/ / \/ \ Y / ( <_> ) | \
|__| \___ >___ /|__| \___ >_______ /_______ /\___|_ /|__|\____/|___| /
\/_____/ \/ \/ \/ \/ \/
CVE-2024-6387 Vulnerability Checker
v0.8 / Alex Hagenah / @xaitax / ah@primepage.de
Progress: 518/518 checks performed
๐ก๏ธ Servers not vulnerable: 3
[+] Server at xxx (running SSH-2.0-OpenSSH_9.7 FreeBSD-20240701)
[+] Server at xxx (running SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.11)
[+] Server at xxx (running SSH-2.0-OpenSSH_9.6p1 Ubuntu-3ubuntu13.4)
๐จ Servers likely vulnerable: 0
โ ๏ธ Servers with unknown SSH version: 1
[+] Server at xxx (banner: SSH-2.0-ROSSSH)
๐ Servers with port(s) closed: 514
๐ Total scanned hosts: 259
๐ Total port checks performed: 518
Indeed... No more problem with a new try...
Thanks anyway.