lflare / cve-2024-6387-poc

MIRROR of the original 32-bit PoC for CVE-2024-6387 "regreSSHion" by 7etsuo/cve-2024-6387-poc
107 stars 40 forks source link

报错send_packet: Resource temporarily unavailable #3

Open su9su opened 3 months ago

su9su commented 3 months ago

执行时报错

adrian-guo-wenkang commented 3 months ago

同样问题,等答案

./poc 192.168.86.35 22 Attempting exploitation with glibc base: 0xb7200000 Attempt 0 of 20000 Received SSH version: SSH-2.0-OpenSSH_8.7 Received KEX_INIT (968 bytes) send_packet: Resource temporarily unavailable send_packet: Resource temporarily unavailable

phpmac commented 3 months ago

send_packet: Resource temporarily unavailable

aurelhann commented 3 months ago

Same for me. Even with an elevated file descriptor limit

➜  cve-2024-6387-poc git:(main) ✗ ulimit -Sn                                    
20000
aurelhann commented 3 months ago

After a wireshark analyse, It seems the server reset the connection after the random heap step of the script. It's happen also with the weaked version of OPENSSH in front of. :shrug:

Lyssers commented 3 months ago

Same here. Think this is bunk.