Coder Social home page Coder Social logo

jzck-ty / my-worm Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 7010g/my-worm

0.0 1.0 0.0 1.25 MB

本项目会对网络已公布的漏洞数据进行数据收集,可以根据用户指定的产品名称和版本号,收集与之匹配的数据,并自动生成漏洞报告。

License: Apache License 2.0

Java 32.45% HTML 67.55%

my-worm's Introduction

My-Worm

本项目会对网络已公布的漏洞数据进行数据收集,可以根据用户指定的产品名称和版本号,收集与之匹配的数据,并自动生成漏洞报告。

数据来源:http://www.cnnvd.org.cn

使用方法:启动项目->发送请求: #获取Tomcat7.0.2漏洞报告 http://localhost:8080/getData?name=Tomcat&version=7.0.2

#获取LZ漏洞报告 http://localhost:8080/getData?dis=LZ

#获取SZS漏洞报告 http://localhost:8080/getData?dis=SZS

#获取配置文件内的产品信息并扫描漏洞 http://localhost:8080/getData

#调用匹配接口进行匹配(Post请求/versionVS)如下例 key1:loopholeSynopsis==( Apache Tomcat是美国阿帕奇(Apache)软件基金会的一款轻量级Web应用服务器。该程序实现了对Servlet和JavaServer Page(JSP)的支持。 Apache Tomcat 9.0.0.M1版本至9.0.0.17版本、8.5.0版本至8.5.39版本和7.0.0-7.0.93版本中存在跨站脚本漏洞。该漏洞源于WEB应用缺少对客户端数据的正确验证。攻击者可利用该漏洞执行客户端代码。) key2:version==(7.0.1)

return true||false

默认配置文件为: src/main/resources/Product_SZS.json

项目集成了IK分词器,词库配置文件为: src / main / resources / ext.dic

报告图列: image

my-worm's People

Contributors

7010g avatar

Watchers

James Cloos avatar

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.