身份识别协议枚举工具ident-user-enum 身份识别协议(Ident protocol,IDENT)是一种Internet协议,用于识别使用特定TCP端口的用户身份.服务器开启该服务后,会默认监听113端口.用户可以向该端口发送请求包,查询服务器上使用特定TCP端口的用户名.由于该协议不对发起请求的用户进行识别,所以存在泄漏敏感信息的风险. Kali Linux提供针对该漏洞的工具ident-user-enum.对于渗透测试人员,可以使用端口扫描工具获取服务器的端口.然后,再借助…
MassDNS:跨域DNS枚举工具 simeon 原文地址:http://offsecbyautomation.com/Use-MassDNS/ 工具地址:https://github.com/blechschmidt/massdns 使用Massdns 唯一大量枚举跨域的工具. MassDNS 0.3 (experimental) A high-performance DNS stub resolver MassDNS is a simple high-performance DNS stub…
关键代码: using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel; using System.Reflection; namespace CSharpUtilHelpV2 { /// <summary> /// 基于.NET 2.0的枚举工具类 /// </summary> public static class EnumToolV2…