Git Product home page Git Product logo

log4j2scan's Introduction

介绍

  • 此项目的基础框架不是我开发的;
  • 原作者git仓库已经被删除了,找不到原作者是谁了,所以就没贴了;
  • 我基于原作者的代码(因为他的代码结构好,所以直接使用了),全面修改了扫描逻辑,扫描减少了误报,且减少了大量的请求次数,防止被封IP;

使用本扫描器的优势

  • 基本不会有漏报,就算因为网络延迟,导致查询 DNSLOG 平台失败,也可以在 burp extender 界面搜索 maybe underreport vul 来查询是否存在漏报的情况;
  • 从配置文件中读取 ceye 配置,方便配置;
  • 发包少,减少被 ban 的风险;
  • 发包检测的 payload 都是基于绕 waf 的,减少被 ban 的风险;
  • 发包检测的 payload 有一定的标识信息,例如: POST.127.0.0.1.pathOne.pathTwo.pathThree.1640337449776DUvga.xx.ceye.io ,代表存在漏洞的URL为: 127.0.0.1/pathOne/pathTwo/pathThree
  • 支持检测 json 格式的请求、普通 form 表单和 json 串混合的请求、 MULTIPART 类型的 form 表单请求;

演示

正常情况下,可以在 Dashboard 界面看到扫描结果:

image-20211224172926067

如果因为网络问题,请求 DNSLOG 平台失败,导致漏报,没有标红显示在 Dashboard 界面,可以在这个界面搜索 maybe underreport vul ,查看是否存在漏报的情况:

image-20211224173450728

使用说明

首次加载后,会生成一个 ceye 配置文件模板,提示如下:

image-20211224174252730

在提示的配置文件中配置你的 ceye :

image-20211224174409284

保存好配置后,重新加载插件:

image-20211224175017808

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.