![]() |
|
Platypus, modern multiple reverse shell sessions manager written in go - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Hacking Tools (https://sinister.ly/Forum-Hacking-Tools) +--- Thread: Platypus, modern multiple reverse shell sessions manager written in go (/Thread-Platypus-modern-multiple-reverse-shell-sessions-manager-written-in-go) |
Platypus, modern multiple reverse shell sessions manager written in go - tranquil - 04-17-2020 Saw this on Github, thought it was pretty cool and worth sharing on here. Features listed in the repository's README:
It's sexy af. My only gripe is that they don't have any support atm for encryption between client and server. But the guy that published this initially has mentioned at the bottom of the README that he fully intends on adding encryption, but the most recent commit to the repo was 10 months ago, so whether or not there will be more updates to it, I'm not sure. The way its looking right now, I doubt it. But the state its in right now is definitely more than adequate. He has some other interesting repositories on his profile, that are worth a look. Demo video: https://www.youtube.com/watch?v=Yfy6w8qXcQs Repository page: https://github.com/WangYihang/Platypus USAGE.md in the repository provides enough instruction for those unsure of how to get this running. After cloning the repository, I made a simple script and called it platypus, and shoved it in my .local/bin directory so I don't need to run `go run ...../platypus.go` every time I want to launch it. RE: Platypus, modern multiple reverse shell sessions manager written in go - mothered - 04-17-2020 Quote:My only gripe is that they don't have any support atm for encryption between client and server.Agree. This Is a major drawback which (In my view), should've been of the highest priority during Its development. Nonetheless, Its features are Insane. Excellent contribution Indeed. |