You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLMutant is a powerful SQL injection testing tool that includes both passive and active reconnaissance processes for any given domain. It filters URLs to identify those with parameters susceptible to SQL injection formats and then performs injection attacks. These attacks include pattern matching, error analysis, and timing attacks.
Asqlmap is a terminal interface to automatize the famous SQL Injection's tool sqlmap. It provides a very simple interface to quickly perform sqlmap's tests on a specific target.
RaavanXploit is a Bash-based ethical hacking toolkit that automates tools like fsociety, SQLMap, and Zphisher in a fast, user-friendly terminal interface for recon, exploitation, and phishing.
This script was written to run tests via sqlmap alot faster and accurate. The script runs in bash and you can easily customize the flags. I want to be able to give this script a list of webservers to test and it will return me all information about each tested webserver.