Frolic

Really Close: I think I need that final nudge. I copied the binary to my Kali 32 bit, followed the instructions on that IPPSEC video. Crafted the exploit with the system address, a random exit address and the /bin/sh address in libc. Ran it on my Kali and it spawned a shell. Exited out of that shell and got segmentation fault which is expected as I used a random exit address. So basically to me, everything is working. Now I copy my python exploit to Frolic and when I run it, it does not spawn a shell and crashes with “Segmentation fault (core dumped)”. What am I missing? I know I am really really close :frowning: Please help.