Skip to content

Latest commit

 

History

History
82 lines (60 loc) · 1.79 KB

main.md

File metadata and controls

82 lines (60 loc) · 1.79 KB

Main

The main module is not a submodule itself; it is accessed directly from the beginning. This module is designed to perform queries on data that has been previously imported. It's important to configure the Database section through the configuration module.

This module allows you to perform searches by:

  • 1 or multiple words separated by comma (,).
  • Tables
  • Columns
  • HASH (MD5, SHA1, SHA3, SHA256, etc)

Usage

Modifiers

  • search
  • save: Saves the results in Excel or HTML format as specified in the configuration.
  • set: Sets the configuration of the Results section.
  • export: Export the content of the database to navigable HTML file.

Search by Tables

mapXplore #> search tables users

Search by Columns

mapXplore #> search columns user

Search by Words

mapXplore #> search password
mapXplore # search md5 password

mapXplore # search report

Get Databases

mapXplore # databases

Get Tables

mapXplore # tables

Get all records from a table

mapXplore # select <users>

Save

Allows saving the previously searched results in the format defined in the configuration.

mapXplore # save

Export

Export the content of the database to navigable HTML file. ** --limit: [optional] Set the number of rows to export, default is 10.

mapXplore # export [--limit default 10]