Open bluerekt opened 1 week ago
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)
After getting the scan results we need to validate them manually using sqlmap, is there an automatic way?