Framework Mode - SQL injection testing
Folder Structure
sql-injection-testing/ ├── tests/ │ ├── injection_tests.sql │ ├── test_login_injection.sql │ └── test_search_injection.sql ├── utils/ │ ├── db_connection.py │ └── payloads.py ├── config/ │ ├── environments.yaml │ └── credentials.yaml ├── reports/ │ └── latest_report.html └── README.md