> Tools > Shellcode
Just because our fuzzer worked or the PoC was fantastic doesn't mean that running calc is gonna put a smile on your face. If you got RCE try our shellcodes to actually do something useful.Date | File | Type | OS | Arch | Size | Author |
---|---|---|---|---|---|---|
02-22-2015 | execve_linux.c | setuid(0); execve("/bin/sh", foobar, NULL); | Linux | x86 | 47 bytes | noptrix |
02-22-2015 | chmod_linux.c | chmod("/etc/shadow", 666); exit(); | Linux | x86 | 32 bytes | noptrix |
02-22-2015 | reboot_linux.c | reboot(0x1234567); | Linux | x86 | 21 bytes | noptrix |