SNIPPETS
stringlengths 2
1.64k
| INTENTS
stringlengths 4
1.66k
|
|---|---|
mov ax, 0x169
|
move 0x169 into ax
|
mov ax, 0x16a
|
insert in ax register the value 0x16a/connect syscall number
|
mov ax, 0x16a
|
insert in ax register the connect syscall number
|
mov ax, 0x16a
|
move 0x16a into ax
|
mov ax, 0x16b
|
load listen syscall numebr into ax register
|
mov ax, 0x16b
|
move 0x16b into ax
|
mov ax, 0x16c
|
load accept syscall number into ax register
|
mov ax, 0x16c
|
move 0x16c into ax
|
mov ax, 1
|
move value of 1 into register ax
|
mov ax, 102
|
moves syscall for socketcall into ax
|
mov ax, 102
|
move 102 into ax
|
mov ax, 1666
|
move 1666 into ax
|
mov ax, 45h
|
transfer the immediate constant 45h to ax
|
mov ax, 8h
|
move 8h into ax
|
mov ax, 9
|
get 9 in the ax
|
mov ax, bx
|
move bx into ax
|
mov ax, bx
|
move the contents of bx into ax
|
mov ax, table[esi*4]
|
move the memory offset table+esi*4 into ax
|
mov ax, word [edi + 1 + ecx]
|
mov the word at the address edi+1+ecx into ax
|
mov ax,[esi]
|
copy esi content into ax register
|
mov bh, 0x12
|
move 0x12 into bh
|
mov bh, 0xe2
|
move 0xe2 into bh
|
mov bh, bl
|
move the contents of bl into bh
|
mov bh, byte [esi + edx + 2]
|
save the byte in esi+edx+2 in bh
|
mov bh,0xcc
|
copy hexadecimal value from 0xcc to bh register
|
mov bl, [esi]
|
move the current byte of the shellcode to the bl
|
mov bl, [esi+ecx]
|
move the contents of memory address esi+ecx into bl
|
mov bl, 0bh
|
move 0bh into bl
|
mov bl, 0x01
|
move the syscall sys_socket in bl register
|
mov bl, 0x01
|
move 0x01 into bl
|
mov bl, 0x02
|
move the syscall bind in bl register
|
mov bl, 0x02
|
move 0x02 into bl
|
mov bl, 0x03
|
move the syscall sys_connect in bl register
|
mov bl, 0x04
|
move the syscall sys_listen in bl register
|
mov bl, 0x04
|
move 0x04 into bl
|
mov bl, 0x05
|
move the syscall sys_accept in bl register
|
mov bl, 0x1
|
put the 1 in bl register
|
mov bl, 0x1
|
move the syscall sys_socket in bl register
|
mov bl, 0x1
|
load 0x1 ino bl register
|
mov bl, 0x1
|
load hexadecimal vlaue 0x1 into bl register
|
mov bl, 0x1
|
move 1 into bl register
|
mov bl, 0x1
|
save socket =1 into bl register
|
mov bl, 0x1
|
move 0x1 to bl register
|
mov bl, 0x1
|
setting the socketcall type to sys_socket
|
mov bl, 0x1
|
move the value 0x1 into the bl register
|
mov bl, 0x1
|
move 0x1 into bl
|
mov bl, 0x1 \n mov al, 0x4 \n int 0x80
|
load 1 into bl register and write syscall number into al register, then call kernel
|
mov bl, 0x14
|
moves the sys_setsocketopt as param 1
|
mov bl, 0x14
|
move 0x14 into bl
|
mov bl, 0x2
|
put 2 in bl register
|
mov bl, 0x2
|
load in bl register the argument sys_bind = 2
|
mov bl, 0x2
|
copy the value sys_bind =2 on stack
|
mov bl, 0x2
|
set bind =2
|
mov bl, 0x2
|
set the socketcall type to sys_bind
|
mov bl, 0x2
|
move 0x2 into bl
|
mov bl, 0x2
|
move the value 0x2 into the bl register
|
mov bl, 0x3
|
copy 3 in bl register
|
mov bl, 0x3
|
push 0x3 into bl register
|
mov bl, 0x3
|
move 0x3 into bl
|
mov bl, 0x4
|
put 4 in bl register
|
mov bl, 0x4
|
move 0x4 hexadecimal value into bl register
|
mov bl, 0x4
|
copy the value of sys_listen=4 into bl register
|
mov bl, 0x4
|
set listen = 4
|
mov bl, 0x4
|
set the socketcall type to sys_listen
|
mov bl, 0x4
|
move the value 0x4 onto the stack
|
mov bl, 0x4
|
move 0x4 into bl
|
mov bl, 0x5
|
put 5 in bl register
|
mov bl, 0x5
|
load the value of sys_accept=5 on stack
|
mov bl, 0x5
|
copy 0x5 into bl register
|
mov bl, 0x5
|
accept =5
|
mov bl, 0x5
|
set the socketcall type to sys_accept
|
mov bl, 0x5
|
move 0x5 into bl
|
mov bl, 0x5
|
move the value 0x5 into the bl register
|
mov bl, 0x7
|
move 0x7 to bl
|
mov bl, 0x7
|
move 0x7 into bl
|
mov bl, 0x8
|
move the exadecimal value 0x8 into bl register
|
mov bl, 0x8
|
move 0x8 into bl
|
mov bl, 0x9
|
transfer the hexadecimal value 0x9 into bl register
|
mov bl, 0x9
|
move 0x9 into bl
|
mov bl, 0xe
|
save the value of sys_setcockopt = 14 into bl register
|
mov bl, 0xe
|
move 0xe into bl
|
mov bl, 0xff
|
store 0xff into bl register
|
mov bl, 0xff
|
move 0xff into bl
|
mov bl, 0xff
|
move the value 0xff into bl
|
mov bl, 0xff \n mov bh, 0xe2
|
load Ôjmp edxÕ command into ebx register
|
mov bl, 1
|
load socket = 1 into bl register
|
mov bl, 1
|
move 1 into bl
|
mov bl, 10
|
store 10 into bl register
|
mov bl, 10
|
move 10 into bl
|
mov bl, 2
|
save the byte 2 into al register
|
mov bl, 2
|
move 2 into bl
|
mov bl, 3
|
connect
|
mov bl, 3
|
move 3 into bl
|
mov bl, 3 \n dec bl \n jnz l3
|
move the value 3 into the bl register then decrement the contents of the bl register and jump to the l3 label if the result is not zero
|
mov bl, 4
|
mov (4 = sys_listen = listen()) into bl
|
mov bl, 4
|
copy 4 into bl register
|
mov bl, 4
|
load listen = 4 into bl register
|
mov bl, 4
|
move 4 into bl
|
mov bl, 5
|
load 5 into bl register
|
mov bl, 5
|
load accept = 5 into bl register
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.