Molotov
A ret2libc with a given leak
Overview
$ ./molotov
f7d9ef00
Input :$ python3 -c 'print("A"*300)' | ./molotov
f7d61f00
Input :
Segmentation faultDecompilation
int vuln(void){
char buffer [24];
printf("%x\n",system);
puts("Input : ");
gets(buffer);
return 0;
}
Exploitation
Last updated
Was this helpful?