mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2026-05-27 08:55:24 +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,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