SNIPPETS
stringlengths 2
1.64k
| INTENTS
stringlengths 4
1.66k
|
|---|---|
push esi
|
push the contents of the esi register onto the stack
|
push esi
|
push the contents of the esi register onto the stack.
|
push esi
|
push the esi onto the stack
|
push esi
|
push esi onto the stack
|
push esi
|
push the contents of esi register onto the stack
|
push esi
|
push esi on the stack
|
push esi
|
push esi to the stack
|
push esi
|
push the encoded shellcode pointer to stack
|
push esi \n mov eax, esp
|
push the contents of the esi register onto the stack and point eax to the stack register
|
push esi \n mov ebx, esp
|
push the contents of the esi register onto the stack and point ebx to the stack register
|
push esi \n mov ecx, esp
|
push the contents of the esi register onto the stack and point ecx to the stack register
|
push esi \n mov edi, esi
|
push the stack onto esi and move the contents on edi
|
push esi \n mov edx, esp
|
push the contents of the esi register onto the stack and point edx to the stack register
|
push esi \n push 0x68732f2f \n push 0x6e69622f
|
push null terminated string Ô/bin//shÕ on stack
|
push esi \n push edi
|
push /bin//sh in stack
|
push esi \n push edi
|
push esi and edi content on stack
|
push esi \n push edi \n push edx
|
push esi, edi and edx content on stack
|
push esp
|
push esp content on stack
|
push esp
|
push the memory location of param 1(sizeof) onto the stack
|
push esp
|
push the contents of esp register onto the stack
|
push esp
|
push the contents of the esp register onto the stack
|
push esp
|
push the esp onto the stack
|
push esp
|
push esp to the stack
|
push esp
|
push esp onto the stack
|
push len
|
push len onto the stack
|
push len \n pop edx
|
save len into edx registe
|
push long 0x68732f2f \n push long 0x6e69622f \n mov eax, esp
|
move /bin/sh into the eax register
|
push long 0x68732f2f \n push long 0x6e69622f \n mov ebx, esp
|
move the string /bin//sh on ebx register
|
push long 0x68732f2f \n push long 0x6e69622f \n mov ebx, esp
|
move /bin/sh into the ebx register
|
push long 0x68732f2f \n push long 0x6e69622f \n mov ecx, esp
|
put /bin/sh into the ecx register
|
push long 0x68732f2f \n push long 0x6e69622f \n mov edx, esp
|
put /bin/sh into the edx register
|
push name
|
push name onto the stack
|
push offset printf_msg
|
push address of string print_msg
|
push ogin
|
push the contents in ogin onto the stack
|
push rcx
|
push the immediate value stored in rcx onto the stack
|
push sock_reg
|
push sock_reg onto the stack
|
push sock_reg
|
push the sock_reg onto the stack
|
push sys_execve
|
push sys_execve onto the stack
|
push sys_execve \n pop eax
|
set sys_execve = 11 to eax
|
push word [edx]
|
push edx content as a word on stack
|
push word [edx]
|
push the word [edx] onto the stack
|
push word [edx]
|
push the word [edx] to the stack
|
push word 0544o
|
push the word 0544o onto the stack
|
push word 0544o \n pop ecx
|
allow permissions r-xr--rÑsave them into ecx
|
push word 0644o
|
push the word 0644o onto the stack
|
push word 0666q
|
set read-write permission
|
push word 0666q
|
push the word 0666q onto the stack
|
push word 0x02
|
push af_inet on the stack
|
push word 0x02
|
push af_inet = 2 on stack
|
push word 0x02
|
push the word 0x02 onto the stack
|
push word 0x0a
|
push the argument pf_inet6 = 10 on stack
|
push word 0x0a
|
push the argument af_inet6 = 10 on stack
|
push word 0x0a
|
push word af_inet6
|
push word 0x0a
|
push af_inet6 = 10 as word on stack
|
push word 0x0a
|
push af_inet = 0x0a
|
push word 0x0a
|
push the word 0x0a onto the stack
|
push word 0x0a
|
push the word 0x0a to the stack
|
push word 0x0f27
|
push the word 0x0f27 onto the stack
|
push word 0x1b6
|
push the word 0x1b6 to the stack
|
push word 0x1b6
|
push the word 0x1b6 onto the stack
|
push word 0x1b6 \n pop ecx
|
save read-write permission in ecx register
|
push word 0x1ff
|
push the word 0x1ff onto the stack
|
push word 0x2
|
push the word 0x2 on stack
|
push word 0x2
|
push hexadecimal value 0x2 on stack
|
push word 0x2
|
push hexadecimal value 0x2 as a word on stack
|
push word 0x2
|
push af_inet on stack
|
push word 0x2
|
push af_inet = 2
|
push word 0x2
|
push the arg af_inet onto the stack
|
push word 0x2
|
push the word 0x2 onto the stack
|
push word 0x2
|
push the word 0x2 to the stack
|
push word 0x2923
|
push 0x2923 onto stack port
|
push word 0x2e2e
|
push the word 0x2e2e onto the stack
|
push word 0x3436
|
push the value 46 on the stack
|
push word 0x3436
|
push the word 0x3436 onto the stack
|
push word 0x3582
|
push port 0x3582 as a word
|
push word 0x3582
|
push port number 0x3582 as a word on stack
|
push word 0x3582
|
push the word 0x3582 onto the stack
|
push word 0x3636
|
push the word 0x3636 onto the stack
|
push word 0x3905
|
push the value of the port, 1337, on 32 bit in big endian format
|
push word 0x3905
|
push the value of port 1336 on 32 bit on stack
|
push word 0x3905
|
push the word 0x3905 to the stack
|
push word 0x3905
|
push the word 0x3905 onto the stack
|
push word 0x3930
|
push the word 0x3930 onto the stack
|
push word 0x401f
|
push the word 0x401f onto the stack
|
push word 0x4255
|
push the word 0x4255 onto the stack
|
push word 0x462d
|
push Ô-fÕ on stack
|
push word 0x462d
|
push the word 0x462d to the stack
|
push word 0x462d
|
push the word 0x462d onto the stack
|
push word 0x5000
|
push 0x5000 onto stack port
|
push word 0x5445
|
push the word 0x5445 onto the stack
|
push word 0x5974
|
push the word 0x5974 onto the stack
|
push word 0x5c11
|
insert the 32bit value 4444 on the stack
|
push word 0x5c11
|
push the hexdadecimal value of 4444 on the stack
|
push word 0x5c11
|
push the number of the port, 4444, on the stack
|
push word 0x5c11
|
push the value 4444 of the port on stack
|
push word 0x5c11
|
push dword port value = 4444
|
push word 0x5c11
|
push port value = 4444 as a word
|
push word 0x5c11
|
push port value 4444 as word on stack
|
push word 0x5c11
|
push 0x5c11 onto the stack (port:4444)
|
push word 0x5c11
|
push the port number 4444 (hex) on stack
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.