SNIPPETS
stringlengths 2
1.64k
| INTENTS
stringlengths 4
1.66k
|
|---|---|
push edi
|
push the contents of the edi register onto the stack
|
push edi
|
push edi onto the stack
|
push edi
|
push the contents of edi register onto the stack
|
push edi \n mov eax, esp
|
push the contents of the edi register onto the stack and point eax to the stack register
|
push edi \n mov ebx, esp
|
push the contents of the edi register onto the stack and point ebx to the stack register
|
push edi \n mov ecx, esp
|
push the contents of the edi register onto the stack and point ecx to the stack register
|
push edi \n mov edx, esp
|
push the contents of the edi register onto the stack and point edx to the stack register
|
push edi \n pop esi
|
load esi content into esi register
|
push edi \n push word 100 \n push edi \n push esi
|
push edi content, the buffer size = 100 as a word, edi content and socketfd (esi) on stack
|
push edx
|
push edx register on the stack
|
push edx
|
push null on the stack
|
push edx
|
push null byte on the stack
|
push edx
|
load null byte on the stack
|
push edx
|
push edx on stack
|
push edx
|
push inaddr_any = 0 on the stack
|
push edx
|
push null string terminator on stack
|
push edx
|
push null argv on stack
|
push edx
|
push edx contet om stack
|
push edx
|
push edx content on stack
|
push edx
|
push null on stack
|
push edx
|
push terminating null on stack
|
push edx
|
push edx(0) onto the stack (inaddr_any = 0)
|
push edx
|
push 00 onto the stack
|
push edx
|
push null termination string on stack
|
push edx
|
push file descriptor on stack
|
push edx
|
push protocol id = 0
|
push edx
|
push socket file descriptor saved in edx
|
push edx
|
push null
|
push edx
|
push 0 on to stack (inaddr_any)
|
push edx
|
push 0 onto stack (backlog=0)
|
push edx
|
pushes the old socket fd onto the stack
|
push edx
|
push current socket fd onto the stack
|
push edx
|
push the socket fd onto the stack
|
push edx
|
push our socket fd onto the stack
|
push edx
|
push edx content
|
push edx
|
push edx
|
push edx
|
push inaddr_any = 0
|
push edx
|
push zero addrlen on stack
|
push edx
|
push null sockaddr on stack
|
push edx
|
preserve edx on the stack
|
push edx
|
push edx to the stack
|
push edx
|
push the contents of edx register onto the stack
|
push edx
|
push the contents of the edx register onto the stack
|
push edx
|
push the value of register edx onto the stack
|
push edx
|
push edx onto the stack
|
push edx
|
push edx on the stack
|
push edx \n mov eax, 0xb33fb33f \n sub eax, 0x3bd04ede \n push eax
|
push null terminated string ÔadowÕ on stack
|
push edx \n mov eax, esp
|
push the contents of the edx register onto the stack and point eax to the stack register
|
push edx \n mov ebx, esp
|
push the contents of the edx register onto the stack and point ebx to the stack register
|
push edx \n mov ecx, esp
|
push the contents of the edx register onto the stack and point ecx to the stack register
|
push edx \n push 0x6563726f \n push 0x666e6574 \n push 0x65732f6e \n push 0x6962732f \n push 0x7273752f
|
push null termination string and the string Ô/usr/sbin/setenforceÕ on the stack
|
push edx \n push 0x68732f2f \n push 0x6e69622f
|
push null terminated /bin//sh on stack
|
push edx \n push 0x68732f2f \n push 0x6e69622f \n mov ebx, esp
|
push /bin//sh +\x00 on the stack and then point ebx where that string is located
|
push edx \n push 0x68732f2f \n push 0x6e69622f \n mov ebx, esp
|
load null bytes, Ô//shÕ and Ô/binÕ into ebx register
|
push edx \n push 0x68732f2f \n push 0x6e69622f \n mov ebx,esp
|
load Ô/bin//sh\0Õ into ebx register
|
push edx \n push 0x68735858
|
push edx and the hexadecimal value 0x68735858 on the stack
|
push edx \n push byte 0x30
|
push edx and the value 0x30 onto the stack
|
push edx \n push byte 0x77 \n push word 0x6f64 \n mov esi, 0x222933f0 \n add esi, 0x3f3f3f3f \n push esi \n xor esi, esi \n mov esi, 0x243525f0 \n add esi, 0x3f3f3f3f \n push esi \n xor esi, esi \n mov ebx, esp
|
load the string /cte/shadow on ebx register
|
push edx \n push eax \n push ebx
|
push edx, eax and ebx on the stack
|
push edx \n push ebx
|
push edx and ebx content on stack
|
push edx \n push ebx
|
push edx content two times on stack
|
push edx \n push ebx \n push 2
|
pusg protocol = 0, sock_stream = 1 and af_inter = 2 on stack
|
push edx \n push ecx \n push eax
|
push edx, ecx and eax contents on stack
|
push edx \n push ecx \n push ebx
|
push edx, ecx and ebx content on stack
|
push edx \n push ecx \n push ebx \n mov ecx, esp
|
push edx, ecx and ebx contents on the stack
|
push edx \n push ecx \n push ebx \n push eax \n push esp \n push ebp \n push esi \n push edi
|
push edx, ecx, ebx, eax, esp, ebp, esi and edi registers on the stack
|
push edx \n push edi
|
push edx and edi on stack
|
push edx \n push edi \n push ebx
|
push edx, edi and ebx content on stack
|
push edx \n push edx
|
push null two times on satck
|
push edx \n push edx \n mov ecx, esp
|
push two times edx on the stack and then load the stack pointer in ecx register
|
push edx \n push edx \n push esi
|
push edx content two times and esi content on stack
|
push edx \n push edx \n push esi
|
push edx content two times and esi content onto the stack
|
push edx \n push edx \n push esi \n mov ecx, esp
|
push edx two times ad esi on the stack and then load the stack pointer into ecx register
|
push edx \n push esi
|
push edx and esi content on stack
|
push edx \n push esi \n mov ecx, esp
|
save 0 and socket file descriptor in ecx
|
push edx \n push esi \n mov ecx, esp
|
save socket file descriptor and 0 in ecx
|
push edx \n push esi \n mov ecx, esp
|
push edx and esi contents on the stack and then load the stack pointer into ecx register
|
push edx \n push esi \n push ebp \n push ebx \n mov ecx, esp
|
load edx, esi, ebp and ebx contentsinto ecx register
|
push edx \n push esi \n push edi \n push ebx \n mov ecx, esp
|
chain the contents of the registers edx, esi, edi and ebx and save them into ecx register
|
push edx \n push word 0x5c11 \n push word 0x02 \n mov ecx, esp
|
save af_inet in 32bit, the 32bit value 4444, edx contents on ecx
|
push edx \n push word 0x8223 \n push word bx
|
push on stack the word array : [0, port_num, 2]
|
push edx \n push word 0xaaaa \n push word 2 \n mov ecx, esp
|
push a word null, a word of a characters and a word of 2 on the stack then load the stack pointer into ecx register
|
push esi
|
push hs/ in stack
|
push esi
|
push the pointer to -f
|
push esi
|
push esi content on stack
|
push esi
|
push the socket file descriptor on stack
|
push esi
|
push socket file descriptor on stack
|
push esi
|
push the sockfd on stack
|
push esi
|
push the host_sockfd
|
push esi
|
push the pointer to host_sockfd stored in esi on stack
|
push esi
|
push host_sockfd
|
push esi
|
push encoded_shellcode pointer to stack for later execution
|
push esi
|
push null termination
|
push esi
|
push the pointer to the /tmp/.xe
|
push esi
|
push file descriptor on stack
|
push esi
|
push sockfd (sock_file_des) onto stack
|
push esi
|
push sockfd on stack
|
push esi
|
push sockfd saved into esi
|
push esi
|
push sockfd (esx) on stack
|
push esi
|
preserve esi on the stack
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.