Open lesleyditlhotlhole opened 1 year ago
Hi @lesleyditlhotlhole :wave:
thanks for reporting :+1:
From the provided StackTrace it looks like the server terminates the connection in between an RMI call. There are different reasons why this could happen. Do you have still access to the system and can also provide a TCP capture? This probably allows to see when exactly the server cuts off the connection and may allows to guess the reason for the disconnect. If you have any information on the targeted server (what kind of Software is running on it) this could also be helpful.
Best Tobias
Thanks for the feedback @qtc-de.
Unfortunately, the target I was testing when I submitted this issue has already been patched as it was on a bug bounty program. I had analyzed the traffic using Wireshark to try and determine that during my testing but couldn't identify exactly why the connection got terminated in between a call, unfortunately, I didn't save the TCP .pcap generated. This was on an Oracle BRM system, please refer to the link below to find out more about the function of the instance.
Best regards, Lesley
Thanks for the response.
@dinosn already mentioned this is another issue and I also think that antivirus could be a possible explanation. However, it is surprising to me, that the disconnect occurs in the list operation. If antivirus flags the tonka bean as malicious, that's fair, but the list operation is just a regular JMX call :thinking:
@dinoson also mentioned you achieved a tonka deployment with an older version of beanshooter? Was this on the same system and did the enum action worked too?
Hi Tobias,
I was successful with tonka deployment using version 3.0.0 as per @dinosn suggestion, it was strange to me that the current version was giving me these errors. I would have loved to extend my research on the target but unfortunately, the target was patched quickly as it posed a great threat to the organization.
I am actually arranging to setup my own instance to just test these out locally, I'll hopefully have slightly useful feedback afterwards.
Thanks.
I faced the following error when using beanshooter:
Kindly assist with troubleshooting as I am not too conversant with Java😃