zoukankan      html  css  js  c++  java
  • 安全行业从业人员自研开源扫描器合集

    转:http://www.mottoin.com/94492.html

    简介


    Scanners-Box是一个集合github平台上的安全行业从业人员自研开源扫描器的仓库,包括子域名枚举、数据库漏洞扫描、弱口令或信息泄漏扫描、端口扫描、指纹识别以及其他大型扫描器或模块化扫描器;该仓库只收录各位网友自己编写的开源扫描器,类似nmap、w3af、brakeman等知名扫描工具不收录。
    Author:We5ter
    项目主页:https://github.com/We5ter/Scanners-Box
    非常欢迎大家贡献commit!

    子域名枚举类

    • https://github.com/lijiejie/subDomainsBrute (经典的子域名爆破枚举脚本)
    • https://github.com/ring04h/wydomain (子域名字典穷举)
    • https://github.com/le4f/dnsmaper (子域名枚举与地图标记)
    • https://github.com/0xbug/orangescan (在线子域名信息收集工具)
    • https://github.com/TheRook/subbrute (根据DNS记录查询子域名)
    • https://github.com/We5ter/GoogleSSLdomainFinder (基于谷歌SSL透明证书的子域名查询脚本)



    数据库漏洞扫描类

    • https://github.com/0xbug/SQLiScanner (一款基于SQLMAP和Charles的被动SQL注入漏洞扫描工具)
    • https://github.com/stamparm/DSSS (99行代码实现的sql注入漏洞扫描器)



    弱口令或信息泄漏扫描类

    • https://github.com/lijiejie/htpwdScan (一个简单的HTTP暴力破解、撞库攻击脚本)
    • https://github.com/lijiejie/BBScan (一个迷你的信息泄漏批量扫描脚本)
    • https://github.com/lijiejie/GitHack (.git文件夹泄漏利用工具)
    • https://github.com/wilson9x1/fenghuangscanner_v3 (端口及弱口令检测)



    xss扫描器

    • https://github.com/shawarkhanethicalhacker/BruteXSS (Cross-Site Scripting Bruteforcer)
    • https://github.com/1N3/XSSTracer (A small python script to check for Cross-Site Tracing)
    • https://github.com/0x584A/fuzzXssPHP (PHP版本的反射型xss扫描)
    • https://github.com/chuhades/xss_scan (批量扫描xss的python脚本)



    企业网络自检

    • https://github.com/sowish/LNScan (详细的内部网络信息扫描器)
    • https://github.com/ysrc/xunfeng (网络资产识别引擎,漏洞检测引擎)
    • https://github.com/We5ter/Scanners-Box/tree/master/webshellFinder (php后门检测)



    端口扫描、指纹识别类

    • https://github.com/ring04h/wyportmap (目标端口扫描+系统服务指纹识别)
    • https://github.com/ring04h/weakfilescan (动态多线程敏感信息泄露检测工具)
    • https://github.com/EnableSecurity/wafw00f (WAF产品指纹识别)
    • https://github.com/rbsec/sslscan (ssl类型识别)
    • https://github.com/urbanadventurer/whatweb (web指纹识别)
    • https://github.com/tanjiti/FingerPrint (web应用指纹识别)
    • https://github.com/nanshihui/Scan-T (网络爬虫式指纹识别)
    • https://github.com/OffensivePython/Nscan (a fast Network scanner inspired by Masscan and Zmap)



    专用扫描器

    • https://github.com/blackye/Jenkins (Jenkins漏洞探测、用户抓取爆破)
    • https://github.com/code-scan/dzscan (discuz扫描)
    • https://github.com/chuhades/CMS-Exploit-Framework (CMS攻击框架)
    • https://github.com/lijiejie/IIS_shortname_Scanner (an IIS shortname Scanner)
    • https://github.com/We5ter/Scanners-Box/tree/master/FlashScanner.pl (flashxss扫描)



    综合类

      • https://github.com/az0ne/AZScanner (自动漏洞扫描器,子域名爆破,端口扫描,目录爆破,常用框架漏洞检测)
      • https://github.com/blackye/lalascan (自主开发的分布式web漏洞扫描框架,集合owasp top10漏洞扫描和边界资产发现能力)
      • https://github.com/blackye/BkScanner (BkScanner 分布式、插件化web漏洞扫描器)
      • https://github.com/ysrc/GourdScanV2 (被动式漏洞扫描)
      • https://github.com/alpha1e0/pentestdb (WEB渗透测试数据库)
      • https://github.com/laramies/theHarvester (企业被搜索引擎收录敏感资产信息监控脚本:员工邮箱、子域名、Hosts)
  • 相关阅读:
    sublime-生成html1.0
    sublime代码片段
    单色半透明-兼容IE7
    IE
    身心被掏空
    屏幕适配的方法
    宫格布局实例(注意jquery的版本号要统一)
    宫格布局实例(注意jquery的版本号要统一)2
    有 n个整数,使其前面各数顺序向后移 m 个位置,最后m个数变成最前面的 m 个数。
    给出两个 非空 的链表用来表示两个非负的整数。其中,它们各自的位数是按照 逆序 的方式存储的,并且它们的每个节点只能存储 一位 数字。 如果,我们将这两个数相加起来,则会返回一个新的链表来表示它们的和。
  • 原文地址:https://www.cnblogs.com/wsygoogol/p/6617926.html
Copyright © 2011-2022 走看看