Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 609 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 609 Bytes

ScanMySQLiErrorBased-Nuclei

This script allows to find MySQLi vulnerabilities Based on Errors with nuclei, taking advantage of this resource in its maximum analysis capacity.

Testing Fuzzing GET

In the first instance they must collect the urls with the GET parameters.

image

cat /home/hernan/test.txt | nuclei -t /home/hernan/Web/Vulnerabilidades/DAST/sqli-hernan.yaml

image