Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Java General Vulnerable Web Application

License

NotificationsYou must be signed in to change notification settings

JVWAC/JGVWA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java General Vulnerable Web Application

Usage

Runcom.jvwac.jgvwa.StartApplication.main

Accesshttp://localhost:8080/swagger-ui.html

API

Server Side Request Forgery

URLConnection

No.apiimplements
1/ssrf/v1org.apache.commons.io.IOUtils#toByteArray
2/ssrf/v2ajava.net.URLConnection#openConnection
3/ssrf/v2bjava.net.HttpURLConnection#openConnection
4/ssrf/v3org.apache.commons.httpclient.HttpClient#executeMethod
5/ssrf/v4org.apache.http.impl.client.CloseableHttpClient#execute
6/ssrf/v5org.springframework.web.client.RestTemplate#getForEntity
6/ssrf/v5okhttp3.Call#execute

Open Redirect

No.apiimplements
1/redirect/v1org.springframework.web.servlet.ModelAndView
2/redirect/v2javax.servlet.http.HttpServletResponse#sendRedirect
3/redirect/v3javax.servlet.http.HttpServletResponse#setStatus&setHeader
4/redirect/v4org.springframework.web.servlet.view.RedirectView

XML External Entity

No.apiimplements
1/xxe/v1org.xml.sax.XMLReader#parse
2/xxe/v2javax.xml.parsers.DocumentBuilder#parse
3/xxe/v3javax.xml.parsers.SAXParser#parse
4/xxe/v4org.dom4j.io.SAXReader#read
5/xxe/v5javax.xml.bind.Unmarshaller#unmarshal
6/xxe/v6org.jdom2.input.SAXBuilder#build
7/xxe/v7com.thoughtworks.xstream.XStream#fromXML

Path Traversal

No.apiimplements
1/traversal/v1java.io.File#<init>
2/traversal/v2java.nio.path.Paths#get
3/traversal/v3java.nio.file.FileSystem#getPath
1/traversal/v4java.nio.file.Path#resolveSibling
2/traversal/v5java.nio.file.Path#resolve
3/traversal/v6java.io.FileWriter#<init>
1/traversal/v7java.io.FileReader#<init>
2/traversal/v8java.io.FileInputStream#<init>
3/traversal/v9java.io.FileOutputStream#<init>

JNDI Injection

No.apiimplements
1/jndi/v1javax.naming.Context#lookup
2/jndi/v2com.sun.rowset.JdbcRowSetImpl#setDataSourceName
3/jndi/v3org.apache.logging.log4j.Logger#error
3/jndi/v4javax.naming.ldap.InitialLdapContext

Command Execute

No.apiimplements
1/ce/v1java.lang.Runtime#exec
2/ce/v2java.lang.ProcessBuilder#start
3/ce/v3org.apache.commons.exec.DefaultExecutor#execute
4/ce/v4com.sun.jna.Native#load(JNA&JNI)
5/ce/v5java.lang.ProcessImpl#start

Server-Side Template Injection

No.apiimplementsstack trace
1/ssti/v1freemarker
2/ssti/v2thymeleaf#path
3/ssti/v3/{path}thymeleaf#path
4/ssti/v4thymeleaf#fragment
5/ssti/freemarker_examplefreemarker.template:v2.3.23freemarker
6/ssti/velocity_exampleorg.apache.velocity.app.Velocity#evaluatevelocity

Serial

No.apiimplements
1/serial/v1cn.hutool.core.util.XmlUtil#readObjectFromXml

Code Injection Execute

No.apiimplements
1/code/v1groovy.lang.GroovyShell.evaluate(java.lang.String)
2/code/v2javax.script.ScriptEngine.eval(java.lang.String)

Expression Injection Execute

No.apiimplements
1/expr/v1org.mvel2.sh.ShellSession.exec
2/expr/v2com.ql.util.express.ExpressRunner.execute(java.lang.String, com.ql.util.express.IExpressContext<java.lang.String,java.lang.Object>, java.util.List<java.lang.String>, boolean, boolean)

Support

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp