August 2018
Intermediate to advanced
482 pages
12h 44m
English
To exploit Shellshock vulnerability, we need two systems. The first system will be used as the victim's, and should be vulnerable to Shellshock. In our case, we are using an Ubuntu system as the vulnerable system. The second system will be used as the attacker, and can have any Linux version running on it. For our case, we are running Kali on the second system.
The victim system will be running the openssh-server package. It can be installed using the following command:
apt-get install openssh-server
We will then configure this system as a vulnerable SSH server to show how it can be exploited using the Shellshock bug.
Read now
Unlock full access