AutoSQLMap is a user-friendly command-line tool that simplifies building and executing SQLMap commands. It provides an interactive prompt for entering configurations and options, making it easy to tailor SQLMap commands to your needs without manually editing them.
sudo apt update && sudo apt-get install -y git python3-pipgit clone https://github.com/OusCyb3rH4ck/AutoSQLMapcd AutoSQLMappython3 -m pip install --upgrade colorama InquirerPy inquirerpychmod +x AutoSQLMap.pypython3 AutoSQLMap.pyor./AutoSQLMap.py

