🖥️️ RCE to Shell Techniques 🐚
5 min readJan 26, 2021
--
You have Remote Code Execution on a vulnerable machine, but how do you get a shell?
While hacking vulnerable machines, you’ll find neat exploits that give you a shell on the target automatically. However, most exploits merely give Remote Code Execution(RCE) which needs to be utilized to execute further commands on a target to get a shell connection. This isn’t always straight forward, and involves alot of trail and error. Testing different reverse shell payloads and trying different techniques…