Skip to main content

All Questions

0 votes
0 answers
367 views

Why can't I see my shellcode executing in Immunity Debugger?

I am doing an exercise on creating custom shellcode (windows). The goal is to create shellcode that will delete the firewall log file. I successfully spawned a reverse shell with metasploit, using a ...
Ben P's user avatar
  • 1
2 votes
2 answers
2k views

Format string bugs - exploitation

I'm trying to exploit my format string bug, which lies in this program: #include <sys/types.h> #include <sys/uio.h> #include <unistd.h> #include <stdio.h> #include <string....
eleanor's user avatar
  • 1,534