Skip to content

Commit bd5d58b

Browse files
committed
test: add some cve docker-compose
1 parent 9d82a71 commit bd5d58b

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
services:
2+
web:
3+
image: vulhub/nacos:1.4.0
4+
ports:
5+
- "8848:8848"
6+
- "5005:5005"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
services:
2+
geoserver:
3+
image: vulhub/geoserver:2.23.2
4+
ports:
5+
- "8080:8080"
6+
- "5005:5005"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
services:
2+
struts2:
3+
image: vulhub/struts2:2.3.30
4+
environment:
5+
JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -javaagent:/opt/cloudrasp-latest/cloudrasp/sophon.jar
6+
volumes:
7+
- /Users/reajason/IdeaProjects/sophon-rasp/release/cloudrasp-latest:/opt/cloudrasp-latest
8+
ports:
9+
- "8080:8080"
10+
- "5005:5005"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
services:
2+
struts2:
3+
image: vulhub/struts2:2.3.32-showcase
4+
environment:
5+
JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -javaagent:/opt/cloudrasp-latest/cloudrasp/sophon.jar
6+
volumes:
7+
- /Users/reajason/IdeaProjects/sophon-rasp/release/cloudrasp-latest:/opt/cloudrasp-latest
8+
ports:
9+
- "8080:8080"
10+
- "5005:5005"

0 commit comments

Comments
 (0)