Open zeronito opened 1 month ago
Hi i just update the code you can try to use thanks for report
I still get SSL error using the lastest version .I have tried TLSv1_1,TLSv1_2,TLSv1 but none of them suceed. SSL: UNEXPECTED_MESSAGE] unexpected message (_ssl.c:1145)
did you check if the server uses SSL/TLS? In any case, I changed the code and added the suppress_ragged_eofs=True parameter to avoid connection problems if the server suddenly closes the connection before the package is finished
did you have any plan to improve it from detection to rce PoC?
I do it mainly for fun. If I see progress, there was a greater demand from more people, I will try
did you check if the server uses SSL/TLS? In any case, I changed the code and added the suppress_ragged_eofs=True parameter to avoid connection problems if the server suddenly closes the connection before the package is finished
I set up a virtual environment with a vulnerable version, but the script always prompts a connection timeout when running. The 541 port is open and can return "get auth" and other information when establishing a connection. Why is this
I do it mainly for fun. If I see progress, there was a greater demand from more people, I will try
can you provide more details with some hint to achieve rce? I'm looking for working poc for this vulnerability.
I do it mainly for fun. If I see progress, there was a greater demand from more people, I will try
can you provide more details with some hint to achieve rce? I'm looking for working poc for this vulnerability.
Are you testing in a virtualized environment? Is there anything to pay attention to when setting up the testing environment, or is it just a 541 port
any advice to execute id
or any other system command via this PoC would be greatful...
Anyone could reach the padding payload to execute RCE dm me please @everyone @p33d
Hey @p33d could you help me implement the checker to RCE POC? i have a working script that executes commands to find the vuln servers PID for the current Proccess, but i cannot inject other commands?
did you check if the server uses SSL/TLS? In any case, I changed the code and added the suppress_ragged_eofs=True parameter to avoid connection problems if the server suddenly closes the connection before the package is finished
I set up a virtual environment with a vulnerable version, but the script always prompts a connection timeout when running. The 541 port is open and can return "get auth" and other information when establishing a connection. Why is this
If you have access to old Version of software contact me we can continue working on the Checker > RCE, but please note i will disclose anything we find to the correct deparments !
Hi,
Thanks for sharing. I'm going to test but I always got the SSLError:
where is the problem? How can I solve the issue?
thanks.