Adding switch --xpath

This commit is contained in:
Miroslav Štampar 2026-06-29 00:29:27 +02:00
parent 4c869817d4
commit 8ff5d3811a
12 changed files with 1242 additions and 9 deletions

View file

@ -108,7 +108,9 @@ jobs:
python -m coverage report --fail-under=50
- name: Smoke test
run: python sqlmap.py --smoke-test
run: |
python -m pip install -q lxml
python sqlmap.py --smoke-test
- name: Vuln test
run: python sqlmap.py --vuln-test