Tagged Questions
1
vote
2answers
161 views
Shellcode keeps breaking in Ability FTP Server buffer overflow exploit
I am taking the Penetration Testing with Backtrack class from offensive-security.com and am working on a buffer overflow exploit for Ability Server. I can successfully over write EIP and jump to my ...
3
votes
1answer
354 views
Buffer Overflow - Program terminates after spawning a shell
I have been experimenting with buffer overflows on a FreeBSD system.
As the first experiment I have tried to get the exploited program to start another process (/bin/hostname in this case). That all ...