taibeihacker
Moderator
mapXplore是一个模块化应用程序,它将提取的SQLMAP提取的数据导入到PostgreSQL或SQLITE数据库中。
它的主要功能是:
从SQLMAP提取到PostgreSQL或SQLITE的信息以进行后续查询。消毒信息,这意味着在进口时,它将不可读取的信息解码或转换为可读信息。在所有表中搜索所有表中的信息,例如密码,用户和所需信息。自动导出存储在base64中的信息,例如:
Word,Excel,PowerPoint文件。zip文件文本文件或纯文本信息图像符合条件过滤表和列。
通过不同类型的哈希功能过滤,而无需事先转换。出口相关信息向Excel或HTML
Installation
Requirements
Python-3.11 Git Clone https://github.com/Daniel2005d/mapxploreCD MAPXPLORE
PIP Install -R要求
Usage
它是一个模块化应用程序,由以下:组成config:它负责配置,例如要使用的数据库引擎,导入路径等。import:它负责导入和处理从sqlmap提取的信息。query: It is the main module capable of filtering and extracting the required information.Filter by tables Filter by columns Filter by one or more words Filter by one or more hash functions within which are:MD5 SHA1 SHA256 SHA3 .
Beginning
Allows loading a default configuration at the start of the programpython Engine.py [-Config config.json]