代码搜索:漏洞扫描

找到约 5,408 项符合「漏洞扫描」的源代码

代码结果 5,408
www.eeworm.com/read/360126/10108787

txt 漏洞扫描.txt

/*<mark>漏洞扫描</mark>器基本原理: 编写<mark>漏洞扫描</mark>器探查远程服务器上可能存在的具有安全隐患的文件是否存在,它的socket建立过程和上面 的端口扫描器是相同的,所不同的是<mark>漏洞扫描</mark>器通常使用80端口,然后对这个端口发送一个GET文件的请求,服务器接收到请求会返回文件内容,如果文件不存 在则返回一个错误提示,通过接收返回内容可以判断文件是否存在。发送和接收数据需要使用函数send()和recv(),另 ...
www.eeworm.com/read/145879/12697141

txt gnit nt漏洞扫描工具.txt

发信人: aeroboy (为人民服务), 信区: security 标 题: GNIT NT漏洞扫描工具 发信站: 北大 (Fri Mar 24 21:56:32 2000), 转信 适合平台: Windows NT 文件大小: 648.09Kb GUIT是一个基于NT平台的漏洞扫描器,同CIS一样,能够对下面的漏洞进行扫描。 - NBTS
www.eeworm.com/read/472268/6874767

dsp 网络漏洞扫描器.dsp

# Microsoft Developer Studio Project File - Name="网络评估" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Appl
www.eeworm.com/read/472268/6874799

h 网络漏洞扫描器.h

// 网络评估.h : main header file for the 网络评估 application // #if !defined(AFX__H__80E85EBF_9F62_47D1_9AC1_0DA84A39CDE3__INCLUDED_) #define AFX__H__80E85EBF_9F62_47D1_9AC1_0DA84A39CDE3__INCLUDED_ #
www.eeworm.com/read/472268/6874805

clw 网络漏洞扫描器.clw

; CLW file contains information for the MFC ClassWizard [General Info] Version=1 LastClass=CSplashWnd LastTemplate=CDialog NewFileInclude1=#include "stdafx.h" NewFileInclude2=#include "网络评估.h"
www.eeworm.com/read/472268/6874806

dsw 网络漏洞扫描器.dsw

Microsoft Developer Studio Workspace File, Format Version 6.00 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! ###############################################################################
www.eeworm.com/read/472268/6874818

cpp 网络漏洞扫描器.cpp

// 网络评估.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "网络评估.h" #include "MainFrm.h" #include "网络评估Doc.h" #include "网络评估View.h" #include "Splash.h"