Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 611 Bytes

File metadata and controls

16 lines (11 loc) · 611 Bytes

Shellcode

Shellcodes for use during exploit development written by the team at Hacker House

Filename Description
aix-ppc/aix53l-seteuid-execve.c AIX 5.3L powerpc seteuid(0);execve("/bin/sh");
alpha/execve.c execve("/bin/sh"); for Tru64/Linux alpha systems
linux-x86/cpuid.c CPU identification instruction experiment
linux-x86/linux_tolower_remote.S execve("/bin/sh"); tolower();
linux-x86/prdelka-vs-LINUX-shellcode.tgz ShellCORE (multiple in-memory modular shellcodes)

License

These files are available under the 3-clause BSD license.