cve-2018-15473 icon indicating copy to clipboard operation
cve-2018-15473 copied to clipboard

Error in Kali Linux 2025

Open secport opened this issue 1 year ago • 0 comments

How can I solve the following error? I tried everything but it looks like this code doesn't work anymore in recente versions of Kali Linux:

┌──(root㉿kali)-[/home/kali/GDECOR/cve-2018-15473] └─# python3 ssh-username-enum.py -t 10 -w /usr/share/metasploit-framework/data/wordlists/unix_users.txt 192.168.223.239
[!] Attempted OpenSSH version detection; version not recognized. [!] Found: Traceback (most recent call last): File "/home/kali/GDECOR/cve-2018-15473/ssh-username-enum.py", line 203, in main(**vars(args)) ~~~~^^^^^^^^^^^^^^ File "/home/kali/GDECOR/cve-2018-15473/ssh-username-enum.py", line 172, in main apply_monkey_patch() ~~~~~~~~~~~~~~~~~~^^ File "/home/kali/GDECOR/cve-2018-15473/ssh-username-enum.py", line 85, in apply_monkey_patch old_msg_service_accept = auth_handler._client_handler_table[paramiko.common.MSG_SERVICE_ACCEPT] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'property' object is not subscriptable

secport avatar Apr 27 '25 02:04 secport