Jump to content
SlicK

Injectare shellcode in executabile

Recommended Posts

Posted
Una din metodele de injectare a unui shellcode intr-un executabil

Download: http://rootb0x.com/si.rar

E foarte bun, bravo !

Detalii despre shellcoding gasiti aici: http://rstcenter.com/forum/topic7996.html

Si asta este bun :roll:

Si ca tot suntem la capitolul ShellCode si MessageBox, zi de ce nu merge asta:


segment .code USE32
..start:
xor eax, eax
xor ebx, ebx
xor ecx, ecx
xor edx, edx
jmp short functie
functie2:
pop eax
mov byte [eax+10], dl
mov ebx, 0x77e7d961
push eax
call ebx
mov ecx, eax
jmp short functie3
functie4:
pop eax
mov byte [eax+11], dl
mov ebx, 0x77e7b332
push eax
push ecx
call ebx
xor ebx, ebx
mov ebx, eax
jmp short titlu
restul:
pop esi
mov byte [esi+5], dl
jmp short message
final:
pop eax
mov byte [eax+7], dl
push 0
push esi
push eax
push 0
call ebx
xor ebx, ebx
mov ebx, 0x77e798fd ;ExitProcess
push byte 1
call ebx
functie:
call functie2
db 'user32.dllN'
functie3:
call functie4
db 'MessageBoxAN'
titlu:
call restul
db 'titluN'
message:
call final
db 'messageN'

Stii care este problema la el, fa-l sa mearga :D Please 8)

Inca o data, felicitari !

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...