计算机应用 ›› 2005, Vol. 25 ›› Issue (07): 1562-1564.DOI: 10.3724/SP.J.1087.2005.01562

• 信息安全 • 上一篇    下一篇

模拟攻击测试方式的漏洞检测系统的设计与实现

杨阔朝,蒋凡   

  1. 中国科技大学 计算机科学技术系
  • 收稿日期:2004-12-22 发布日期:2005-07-01 出版日期:2005-07-01
  • 作者简介:杨阔朝(1976-),男,河北赵县人,硕士研究生,主要研究方向:网络安全;蒋凡(1956-),男,江苏涟水人,教授,博士生导师,主要研究方向:计算机网络、协议与软件测试、信息安全

Design and realization of vulnerability testing system by imitating attack

YANG Kuo-zhao, JIANG Fan   

  1. Department of Computer Science and Technology,  University of Science and Technology of China
  • Received:2004-12-22 Online:2005-07-01 Published:2005-07-01

摘要:

扫描方式的漏洞检测工具往往因为无法得到目标系统的准确信息而无法准确判断目标系统的安全状况,而模拟攻击测试方法可以准确判断目标系统是否存在测试的漏洞。大部分新漏洞发布的同时也会发布相应的测试程序,但是测试程序参数的复杂多样造成了集成的困难,把参数分为DR(运行时决定的类型)、DL(运行时查表决定的类型)和DV(默认值参数)三种类型,利用XML在数据结构描述方面的灵活性解决了这个问题。介绍了一个利用XML描述测试程序接口参数的模拟攻击测试方式的漏洞检测系统。

关键词: 漏洞测试, 模拟攻击, XML

Abstract:

Traditional network=based vulnerability scanners can't get very exact information of the target system, they can't identify all of the vulnerabilities in the target system. The way of imitating attack can test the vulnerability exactly. When most of the new vulnerabilities were put forward, the test programs of the vulnerabilities were given together, but the diversity of the parameters of the test program made it difficult to integrate all of the programs. The parameters were classified as DR, DL and DV, and then XML was used to describe the parameters, and a vulnerabilities testing system by imitating attack with XML describing parameters was implemented.

Key words: vulnerability testing, imitating attack, XML

中图分类号: