xray
xray copied to clipboard
How to automatically validate SQLI xray scan results
After getting the scan results we need to validate them manually using sqlmap, is there an automatic way?
At present, there is no automatic verification method. You can specify the output JSON to match the target through some regular code and then automatically call sqlmap (write some Python yourself)