KategorilerBOFVulnhubWalkthrough

Kioptrix-1 Vulnhub Walkthrough

First, I performed a port and version scan using Nmap.

There is a buffer overflow vulnerability that related ssl

I got the exploit from searchsploit. I uploaded last version of exploit because of there are some bugs of previous version.

searchsploit -m unix/remote/47080.c

I just got warning error during the compile.

gcc -o OpenFuck 47080.c -lcrypto
./OpenFuck -h

I made some changing to code. I download ptrace-kmod.c in my local and I open a web service on 5000 port.