G0ne

Results 11 comments of G0ne

chisel has been used in a cyber attack because of its great potential, that's why they decided to do that

Thanks to you for creating such an awesome project! Maybe a part of the problem is the timeout too short ( its 1 second here https://github.com/WangYihang/Platypus/blob/master/internal/context/client.go ). Maybe increasing it...

This is what, in the second test, ncat receives: ![image](https://user-images.githubusercontent.com/87523421/130233770-2fa98446-9131-42ca-8c65-a89398f93c09.png)

The software I coded to get the reverse shell already use TLS or ROT13 ( it depends on the flags ), but thanks for your info!(:

I coded that software because initially, when you posted Platypus here did not support encryption, and the stdin/ stderr of ncat sucks a bit, so I had to get my...

OK, I found the issue after a deep analysis. After each input ( stdin data ) the tool I coded sleep a few seconds to hide suspicious traffic, and this...

What about if you let customize the timeouts related to client.go during the execution of Platypus? Like "run 127.0.0.1 10000" "set timeout 10" // default value 1 So if someone...

Awesome! I'm glad you liked the idea!(: I will wait for it like someone that waits for the last episode of his favorite tv show ahah

@zekker6 amazing!(: The only issue is that the UDP server sends the data to all the clients connected. See the following example with the string "bbbbbbbbb" ![image](https://user-images.githubusercontent.com/87523421/127368888-da7ae4bb-931c-41f0-97b8-5141ab6356a8.png) 2 ncat udp...

@zekker6 you are right, it works! After some investigations the problem was not socat, but ncat server. I had to forward the incoming traffic to different ports ( rather than...