polysh/README.md

16 lines
498 B
Markdown

# polysh
Polymorph reverse shell payload for Bash, Python, and PHP.
## Use
Replace `{{{ADDR}}}` and `{{{PORT}}}` according to your listener:
- `sed -i "s/{{{ADDR}}}/10.0.0.42/g" polysh`
- `sed -i "s/{{{PORT}}}/1337/g" polysh`
After that, bring it onto your target system and either `bash polysh`, `python polysh` or `php polysh` it - or bring it into webroot and call it.
## Credits
Reverse shells taken from [revshells.com](https://www.revshells.com/), slightly modified for the poly magic.