SqlmapLite is designed to streamline your experience with Sqlmap by providing a user-friendly menu system. It simplifies the navigation process and enhances accessibility to Sqlmap commands.
-
Test for SQL Injection: Automatically test for SQL injection vulnerabilities.
-
Fingerprint the DBMS: Identify the type and version of the database management system.
-
List DBMS Databases: Retrieve a list of databases available on the target.
-
List DBMS Tables: Retrieve a list of tables within a specified database.
-
List DBMS Columns: Retrieve a list of columns within a specified table.
-
Dump DBMS Database Table Entries: Extract and dump entries from a database table.
-
Dump DBMS Database Table Entries by Condition: Dump table entries based on specific conditions.
-
Search for DBMS Database Names: Search for database names matching a specific pattern.
-
Search for DBMS Table Names: Search for table names matching a specific pattern.
-
Search for DBMS Column Names: Search for column names matching a specific pattern.
-
Check for DBMS Privilege: Check for database management system user privileges.
-
Check for DBMS Roles: Check for roles assigned to DBMS users.
-
Check for DBMS User Password Hashes: Retrieve password hashes for DBMS users.
-
Test for Common Issues (WAF/IPS): Use tamper scripts to bypass Web Application Firewalls and Intrusion Prevention Systems.
-
Enumerate DBMS Users: List all users on the database management system.
-
Enumerate DBMS User Privileges: Retrieve the privileges assigned to each user.
-
Enumerate DBMS User Roles: List the roles assigned to each user.
-
Enumerate DBMS Schema: Retrieve the schema of the database.
-
Enumerate DBMS System Databases: List system databases available on the target.
-
Enumerate DBMS Data: Retrieve data from the database management system.
To begin utilizing SqlmapLite, follow these simple steps:
-
Clone the Repository: Obtain the latest version of SqlmapLite by cloning the repository.
git clone https://github.com/mikropsoft/SqlmapLite.git
-
Navigate to the Directory: Move into the SqlmapLite directory.
cd NmapLite
-
Execute the Script: Run the main Python script with elevated privileges.
sudo python main.py
Contributions are welcome! Please feel free to fork the repository and submit pull requests to contribute new features, improvements, or bug fixes.
This project is licensed under the MIT License.