2025-04-25 19:33:51 -06:00
# recon-ng
> Automated reconnaissance and information gathering tool.
> More information: <https://github.com/lanmaster53/recon-ng/wiki>.
2026-02-18 06:55:01 -07:00
- Start the tool in interactive mode:
2025-04-25 19:33:51 -06:00
`recon-ng`
2026-02-18 06:55:01 -07:00
- [Interactive] Create a workspace:
2025-04-25 19:33:51 -06:00
`workspaces create {{workspace_name}}`
2026-02-18 06:55:01 -07:00
- [Interactive] Search the marketplace for modules used to accomplish different reconnaissance tasks:
2025-04-25 19:33:51 -06:00
`marketplace search`
2026-02-18 06:55:01 -07:00
- [Interactive] Install all available modules (some may need API keys to function completely):
2025-04-25 19:33:51 -06:00
`marketplace install all`
2026-02-18 06:55:01 -07:00
- [Interactive] Load the profiler module. It is used to scan the web for profiles matching the target, scrape them, and store them:
2025-04-25 19:33:51 -06:00
`modules load profiler`
2026-02-18 06:55:01 -07:00
- [Interactive] Insert the target's username. After entering this command, enter the desired username of the search and leave the rest of the options blank:
2025-04-25 19:33:51 -06:00
`db insert profiles`
2026-02-18 06:55:01 -07:00
- [Interactive] Run the current module:
2025-04-25 19:33:51 -06:00
`run`