SNIPPETS
stringlengths 2
1.64k
| INTENTS
stringlengths 4
1.66k
|
|---|---|
pop ebx
|
pick up ebx from stack
|
pop ebx
|
pop stack(2 = sys_bind = bind()) into ebx
|
pop ebx
|
load string into rbx register
|
pop ebx
|
set sys_bind = 2
|
pop ebx
|
save the string Ô /bin/shÕ into ebx
|
pop ebx
|
save the byte string Ômt.txtxÕ into ebx register
|
pop ebx
|
save th byte string '/proc/sys/kernel/randomize_va_spacex' into ebx register
|
pop ebx
|
restore ebx from the value we pushed onto the stack at the start
|
pop ebx
|
restore the original value of ebx
|
pop ebx
|
restore the top of the stack into ebx register
|
pop ebx
|
restore the top of the stack into the ebx register
|
pop ebx
|
remove last character from the stack into ebx
|
pop ebx
|
pop the value on the stack back into ebx
|
pop ecx
|
extract ecx from the stack
|
pop ecx
|
pick up ecx contents from the stack
|
pop ecx
|
pick up ecx register from the stack
|
pop ecx
|
pick up _ecx label from the satck
|
pop ecx
|
pick up ecx content from stack
|
pop ecx
|
pick up ecx from stack
|
pop ecx
|
piack up ecx content from stack
|
pop ecx
|
pick uo "all all=(all) nopasswd: all" stored i ecx from stack
|
pop ecx
|
pick up ecx content from the stack
|
pop ecx
|
pop 3 into ecx for counter
|
pop ecx
|
get the command string to write in the file, 3rd arg
|
pop ecx
|
save addr ptr into ecx
|
pop ecx
|
remove last character from the stack into ecx
|
pop ecx
|
restore ecx from the value we pushed onto the stack at the start
|
pop ecx
|
restore ecx register
|
pop ecx
|
pop the value on the stack back into ecx
|
pop ecx
|
restore the top of the stack into the ecx register
|
pop ecx \n loop l1 \n mov eax, 1
|
restore the top of the stack into the ecx register then decrement the ecx register and jump to the l1 label if the contents of the ecx register is not zero else make the system call exit
|
pop ecx \n loop l2 \n mov eax, 1
|
restore the top of the stack into the ecx register then decrement the ecx register and jump to the l2 label if the contents of the ecx register is not zero else make the system call exit
|
pop ecx \n loop l3 \n mov eax, 1
|
restore the top of the stack into the ecx register then decrement the ecx register and jump to the l3 label if the contents of the ecx register is not zero else make the system call exit
|
pop ecx \n mov ebp, ecx
|
pick up ecx content from the stack and put it in ebp register
|
pop ecx \n mov edi, ecx
|
pick up ecx register from the stak and put its content into edi register
|
pop ecx \n pop ebx
|
pick up ecx and ebx from stack
|
pop edi
|
make edi register point to xor_value
|
pop edi
|
pick up edi content from the stack
|
pop edi
|
pick up edi content from stack
|
pop edi
|
pop the top element of the stack into edi
|
pop edi
|
restore the top of the stack into the edi register
|
pop edx
|
pop edx from stack
|
pop edx
|
pick up edx content from stack
|
pop edx
|
save fd
|
pop edx
|
restore edx from the value we pushed onto the stack at the start
|
pop edx
|
restore the top of the stack into edx register
|
pop edx
|
restore the top of the stack into the edx register
|
pop edx
|
pop the top of the stack into the edx register
|
pop edx
|
pop the value on the stack back into edx
|
pop edx \n pop esi \n pop edi \n pop edi
|
pick up edx, esi, edi x2 from the stack
|
pop esi
|
extract esi from the stack
|
pop esi
|
transfer word at the current stack top to esi
|
pop esi
|
pick up esi register content from the stack
|
pop esi
|
pick up esi content fro the stack
|
pop esi
|
pick up esi content from stack
|
pop esi
|
pick up esi from the stack
|
pop esi
|
pick up esi register from the stack
|
pop esi
|
pick up esi register that contains the string in db
|
pop esi
|
piack up esi content from the stack
|
pop esi
|
pop the shellcode address from esi register
|
pop esi
|
store encoded_shellcode pointer in esi
|
pop esi
|
pop stack(1) into esi
|
pop esi
|
address of string -> esi
|
pop esi
|
pop the value on the top of the stack into esi
|
pop esi
|
pop esi content
|
pop esi
|
save shellcode into esi
|
pop esi
|
save shellcode address into esi register
|
pop esi
|
restore esi from the stack
|
pop esi
|
restore esi from the value we pushed onto the stack at the start
|
pop esi
|
restore the top of the stack into esi register
|
pop esi
|
restore the top of the stack into the esi register
|
pop esi
|
pop the top of the stack into the esi register
|
pop esi
|
pop the value on the stack back into esi
|
pop esi
|
get the address of shellcode
|
pop esi
|
load address of the encoded shellcode into esi
|
pop esi
|
pop the shellcode into esi
|
pop esi
|
pop the address of the encoded shellcode into esi
|
pop esi
|
shellcode address in esi
|
pop esi
|
shellcode on esi
|
pop esi
|
store the address of the shellcode in esi
|
pop esi
|
store the pointer to the encoded shellcode in esi
|
pop esi
|
store the shellcode in esi
|
pop esi
|
store the shellcode pointer to esi
|
pop esi
|
save the shellcode in the esi register
|
pop esi
|
load the shellcode in esi
|
pop esi
|
encoded shellcode in esi
|
pop esi
|
save the address of the shellcode in esi
|
pop esi
|
pop the address of the shellcode in the esi register
|
pop esi
|
store the pointer to the shellcode into esi
|
pop esi \n mov ax, [esi]
|
store the shellcode in the esi register and copy it into ax
|
pop esi \n mov bx, [esi]
|
save the encoded shellcode in esi and move it into bx
|
pop esi \n mov cx, [esi]
|
store the shellcode in esi and move it into cx
|
pop esi \n mov cx, [esi]
|
point esi to the shellcode and save it into cx
|
pop esi \n mov dx, [esi]
|
pop the shellcode in esi and save it into dx
|
pop esi \n push esi
|
transfer word at the current stack top to esi and then push esi on the stack
|
pop esp
|
restore the top of the stack into the esp register
|
pop si
|
restore the top of the stack into the si register
|
popad
|
extract the data for the 8 general-purpose 32-bit registers from the stack
|
popad
|
move doublewords from the stack into the 32 bit registers
|
popad
|
move doublewords from the stack into the general purpose registers
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.