feat: 添加Oracle测试靶场

This commit is contained in:
ZacharyZcR
2024-12-20 19:45:35 +08:00
parent daec3c1ca4
commit 5190d63680
2 changed files with 27 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
首先需要在Oracle Container Registry网站注册并接受许可协议:
https://container-registry.oracle.com
docker login container-registry.oracle.com
docker build -t oracle-db .
docker run -d \
-p 1521:1521 \
--name oracle-container \
oracle-db