SNIPPETS stringlengths 2 1.64k | INTENTS stringlengths 4 1.66k |
|---|---|
mov ecx, filecontents | move the memory address of our file contents variable into ecx |
mov ecx, hello | put the offset of hello in ecx |
mov ecx, hexstr | move hexstr into ecx |
mov ecx, m_src3 | move m_src3 to ecx |
mov ecx, msg | move msg to ecx |
mov ecx, msg | move the address of message string into ecx |
mov ecx, msg | move the memory address of message string into ecx |
mov ecx, offset array | move starting address of array to ecx |
mov ecx, readbuffer | move readbuffer into ecx |
mov ecx, request | move address of request variable into ecx |
mov ecx, response | move address of response variable into ecx |
mov ecx, rm | move rm to ecx |
mov ecx, rn | move rn to ecx |
mov ecx, type var2 | move the number of bytes of var2 into ecx |
mov ecx, y | move the contents of y into ecx |
mov ecx,eax \n push ecx | transfer eax content into ecx register then push ecx register on the stcak |
mov ecx,edi | load edi content into ecx register |
mov ecx,esp | transfer esp contents into ecx contents |
mov ecx,esp | move espaddress to ecx |
mov ecx,esp | get stack pointer to ecx |
mov ecx,esp | move esp contents to ecx |
mov ecx,esp | load the stack pointer into ecx register |
mov ecx,esp | load the satck ppointer into ecx register |
mov ecx,esp | load esp content into ecx register |
mov ecx,esp | move stack pointer into ecx |
mov ecx,esp | save addr of stack into ecx |
mov ecx,esp | save the pointer to socket args into ecx register |
mov ecx,esp | load the pointer to struct into ecx register |
mov ecx,esp | tranfer the pointer to args from esp into ecx register |
mov ecx,esp | save pointer (esp) to socket() args (ecx) |
mov ecx,esp | load pointer to struct sockaddr into ecx register |
mov ecx,esp | load into ecx the pointer to args stored in esp |
mov ecx,esp | load the pointer to args into ecx regsiter |
mov ecx,esp | make ecx pointing to args |
mov ecx,esp | save stack pointer into ecx register |
mov ecx,esp | load the pointer to the struct into ecx regsiter |
mov ecx,esp | load stack pointer into ecx regisetr |
mov ecx,esp | load stack pointer into ecx register |
mov ecx,esp | move stack pointer to ecx |
mov ecx,esp | save in ecx the pointer to socket arguements |
mov ecx,esp | point ecx to stack |
mov ecx,esp | copy esp content into ecx register |
mov ecx,esp | save esp content into ecx register |
mov ecx,esp | ecx points to the arguments adress |
mov ecx,esp | save pointer into ecx |
mov ecx,esp | ecx point to the top of he stack |
mov ecx,esp | save esp content into ecx regoster |
mov ecx,esp \n mov ecx,esp \n mov ebx,esp | transfer esp content into ecx two times and in ebx |
mov edi, [ebp+16] | move value the contents of memory address ebp+16 into edi |
mov edi, 0x343997b7 | move 0x343997b7 into edi |
mov edi, 0x3734b117 | move 0x3734b117 into edi |
mov edi, 0x6e69622f | push /bin in edi |
mov edi, 0x978cd092 | move 0x978cd092 into edi |
mov edi, 0x978cd092 \n mov ebx, edi | load hexadecimal value 0x978cd092 into edi and ebx registers |
mov edi, 0x978cd0d0 | move 0x978cd0d0 into edi |
mov edi, 0x978cd0d0 \n mov esi, 0x91969dd0 \n not edi \n not esi \n push edi \n push esi | push Ô/bin//sh on stackÕ |
mov edi, 0xaaaa9090 | move 0xaaaa9090 to edi |
mov edi, 0xada67373 | trtasfer the hexadecimal value 0xada67373 into edi register |
mov edi, 0xada67373 | move 0xada67373 into edi |
mov edi, 876189623 | move 876189623 into edi |
mov edi, 884021143 | move 884021143 into edi |
mov edi, eax | copy eax content into edi register |
mov edi, eax | move eax into edi |
mov edi, eax | move the return value of sys_socketcall into edi |
mov edi, ecx | move ecx to edi for scasd operation |
mov edi, ecx | move ecx content to edi register |
mov edi, ecx | copy ecx content in edi register |
mov edi, ecx | move ecx to edi |
mov edi, ecx | move ecx into edi |
mov edi, edx | move edx into edi |
mov edi, edx | move the remainder into edi |
mov edi, esi | copy esi content into esi register |
mov edi, esi | move encoded_shellcode pointer to edi |
mov edi, esi | move esi into edi |
mov edi, esi | move the pointer to the shellcode into edi |
mov edi, esp | load esp content in edi register |
mov edi, esp | save addr of stack into edi |
mov edi, esp | edi points to the top of the stack |
mov edi, esp | moving the pointer to the string Ô-le//bin//shÕ to edi |
mov edi, esp | move esp into edi |
mov edi, hexstr | place hexstr into edi |
mov edi,0x3734b117 | move hexadecimal value 0x3734b117 into edi content |
mov edi,0x6e69622f | load the string /bin into edi register |
mov edi,0x79844040 \n sub edi,0x11111111 | load the string //sh into edi register |
mov edi,ecx | load the current address from ecx to edi |
mov edi,esp | load esp content into edi register |
mov edi,esp | point edi to stack |
mov edi,esp | save in edi the -c value |
mov edx, [esi+4*ebx] | move the 4 bytes of data at address esi+4*ebx into edx |
mov edx, [esp] | saves stage address to edx |
mov edx, [esp] | move the contents of the esp register into the edx register |
mov edx, [temp4] | move the contents at memory address temp4 to edx |
mov edx, [z] | move the contents at memory address z to edx |
mov edx, 0x1234567 | loading the cmd argument: linux_reboot_cmd_restart in edx |
mov edx, 0x1234567 | move the value 0x1234567 into the edx register |
mov edx, 1 | move 1 into edx |
mov edx, 11 | move integer 11 to edx |
mov edx, 12 | move 12 to edx |
mov edx, 13 | move 13 into edx |
mov edx, 2 | move decimal 2 into edx |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.