Last updated on 2023-05-20
Made a nice shellcode using the python inlineEgg library. The shellcode is designed to smash the stack of a programm which is listen on a socket. The read buffer gets overflowed by the shellcode.
The code was tested an on older SUSE9.0, because current disto use pie and
ssp
Features:
- Python script that generates the shellcode
- Re-uses the listen socket of the victim and connects it to new shell
- Scans for correct fd and peername
- Embedded Telnet client which connects to created remote shell
- Encoder to generate polymorph shellcode
Comments are closed, but trackbacks and pingbacks are open.