October 2018
Intermediate to advanced
528 pages
12h 33m
English
In this section, we are going to use a local exploit to escalate our privilege.
To demonstrate this, we will use the following virtual machines:
First, we will identify the open network services available on the victim machine. For this, we utilize the Nmap port scanner with the following command:
nmap -p- 172.16.43.156
We configure Nmap to scan for all of the ports (from port 1 to port 65,535) using the -p- option.
The following screenshot shows the brief result of the preceding command:

After doing some research on the internet, we found that the ...
Read now
Unlock full access