代码搜索:Shellcode

找到约 263 项符合「Shellcode」的源代码

代码结果 263
www.eeworm.com/read/102140/15792682

c shellcode.c

#include #include #include #include //定义API及DLL名称及其存储顺序,良好的编码风格对于以后的开发会提供很大的方便 #define APISTART 0 #define GETPROCADDRESS (APISTART+0) #define LOADLIB
www.eeworm.com/read/159132/10692230

c shellcode_fun.c

/* shellcode_fun.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * 结合文件上传下载功能的shellcode演示 */ #define PROC_BEGIN __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90\
www.eeworm.com/read/159132/10692244

c shellcode_asm.c

#include #include void main() { LoadLibrary("msvcrt.dll"); __asm { mov esp,ebp ;把ebp的内容赋值给esp push ebp
www.eeworm.com/read/159132/10692256

cpp shellcode_remote.cpp

/****************************************************************************/ /* Telnetd.cpp By Ipxodi tested in win2000 To illustrated the method of telnetd. Only one conne
www.eeworm.com/read/159132/10692266

c shellcode_rebind.c

/* shellcode_rebind.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * 重新绑定端口的shellcode演示 */ #define PROC_BEGIN __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90\
www.eeworm.com/read/159132/10692271

c shellcode_getpeername.c

/* shellcode_getpeername.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * getpeername查找socket的shellcode演示 */ #define PROC_BEGIN __asm _emit 0x90 __asm _emit 0x90 __asm _emit 0x90 __
www.eeworm.com/read/159132/10692362

c shellcode_oob.c

/* shellcode_oob.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * use OOB find socket shellcode for Linux x86 * Idea from bkbll */ unsigned char sh_Buff[1024]; unsigned int sh_Len; u
www.eeworm.com/read/159132/10692368

c shellcode_ioctl.c

/* shellcode_ioctl_FIONREAD.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * use ioctl to find socket shellcode for Linux x86 * Idea from eyas */ unsigned char sh_Buff[1024]; unsigned
www.eeworm.com/read/159132/10692371

c shellcode_fun.c

/* shellcode_fun.c for linux x86 * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * 1. Use OOB find socket. * 2. Integrate file download and upload function. */ unsigned char sh_Buff[1024]
www.eeworm.com/read/159132/10692374

c shellcode_asm.c

/* shellcode_asm.c * * 《网络渗透技术》演示程序 * 作者:san, alert7, eyas, watercloud * * shellcode演示 */ int main () { __asm__ (" mov $0x0,%edx push %edx push