polysh/README.md
2025-11-02 00:12:18 +01:00

521 B

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.

demo.gif

Credits

Reverse shells taken from revshells.com, slightly modified for the poly magic.