Quantcast
Channel: elf – Security List Network™
Viewing all articles
Browse latest Browse all 25

elfshell is a GNU program used to extract shellcodes from ELF binary files.

$
0
0

elfshell is a GNU program used to extract shellcodes from ELF binary files.
that helps exploiting ELF binary files & helps security guys to extract machine executable code, from diffrent parts of the binary file & form executable shellcode’s that can be later injected, to successfully lead a buffer overflow attack through old kernels, that doesn’t support PAE/Xd-bit, X^W protection, & doesn’t have patch VASLR already compiled into the kernel.

elfshell

elfshell

Download & Use from git:

git clone https://github.com/afrOck/elfshell && cd elfshell
gcc elfshell.c -o elfshell
./elfshell

Source: https://github.com/afrOck


Viewing all articles
Browse latest Browse all 25

Trending Articles