东方有鱼名为咸
2026-02-27 23:14:37 +08:00
committed by GitHub
parent 4011e6802e
commit fc5cc5cdaf
3 changed files with 958 additions and 0 deletions
@@ -0,0 +1,13 @@
version: '3'
services:
qinglong:
image: whyour/qinglong:2.20.1
container_name: ql-vuln-test
ports:
- '5710:5700'
volumes:
- ql_data:/ql/data
restart: unless-stopped
volumes:
ql_data:
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
#!/bin/bash
cd /Users/macpro/Downloads/qinglong/tmp
# restart the container first to have a clean state before test 12
echo "Restoring clean state for tests..."
docker restart ql-vuln-test > /dev/null
sleep 20
echo "Running all tests in poc_test.py..."
.venv/bin/python3 poc_test.py