mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2026-05-30 19:45:58 +08:00
Add files via upload
[GitHub Issue #2934](https://github.com/whyour/qinglong/issues/2934) [GitHub Issue #2926](https://github.com/whyour/qinglong/issues/2926) [GitHub Issue #2928](https://github.com/whyour/qinglong/issues/2928) [GitHub Issue #2933](https://github.com/whyour/qinglong/issues/2933) [GitHub Issue #2923](https://github.com/whyour/qinglong/issues/2923)
This commit is contained in:
@@ -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
@@ -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
|
||||
Reference in New Issue
Block a user