搜索资源列表
arpReq
- 利用Iphlpapi发送arp请求的小程序,在处理线程结束的地方有bug,还没有解决。如果是局域网ip地址填写你所在网段,最后一位是要扫描的终点。-use Iphlpapi arp request to send a small procedure in handling threaded end of the local bug, is still not resolved. If LAN ip address where you fill in net, the last one is to
BenQ-SC-SDK
- 本开发包是为明基扫描仪专门提供的,可以让用户进行二次开发的开发包。该开发包是用VC++ 6.0开发的动态连接库(scan.dll)。接口简单,调用方便,让您可以在最短的时间内实现对明基扫描仪的功能定制。另外,本开发包还提供给用户明基自行开发的影像文件读写库(ImageRW.dll),提供了多种影像格式的支持,让您可以方便的将扫描得到的影像数据存成各种格式(支持的文件格式有BMP, PCX, JPG, TIF, TGA, PNG)的影像文件。本开发包内还附有开发例程,即使你一点都不了解扫描仪的驱动
codecnt_1020008
- 操作系统提供的 connect() 系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。这个技术的一个最大的优点是,你不需要任何权限。系统中的任何用户都有权利使用这个调用。另一个好处就是速度。如果对每个目标端口以线性的方式,使用单独的connect()调用,那么将会花费相当长的时间,你可以通过同时打开多个套接字,从而加速扫描。使用非阻塞 I/O 允许你设置一个低的时间用尽周期,同时观察多个套接字。
findoorsourcefile
- 一个简单的端口扫描程序,定义了几个在网络应用中非常有用的类,如CHyperLink。-a simple port scanning procedures, the definition of several applications in the network very useful categories, If CHyperLink.
network-progress-detect
- 网络入侵检测系统,很经典,仅供学习,如有商业行为,请与本人联系-network intrusion detection systems, classic, for the sole purpose of learning, if commercial activities, please contact I
test_saomiao
- 扫描系统进程的程序,若指定的程序没有运行可以自动启动指定程序的运行.(附带程序最小化到托盘的代码)-systematic process of scanning procedures, If the specified procedure is not running can be automatically activated designated operational procedures. (fringe procedure tray to minimize the code)
apprecon_bin_1_0_5
- Java程序(检测局域网内是否有以下服务存在,Ms sqlserver/Norton 客户端)-Java program (LAN detection if there exist the following services, Ms SQLServer / Norton client)
dcetest-20.tar
- This program is "dcetest" - basically a reproduction of rpcdump from microsoft, but without the use of any dce libraries or API of any sort. It should be fairly easy to use and understand, but if you have any problems, please send them to da
nb
- Nb.pas is a Netbios unit that allows you to make Netbios calls according to IBM s netbios 3.0 specs. It is equivalent to the Delphi 3.0x Nb30.pas unit, except that it also compiles for 16 bit Delphi 1, and 32-bit Delphi 2 and 3. The
SYNScanner-libnet-libpcap
- Grab Libnet , there will be a site for it, it prolly even is simple as googling it :P and, just grab static lib file , and then goto winpcap.org , now, you can, compile a v3, (coz this has best control over winsockets....trust me it does) ... dont us
ASM
- 按键扫描程序 ASM。1. 键盘采用4*5矩阵键盘,含有两个组合键. 2. 硬件连接比较混乱,且各个按键的排列与面贴上的键码对应混乱.如果采用教科书上常规矩阵键盘的 扫描方式实现比较繁琐. 3. 需要识别两个双键,但这两个双键位置比较特殊K17,K18和K19,K20. 4. 基于2,3两点.这里采用列,行分别输出全零,读取行,列的引脚电平信息.综合这两组信息查表获取键值. 对于单键按下,有两个位为0.对于两个按键按下,有3或4个位为0. -Key scanne
Static_detection
- 代码实现了一个模拟基于特征码扫描木马的小工具。可对磁盘所有内容进行扫描,匹配特征码,一旦发现可疑文件,可立即删除。特征码算法采用MD5-Code implements a simulated signature-based scanning Trojan gadget. All contents of the disk can scan signature matching, if found suspicious files can be deleted immediately. MD5 si
netscan
- 网络编程核心代码,端口扫描程序源代码,适合网络开发人员,欢迎下载学习,提出宝贵建议,共同进步! -网络编程核心代码,端口扫描程序源代码,适合网络开发人员,欢迎下载学习,提出宝贵建议,共同进步! 源语言: 中文 允许输入拉丁字符的拼音请键入文字或网站地址,或者上传文档。 取消 Wǎngluò biānchéng héxīn dàimǎ, duānkǒu sǎomiáo chéngxù yuán dàimǎ, shìhé wǎngluò kāifā rényuán, huā
Port-scanner
- 多线程端口扫描器是实现计算机的端口的扫描,只要在在前台设置好所要扫描的IP、起始端口、结束端口以及所要用到的线程数,点击扫描,就可以扫描到所输入IP地址主机的开放端口,并显示在主窗体中;点击退出,则可以退出该程序。IP设置应为所在主机的IP地址,起始端口和结束端口应为0~65535之间的一个数,且起始端口应小于结束端口的大小。线程数为0~200之间的一个数。点击开始后就会运行,直到扫描完毕显示出开放端口,如果没有开放端口,则只显示扫描完毕。-Threaded port scanner is a
ExeBinder
- 拿到一个软件,侦测它的壳,然后我们要把它的壳脱去,还原它的本来面目.若它没有加壳,就省事不用脱壳了-Get a software that detects its shell, shell then we want it to take off, restore the true nature of it. If it doesn t add a shell, save trouble without shells
SuperScan-V4.0
- 功能强大的端口扫描工具。 1)通过Ping来检验IP是否在线; 2)IP和域名相互转换; 3)检验目标计算机提供的服务类别; 4)检验一定范围目标计算机的是否在线和端口情况; 5)工具自定义列表检验目标计算机是否在线和端口情况; 6)自定义要检验的端口,并可以保存为端口列表文件; 7)软件自带一个木马端口列表trojans.lst,通过这个列表我们可以检测目标计算机是否有木马;同时,我们也可以自己定义修改这个木马端口列表。-Powerful port scanning tools.
CloudSecurity
- 通过金山云安全开放平台扫描URL是否安全-Jinshan cloud security scanning through the URL if it is safe
K8_Struts2.3.1.4-s2-013-0day
- 0-day tool if u download is only study..plz-0-day tool if u download is only study..plz...
FTPpasswordBlastingCode
- FTP密码爆破器源码 项目描述 首先,创建一个Windows应用程序,引入一个FTP操作类 开始IP段和结束IP段后面的是自己写的IPAddress控件 如果连接FTP成功,那么返回True, 技术上,主要用了Func实现异步破解,通过指定的用户名和密码字典,暴力破解,速度还可以,只要你的字典够强大,破解不是问题。 通过一个内部方法,将开始IP段转化为长整形数字,循环每个IP,实现暴力破解。 注意:代码仅供学习参考使用,以此代
mono
- Substitution ciphers are probably the most common form of cipher. They work by replacing each letter of the plaintext (and sometimes puntuation marks and spaces) with another letter (or possibly even a random symbol). A monoalphabetic substituti