搜索资源列表
webdavhack
- webdav溢出工具-webdav overflow tools
WinRAR 3.40 Buffer Overflow POC
- winrar漏洞测试代码,适用于winrar3.4版本。好像这种东西比较危险-WinRAR loopholes test code applicable to winrar3.4 version. Like this stuff is dangerous
缓冲区溢出攻防
- 本代码演示了缓冲区溢出的攻击与防范。我的开发环境 操作系统:windows xp professional + sp1a 编译器:visual c++.net 2003 由于操作系统的补丁太多,即使与我相同的系统也可能需要修改LoadLibrary、GetProcAddress、VirtualAlloc和\"jmp esp\"指令的地址。 请谨慎修改编译参数,修改参数可能导致修改程序。 请只编译release版,debug版无法正常执行。-demonstratio
bugtraqworm.tgz
- 利用OpenSSL溢出的蠕虫 系统平台linux-use OpenSSL overflow worms linux platform
base64src
- C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include \"base64.h\" 即可,编码后的长度一般比原文多占1/3的存储空间,
shell
- Cmd Shell(命令行交互)是黑客永恒的话题,它历史悠久并且长盛不衰。本文旨在介绍和总结一些在命令行下控制Windows系统的方法。这些方法都是尽可能地利用系统自带的工具实现的。 文件传输 对于溢出漏洞获得的cmd shell,最大的问题就是如何上传文件。由于蠕虫病毒流行,连接ipc$所需要的139或445端口被路由封锁。再加上WinXP系统加强了对ipc$的保护,通过ipc$及默认共享上传文件的手段基本无效了。ftp和tftp是两种可行的方法,介于其已被大家熟知,本文就不介绍了。还
HASHES.ZIP
- 雜湊法(Hashing)的搜尋與一般的搜尋法(searching)是不一樣的。在雜湊法中,鍵值(key value)或識別字(identifier)在記憶體的位址是經由函數(function)轉換而得的。此種函數,一般稱之為雜湊函數(Hashing function)或鍵值對應位址轉換(key to address transformation)。對於有限的儲存空間,能夠有效使用且在加入或刪除時也能快的完成,利用雜湊法是最適當不過了。因為雜湊表搜尋在沒有碰撞(collision)及溢位(over
win 2000 xp task scheduler exploit
- xp的计划任务溢出-xp the planned tasks Overflow
idaidq
- idq/ida溢出的程序-G. / Ida overflow procedures
messctrl
- 在进行linux服务器编程时经常要用到消息队列编程,但直接使用系统调用可能还不能实现需要.此例子演示了怎样在用内核调用操作消息队列,控制消息队列溢出,消除\"死\"消息的方法.-during regular programming to be used when the message queue programming, but the direct use of system calls may also need to achieve. this example demonstrates
tibco
- tibco远程缓冲区溢出漏洞利用代码,适用各操作系统,本程序为win32平台下的-tibco Remote Buffer Overflow Vulnerability use code, the application of the operating system, The procedures for the win32 platform
setslice
- IE setslice()缓冲区溢出 漏洞利用工具-IE setslice () Buffer Overflow Vulnerability to use the tool
src.RPCoverflow
- (冲击波源码).DCOM RPC Overflow Discovered by LSD-(shock wave source). RPC DCOM overflow Discovered by L SD
enumsharedresource
- 通过缓冲益溢出感染exe文件的病毒。 学习缓冲溢出和exe文件结构。 其中包含一个shellcode模版-interests through a buffer overflow infection exe file virus. Learning buffer overflow and exe file structure. Which contains a shellcode template
Linux的nfsd存在溢出漏洞
- Linux的nfsd存在溢出漏洞-Linux nfsd there Overflow Vulnerability
frontpage-overflow
- Frontpage fp30reg.dll Overflow.Binds persistent command shell on port 9999 Tested on Windows 2000 Professional SP3 English version (fp30reg.dll ver 4.0.2.5526)
overflow
- 本代码演示了缓冲区溢出的攻击与防范与实现-This code demonstrates the buffer overflow attacks and to prevent and to achieve. .
overflow
- 一组溢出工具源代码,包括ms05029,05039,webdav,IIS的溢出代码-A set of tools for source code spill, including ms05029, 05039, webdav, IIS overflow code
Overflow
- war-ftp 1.65存在缓冲区溢出漏洞:发送长度超过480B的用户名给war-ftp服务器就可以触发漏洞(即USER longString\n\r),溢出之后ESP指令寄存器的内容包含了longString中的部分内容。远程攻击者可以利用此漏洞以应用程序进程权限执行任意指令。-war-ftp 1.65 a buffer overflow vulnerability: send more than 480B username length to the war-ftp server can t
Solve-the-problem-of-stack-overflow
- 解决栈溢出问题,涉及到嵌入式汇编。但是解决的方法是静态的解决方法,可以优化成动态的。-Solve the stack overflow problems related to the embedded assembler. The solution is static solution can optimize the dynamic.