SNIPPETS stringlengths 2 1.64k | INTENTS stringlengths 4 1.66k |
|---|---|
push bx | push bx on the stack |
push bx | push bx content on the stack |
push bx | push bx onto the stack |
push bx | push bx to the stack |
push bx | push the contents of the bx register onto the stack |
push byte -1 | push the byte -1 onto the stack |
push byte +0x1 | push the byte +0x1 onto the stack |
push byte +0x10 | push the byte +0x10 onto the stack |
push byte +0x2 | push the byte +0x2 onto the stack |
push byte +0x3 | push the byte +0x3 onto the stack |
push byte +0x46 | push the byte +0x46 onto the stack |
push byte +0x6 | push the byte +0x6 onto the stack |
push byte +0x66 | push the byte +0x66 onto the stack |
push byte +0x68 | push byte +0x68 on stack |
push byte +0x7f | push the byte +0x7f onto the stack |
push byte +0x8 | push the byte +0x8 onto the stack |
push byte +0xb | push the byte +0xb onto the stack |
push byte +0xb \n pop eax | load 11 into eax regsiter |
push byte 0 | push byte 0 onto stack |
push byte 0x0 | push the byte 0x0 onto the stack |
push byte 0x01 | push the byte 0x01 onto the stack |
push byte 0x01 | push the byte 0x01 to the stack |
push byte 0x01 \n pop eax | put the syscall 0x01 into the eax register |
push byte 0x02 | push 02 onto the stack (af_inet = 2) |
push byte 0x02 | push the byte 0x02 onto the stack |
push byte 0x02 | push the byte 0x02 to the stack |
push byte 0x02 \n pop eax | put the syscall 0x02 into the eax register |
push byte 0x04 | push the byte 0x04 onto the stack |
push byte 0x04 \n pop eax | put the syscall 0x04 into the eax register |
push byte 0x05 | push the byte 0x05 onto the stack |
push byte 0x05 \n pop eax | put the syscall 0x05 into the eax register |
push byte 0x06 | push the byte 0x06 onto the stack |
push byte 0x06 \n pop eax | put the syscall 0x06 into the eax register |
push byte 0x0b | push the byte 0x0b onto the stack |
push byte 0x0b \n pop eax | load execve syscall number into eax register |
push byte 0x0b \n pop eax | put the syscall 0x0b into the eax register |
push byte 0x1 | push the byte 0x1 to the stack |
push byte 0x1 | push the byte 0x1 onto the stack |
push byte 0x1 \n mov ecx, esp | push the byte 0x1 onto the stack and point ecx to the stack register |
push byte 0x1 \n pop ebx \n push byte ebx | load the byte sock_stream = 1 into ebx register then push ebx content on stack |
push byte 0x1 \n pop edx | load the byte 0x1 into edx register |
push byte 0x1 \n pop esi | load byte 0x1 into esi |
push byte 0x1 \n push byte 0x2 | push socket parameters sock_stream = 1 and af_inet = 2 on stack |
push byte 0x10 | push the byte 0x10 on stack |
push byte 0x10 | push the byte 0x10 onto the stack |
push byte 0x10 \n pop eax | put the syscall 0x10 into the eax register |
push byte 0x10 \n push ecx \n push esi \n mov ecx, esp | save 16, ecx contents and the saved socket descriptor (in esi) on ecx |
push byte 0x11 \n mov ebx, esp | push the byte 0x11 onto the stack and point ebx to the stack register |
push byte 0x17 | push the byte 0x17 onto the stack |
push byte 0x17 \n pop eax | put the syscall 0x17 into the eax register |
push byte 0x1c | push the size of sockaddr_in6 = 28 on stac |
push byte 0x1c | push the hexadecimal byte value 0x1c that is the size of sockaddr_in6 |
push byte 0x1c | push the byte 0x1c onto the stack |
push byte 0x1c \n pop eax | put the syscall 0x1c into the eax register |
push byte 0x1f | push the byte 0x1f onto the stack |
push byte 0x1f \n pop eax | put the syscall 0x1f into the eax register |
push byte 0x2 | define the queueliit = 2 and push it on stack |
push byte 0x2 | push the hexadecimal value 0x2 on stack |
push byte 0x2 | push af_inet = 2 on stack |
push byte 0x2 | push the byte 0x2 onto the stack |
push byte 0x2 | push the byte 0x2 to the stack |
push byte 0x2 \n mov ecx, esp | push the byte 0x2 onto the stack and point ecx to the stack register |
push byte 0x2 \n pop eax | put the syscall 0x2 into the eax register |
push byte 0x2 \n pop ecx | load the hexadecimal value 0x2 into ecx register |
push byte 0x2 \n push esi | push byte 0x2 adn esi content on stack |
push byte 0x2e | push the byte 0x2e onto the stack |
push byte 0x2e \n pop eax | put the syscall 0x2e into the eax register |
push byte 0x2f | push the byte 0x2f onto the stack |
push byte 0x2f \n pop eax | put the syscall 0x2f into the eax register |
push byte 0x3 | push the byte 0x3 onto the stack |
push byte 0x3 \n pop eax | put the syscall 0x3 into the eax register |
push byte 0x3 \n pop esi | load byte 3 into esi register |
push byte 0x30 | push hexadecimal value 0x30 as a byte on stack |
push byte 0x30 | push the byte 0x30 onto the stack |
push byte 0x30 \n pop eax | put the syscall 0x30 into the eax register |
push byte 0x3f | push the byte 0x3f onto the stack |
push byte 0x3f \n pop eax | load dup2 syscall numbere into eax register |
push byte 0x3f \n pop eax | put the syscall 0x3f into the eax register |
push byte 0x4 | push the byte 0x4 onto the stack |
push byte 0x4 \n pop eax | put the syscall 0x4 into the eax register |
push byte 0x4 \n pop eax \n inc eax | load __nr_open syscall into eax register |
push byte 0x43 | syscall for sigaction() |
push byte 0x43 | make the system call sigaction |
push byte 0x43 | sigaction |
push byte 0x43 | syscall for sigaction |
push byte 0x43 | system call sigaction |
push byte 0x43 \n pop eax | put syscall sigaction into the eax register |
push byte 0x43 \n pop eax | put the syscall 0x43 into the eax register |
push byte 0x5 \n mov ebx, esp | push the byte 0x5 onto the stack and point ebx to the stack register |
push byte 0x5 \n mov edx, esp | push the byte 0x5 onto the stack and point edx to the stack register |
push byte 0x64 | push the byte 0x64 to the stack |
push byte 0x64 | push the byte 0x64 onto the stack |
push byte 0x64 \n pop eax | put the syscall 0x64 into the eax register |
push byte 0x64 \n push word 0x7773 \n push word 0x7773 \n push 0x7361702f \n push 0x6374652f \n mov ebx, esp | load the string /etc/passwd in abx register |
push byte 0x66 | push the byte 0x66 onto the stack |
push byte 0x66 \n pop eax | move the command socketcall = 102 in al register |
push byte 0x66 \n pop eax | move the command socketcall = 102 into eax register |
push byte 0x66 \n pop eax | load socketcall syscall number into eax regsiter |
push byte 0x66 \n pop eax | put the syscall 0x66 into the eax register |
push byte 0x7 \n mov edx, esp | push the byte 0x7 onto the stack and point edx to the stack register |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.