Albatar is a framework in Python. As a result, you need to write some Python code to be able to exploit the SQLI. Then simply invoke your script by passing sqlmap-like command line options (e.g. –dbs, –banner …) to retrieve data from the database.
Currently, Albatar supports MySQL, MSSQL and Oracle with the Union, Error, Boolean and Time techniques.
Usage:
git clone https://github.com/lanjelot/albatar && cd albatar python demo.py (example demo)
Source: https://github.com/lanjelot