CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 弱点检测代码 搜索资源 - implementation

搜索资源列表

  1. cmdbind2

    0下载:
  2. 让进程在系统中更加隐蔽(2) 一般来说一个后门程序需要更改系统的某些文件来让程序在系统启动执行这个程序, 又要在某个地方保留这个程序(一般是在硬盘)。如果有什么办法不这样做又让程序在 系统中运行的话,就可以使后门程序更加隐蔽。也就是说程序在硬盘上找不到在系统的 启动配置中没有这有项。真正要做到这样好象不太现实,但可以采用简单的方法:在程 序被执行后删除程序文件和启动文件中被更改的部分,然后在系统被关闭前保留程序文 件和更改启动文件,让它在系统启动时又能被执行。 程序是一个可执行文件在被执行时系统
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:75506
    • 提供者:无间刀
  1. 缓冲区溢出攻防

    0下载:
  2. 本代码演示了缓冲区溢出的攻击与防范。我的开发环境 操作系统:windows xp professional + sp1a 编译器:visual c++.net 2003 由于操作系统的补丁太多,即使与我相同的系统也可能需要修改LoadLibrary、GetProcAddress、VirtualAlloc和\"jmp esp\"指令的地址。 请谨慎修改编译参数,修改参数可能导致修改程序。 请只编译release版,debug版无法正常执行。-demonstratio
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:14323
    • 提供者:gogo
  1. aaffujhyigdsdfrdh

    0下载:
  2. Whirlpool算法被列入了ISO标准。主要原因是因为其强大的安全度。第一点,Whirlpool使用了和AES加密标准相同的转化技术,只不过,AES使用的模函数为:f(x) = x^8 + x^4 + x^3 + x + 1, 即0x11B;而Whirlpool使用的是:f(x) = x^8 + x^4 + x^3 + x^2 + 1, 即0x11D。第二点,Whirlpool的输出是512位的。为了加快计算速度,Whirlpool使用的所有表格都已经时间计算好了。Whirlpool在历史上
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:11634
    • 提供者:王丹
  1. MD5_zka

    0下载:
  2. MD5加密算法,用标准C++完成,需要在UNIX系统上执行make来运行.可修改代码.-MD5 encryption algorithm, using standard C completed, in UNIX systems make the implementation run. code can be amended.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:24199
    • 提供者:赵康
  1. shenfenyanzheng

    0下载:
  2. 身份验证系统 您在使用之前应将 include目录下的config.inc.php文件按照您的主机配置。并且要求数据库中有一个名为 user 的表。您可以自己创建,也可以将以下代码直接复制到phpmyadmin执行。 create table user ( id bigint unsigned default 0 not null auto_increment, name varchar (30), password varchar (30), email varcha
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:9627
    • 提供者:南南
  1. ReadMem

    0下载:
  2. unit ReadMem interface uses TLHelp32,Windows function GetMems(PID:longword baseaddress:string= len:integer=0):string //获取指定进程中的~内存数据 implementation function UpperCase(const S: string): string var Ch:Char L:Inte
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1884
    • 提供者:cl
  1. miniasylum-1_1

    1下载:
  2. MiniAsylum 1.1 一个小型木马,服务器端只有5K,功能也相对要少一点,只有上传和远程执行程序功能,不过这就够了,这个木马最大的特点的可以通过代理来访问服务器端。 默认设置 端口:23432 自启动程序:c:\\windows\\wincmp32.exe [System.ini] shell=explorer.exe wincmp32.exe -MiniAsylum a small 1.1 Trojan, the server-only 5K. func
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:27178
    • 提供者:21121212
  1. aspsql

    0下载:
  2. 1.必须在windows2000server以上版本的控制面板的添加删除windows组件里添加安装IIS服务 2.安装SQLserver2000数据库.用户名sa,密码:无 3.再把整个林业管理文件夹复制到D盘的根目录下 4.执行林业管理文件夹中的setposup.Bat文件,这将自动创建数据库 5.打开internet信息管理器(IIS),(在控制面板的管理工具中找到它) 6.用Internnet信息管理器新建一个虚拟目录,名称任意设置,把虚拟目录指向D:\\林业管理即可 林业管理系统里面的
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:938989
    • 提供者:彬彬
  1. RSA

    0下载:
  2. RSA算法是密码学中一个重要算法,该程序给出了该算法的完整实现过程。 -RSA cryptography algorithm is an important algorithm, the procedure of the algorithm is a complete implementation process.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:1080
    • 提供者:共乐
  1. libevent-1.1a.tar

    0下载:
  2. libevent API 提供了一种机制:当一个特殊事件在一个文件描述符上发生或者一个事 先设定的时间到达的时候执行一个callback 函数,另外,callback 也支持由信号或者规则的 timeout 引发的callback.-libevent API provides a mechanism for : When a special event in a file descr iptors occurred or a pre-set time when the arrival o
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:347007
    • 提供者:余少云
  1. Firewall-Free

    0下载:
  2. 免费的一个防火墙代码 Title: Article Title Goes Here Author: Jesus Oliva Email: joliva@arrakis.es Environment: VC++ 5.0-6.0, NT 4.0, Win95/98 Keywords: win32, DDK, Driver, Firewall, Network Level: Intermediate Descr iption: A easy windows firewal
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:158494
    • 提供者:imronin
  1. 系统监控

    3下载:
  2. 一个像后台木马的一个监控程序,可以监控到对方所有盘符的文件 注册表操作 抓屏幕 控制屏幕和鼠标.可以发消息到客户机 可以更改对方注册表项目.可以操作对方文件 可以远程执行对方任何程序和文件! 含 Client和server-background as a Trojan horse of a monitoring program that can monitor all drive to the other side of the document screen registry operatio
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:227080
    • 提供者:张张
  1. Java Applet与Java Servlet的安全通信策略与实现

    0下载:
  2. Java Applet与Java Servlet的安全通信策略与实现-Java Applet with the Java Servlet secure communications strategy and implementation
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:572207
    • 提供者:刘要强
  1. homework3_7

    1下载:
  2. 编写程序实现功能:当登录系统以后,自动执行一个程序,该程序将系统登录名改成Administrator。-preparation program functions : When login system, the implementation of an automatic procedure, the program will change system login Administrator.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:6098
    • 提供者:郭晶
  1. openswan-2.6.14.tar

    0下载:
  2. Openswan is an implementation of IPsec for Linux. It supports kernels 2.0, 2.2, 2.4 and 2.6, and runs on many different platforms, including x86, x86_64, ia64, MIPS and ARM.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:5785690
    • 提供者:nihao
  1. strongswan-4.2.4

    0下载:
  2. strongSwan is an OpenSource IPsec implementation for the Linux operating system. It is based on the discontinued FreeS/WAN project and the X.509 patch which we developped over the last three years. In order to have a stable IPsec platform to base our
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:4543335
    • 提供者:nihao
  1. freeswan-2.06.tar

    0下载:
  2. Linux FreeS/WAN is an implementation of IPSEC & IKE for Linux. IPSEC is Internet Protocol SECurity. It uses strong cryptography to provide both authentication and encryption services. Authentication ensures that packets are from the right sender a
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:3350327
    • 提供者:nihao
  1. 基于相似度聚类分析方法的异常ids的模型及实现

    0下载:
  2. 基于相似度聚类分析方法的异常入侵检测系统的模型及实现-Similarity-based clustering analysis of abnormal Intrusion Detection System Model and Implementation
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:162422
    • 提供者:赵艳
  1. ACCESS密码暴力破解

    1下载:
  2. 主要是说明破解acess数据库的密码算法。语言用vb实现。执行编译的程序查看结果-mainly states crack acess database password algorithm. Vb language used to achieve. The procedures for the implementation of compiler View Results
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:11044
    • 提供者:顾剑平
  1. 基于数据挖掘技术入侵检测系统研究

    0下载:
  2. 入侵检测技术已经成为网络安全领域的研究热点。本文介绍了入侵检测的分类以及应用在入侵检测中的数据挖掘方法,并阐述了构建的基于数据挖掘技术的入侵检测系统的设计与实现。-Intrusion Detection Technology network security has become a hot topic. This paper introduces the intrusion detection and the application of the classification in Intru
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:6753
    • 提供者:李显
« 12 »
搜珍网 www.dssz.com