What is Ghauri?
Ghauri is a powerful cross-platform tool designed for automating the detection and exploitation of SQL injection vulnerabilities in web applications. Developed in Python, it supports a variety of injection techniques and can interact with multiple database management systems (DBMS).
Usage
Example usage to enumerate databases:
ghauri -u http://www.site.com/vuln.php?id=1 --dbs
More Information
For further details and updates, refer to the Ghauri GitHub repository (opens in a new tab).
Ghauri is a comprehensive tool for security professionals and developers to identify and secure against SQL injection vulnerabilities. Always ensure proper authorization and ethical considerations when using such tools.