SNIPPETS
stringlengths
2
1.64k
INTENTS
stringlengths
4
1.66k
inc esi \n jmp L1
point to the next byte of the shellcode and jump to label L2
inc esi \n jmp L2
move to the next byte in the shellcode and jump to L2
inc esi \n jmp short decode
point to the next byte of the shellcode and jump short to decode
inc esi \n jmp short L1
point to the next byte of the shellcode and jump short to L1
inc esi \n jmp short L2
move to the next byte in the shellcode and jump short to L2
inc esp
increment esp content
inc esp
increment the contents of the esp register
inc_dec:
define inc_dec label
inc_dec:
declare inc_dec function
inc_dec:
define inc_dec
incaddr:
declare _incaddr label
incaddr:
declare the incaddr label
incpage:
declare _incpage label
incpage:
declare incpage function
infinite:
define _infinite label
init:
declare _init label
init:
declare the init label
insertion_decoder:
define insertion_decoder label
int 0x80
call kernel
int 0x80
call sigaction() to check memory location [ecx]
int 0x80
execute execve syscall
int 0x80
execute exit syscall
int 0x80
executing the reboot syscall
int 0x80
send an interrupt software
int 0x80
execute
int 0x80
call socket()
int 0x80
call kernel / run connect syscall
int 0x80
execute the function chmod 777 /etc/passwd
int 0x80
call chmod syscall
int 0x80
call kernl
int 0x80
syscall execute
int 0x80
make syscall
int 0x80
executing syscall
int 0x80
call kerel
int 0x80
calling interrupt for sys call
int 0x80
exec sys_dup2
int 0x80
ping kernel
int 0x80
cal kernel
int 0x80
ccall kernel
int 0x80
execute execve
int 0x80
execute chmod
int 0x80
execute exit
int 0x80
execute open
int 0x80
c all kernel
int 0x80
call kerenl
int 0x80
init
int 0x80
call socketcall()
int 0x80
socket()
int 0x80
execute the syscall socketcall
int 0x80
execute the syscall
int 0x80
execute the dup2 syscall
int 0x80
xecute the dup2 syscall
int 0x80
execute the system call
int 0x80
syscall execve
int 0x80
call socketcall
int 0x80
execute the reboot syscall
int 0x80
make the system call
int 0x80
system call interrupt
int 0x80
system call interrupt 0x80
int 0x80
execute execve with system call interrupt
int 0x80
make the kernel call
int 0x80
make the system call to the kernel
int 3
set a breakpoint
int 80h
call kernel
int 80h
call kernel (exit(0))
int 80h
call sys_read
int 80h
call sys_read to fill the buffer
int 80h
call sys_write
int 80h
call the kernel
int 80h
make kernel call to display line string
int 80h
make kernel call to exit program
int 80h
make sys_exit kernel call
int 80h
make sys_write kernel call
int 80h
make syscall to output the text to stdout
int 80h
make syscall to terminate the program
int 80h
make the syscall to terminate the program
int 80h
make the system calls to the kernel
into
if the overflow flag is set, genete an int 4
ja exi
jump to exi if greater
ja exit
jump to the exit label if the destination operand is greater than the source operand in the above comparison
ja next
jump to next label if the destination is greater than the source in the above comparison
ja write
jump to write if greater
jae _start-0x24
jump at the adress _start-0x24 if the carry flag is clear
jb _end+0x1d
if the carry flag or the zero flag are set set go to the adress at _end+0x1d
jb 0xf3
perform an unsigned comparison and jump to 0xf3 if lower
jb modtest
jump to label modtest if below
jb next
jump to label next if below
jb write
jump to label write if below
jbe __bss_start+0x12
if the carry flag or the zero flag are set go to __bss_start+0x12
jbe __bss_start+0x16
if the carry flag or the zero flag are set go to __bss_start+0x16
jbe __bss_start+0x1a
if the carry flag or the zero flag are set go to __bss_start+0x1a
jbe done
jump to label done if below or equal
je all
jump to the all label if the operands of the above comparison are equals
je connec
jump to connect if equal
je connect
jump to the connect label if the operands of the above comparison are equals
je continue
if equal jump to label continue
je continue
jump to label continue if equal
je done
jump to label done if equal
je even_number
define odd_number label
je even_number
jump to even_numer if greater