November 2019
Beginner
550 pages
13h 14m
English
When a device is vulnerable to code execution, an attacker or penetration tester is allowed to execute code remotely on the target server. Additionally, the penetration tester will be able to retrieve the source code that's stored on the target.
To complete this exercise, we will be using the following topology:

To get started with code execution exploitation, follow these steps:
nmap -p80 --script http-vuln-cve2012-1823 <target IP address> ...
Read now
Unlock full access