SNIPPETS stringlengths 2 1.64k | INTENTS stringlengths 4 1.66k |
|---|---|
mov byte [esp], 0x2e | move 0x2e into the byte at address [esp] |
mov byte [esp], 0x2e | move 0x2e into the byte in esp |
mov byte [esp], 0x2f | move 0x2f into the byte at address [esp] |
mov byte [esp], 0x2f | move 0x2f into the byte in esp |
mov byte [esp], 0x7f | move 0x7f into the byte at address [esp] |
mov byte [esp], 0x7f \n mov byte [esp+3],0x01 | move ip address 127.0.0.1 into esp register |
mov byte [esp+2], 0x07 | move 0x07 into the byte at address [esp+2] |
mov byte [esp+3], 0x01 | move 0x01 into the byte at address [esp+3] |
mov byte [esp+3], 0x11 | move 0x11 into the byte at address [esp+3] |
mov byte [hexstr+edx+1],bl | move a byte from bl into memory address hexstr+edx+1 |
mov byte [hexstr+edx+2],al | move a byte from al into memory address hexstr+edx+2 |
mov byte [var], 5 | store the value 5 into the byte at memory location var |
mov byte al, 0x0b | load __nr_ execve = 0x0b into al register as a byte |
mov byte al, 0x0b | move 0x0b into the byte at address al |
mov byte al, 0x3f | move 0x3f into the byte at address al |
mov byte al, 0x3f | move 0x3f into the byte in al |
mov byte al, 0xa4 | setresuid syscall 164 (0xa4) |
mov byte al, 0xa4 | move 0xa4 into the byte at address al |
mov byte al, 0xa4 | move 0xa4 into the byte in al |
mov byte al, 11 | move 11 into the byte at address al |
mov byte al, 83 | move 83 into the byte at address al |
mov byte cl, 7 | set counter to 7 and save it in cl register |
mov byte cl, 7 | move 7 into the byte at address cl |
mov byte ptr [esi+0xb],bl | copy the byte in bl register to the spae in memory at the address esi+0xb |
mov byte[edx + eax], bl | copy bl contents in the byte at the address edx+eax |
mov ch, 0x4 | copy the value 0x4 into ecx |
mov ch, 0x4 | move 0x4 into ch |
mov ch, byte [esi + edx + 4] | save the byte in esi+edx+4 in ch |
mov ch,0x4 | copy the hexadecimal value 0x4 in ch register |
mov ch,0x5 | move hexadecimal value 0x5 to ch register |
mov cl, 0102 | move 0102 into cl |
mov cl, 077o | move 077o into cl |
mov cl, 0x1 | load 1 into cl regisetr |
mov cl, 0x1 | set cl to the fd of stdout = 1 |
mov cl, 0x1 | move 0x1 into cl |
mov cl, 0x1e | move 0x1e into cl |
mov cl, 0x2 | move 2 in cl regsiter |
mov cl, 0x2 | creat a countre moving the value 2 into cl register |
mov cl, 0x2 | push 2 into cl register |
mov cl, 0x2 | copy 0x2 into cl register |
mov cl, 0x2 | initiate the loop-counter to 2 |
mov cl, 0x2 | load the value 0x2 into cl register |
mov cl, 0x2 | set cl to the stderr fd = 2 |
mov cl, 0x2 | move 0x2 into cl |
mov cl, 0x2 | move the value 0x2 into the cl register |
mov cl, 0x3 | copy 3 into cl register |
mov cl, 0x3 | move 0x3 into cl |
mov cl, 10 | move 10 into the first byte of the counter |
mov cl, 10 \n dec cl \n jnz l1 | move the value 10 into the cl register then decrement the contents of the cl register and jump to the l1 label if the result is not zero |
mov cl, 100 | move 100 into cl |
mov cl, 128 | move 128 into cl |
mov cl, 13 | load the value 13 on cl register |
mov cl, 13 | move 13 to cl |
mov cl, 13 | move 13 into cl |
mov cl, 2 | copy 2 into cl register |
mov cl, 2 | inizialize counter ecx=2 |
mov cl, 2 | move 2 into cl |
mov cl, 21 | copy 21 into cl register |
mov cl, 21 | move 21 into cl |
mov cl, 25 | transfer the decimal value 25 in cl register |
mov cl, 3 | counter to loop 3 times |
mov cl, 3 | move 3 into cl |
mov cl, 30 | move 30 into cl |
mov cl, 30 | move 30 to the cl register |
mov cl, 32 | move 32 into cl |
mov cl, 4 | transfer 4 into cl |
mov cl, 4 | move 4 value into cl register that represents the counter |
mov cl, 4 | loop 4 times |
mov cl, 9 | move 9 into cl |
mov cl, al | move al into cl |
mov cl, al | put the contents of the al into the cl register |
mov cl, al | backup al into cl |
mov cl, bl \n sub cl, 1 \n jnz loop | move the contents of the bl register into the contents of the cl register then subtract the value 1 from the cl register and jump to the loop label if the result is not zero |
mov cl, byte [eax] | move the byte in eax into cl |
mov cl, byte [eax] | move the byte in eax to cl |
mov cl, byte [eax] | move the byte at the address [eax] into cl |
mov cl, byte [esi + edx + 3] | save the byte in esi+edx+3 in cl |
mov cl, byte [esi] | move the byte at the address [esi] into cl |
mov cl, byte [esi] | move the byte in esi into cl |
mov cl, byte_table[2] | move the 3rd element of the array byte_table into cl |
mov cl, byte_table+2 | move the 3rd element of the byte_table into cl |
mov cl, dl | move dl into cl |
mov cl, len | initialize counter cl to shellcode lenght |
mov cl, len | move len into cl |
mov cl, shellcode_length | save shellcode_lenght = 25 into cl register |
mov cl, shellcode_length | move shellcode_length into cl |
mov cl, shellcodelen | set the loop counter to shellcodelen into cl register |
mov cl, shellcodelen | move shellcodelen into cl |
mov cl,0x19 | copy hexadecimal value 0x19 to cl register |
mov cl,0x19 | copy hexadeciaml value 0x19 into cl register |
mov cl,0x2 | move the value 2 into cl register |
mov cl,0x2 | load hexadecimal value 0x2 into cl register |
mov cl,0x3 | move the value 0x3 in cl register |
mov count, bx | move bx to count |
mov cx, [esi] | move the contents of the esi register into the cx register |
mov cx, 01 | initialize cx to 01 |
mov cx, 02001 | move 02001 into cx |
mov cx, 0666 | move 0666 into cx |
mov cx, 0700 | move 0700 into cx |
mov cx, 0x191 | move 0x191 into cx |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.