Code Monkey home page Code Monkey logo

jvwa's Introduction

JVWA

java 代码审计学习靶场,边学边完善


目前支持

  • spring actuator (web 和 jmx 方式)
    • http://127.0.0.1:8999/actuator
    • http://127.0.0.1:8999/actuator/env
    • http://127.0.0.1:8999/actuator/heapdump
    • http://127.0.0.1:8999/actuator/mappings
    • http://127.0.0.1:8999/actuator/prometheus
  • swagger
    • http://127.0.0.1:8999/swagger-resources
    • http://127.0.0.1:8999/swagger-ui.html
    • http://127.0.0.1:8999/v2/api-docs
  • druid
    • http://127.0.0.1:8999/druid/login.html admin/admin
  • spel注入
    • http://127.0.0.1:8999/spel?exec=1 无过滤
  • mysql注入
    • http://127.0.0.1:8999/sqlinj/mysql/getbyid/1 无过滤
  • postgresql注入
    • http://127.0.0.1:8999/sqlinj/postgre/getbyid/1 无过滤
  • url跳转漏洞
    • http://127.0.0.1:8999/redirect/1?url= 无过滤
    • http://127.0.0.1:8999/redirect/2?url= 可以被绕过的白名单案例
    • http://127.0.0.1:8999/redirect/3?url= 反斜杠绕过
    • http://127.0.0.1:8999/redirect/safe?url= 安全案例
  • 文件上传
    • http://127.0.0.1:8999/upload 无过滤/黑名单过滤/白名单过滤/安全案例
  • ssrf
    • http://127.0.0.1:8999/ssrf/1?url= 无过滤
    • http://127.0.0.1:8999/ssrf/2?url= 重定向bypass
    • http://127.0.0.1:8999/ssrf/safe?url= 安全案例
  • ssti(Thymeleaf)
    • http://127.0.0.1:8999/ssti/1?name=&name2= return可控(预处理)
    • http://127.0.0.1:8999/ssti/2?name= 视图名称可控
  • log4j

部署方式

todo


参考的项目

jvwa's People

Contributors

no-github 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.