mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2026-05-09 14:27:36 +08:00
fc5cc5cdaf
[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)
9 lines
283 B
Bash
9 lines
283 B
Bash
#!/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
|