
Allow exporting the information downloaded with sqlmap to a relational Database like Postgres and sqlite
mapXplore is a modular application that imports data extracted of the sqlmap to PostgreSQL or SQLite database.
Its main features are:
Import of information extracted from sqlmap to PostgreSQL or SQLite for subsequent querying.
Sanitized information, which means that at the time of import, it decodes or transforms unreadable information into readable information.
Search for information in all tables, such as passwords, users, and desired information.
Automatic export of information stored in base64, such as:
Filter tables and columns by criteria.
Filter by different types of hash functions without requiring prior conversion.
Export relevant information to Excel or HTML
git clone https://github.com/daniel2005d/mapXplore
cd mapXplore
pip install -r requirements
It is a modular application, and consists of the following:
Allows loading a default configuration at the start of the program
python engine.py [--config config.json]
