mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
Update cheatsheets
This commit is contained in:
37
tldr/recon-ng
Normal file
37
tldr/recon-ng
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# recon-ng
|
||||
|
||||
> Automated reconnaissance and information gathering tool.
|
||||
> More information: <https://github.com/lanmaster53/recon-ng/wiki>.
|
||||
|
||||
- Start the tool:
|
||||
|
||||
`recon-ng`
|
||||
|
||||
- Create a workspace:
|
||||
|
||||
`workspaces create {{workspace_name}}`
|
||||
|
||||
- Search the marketplace for modules used to accomplish different reconnaissance tasks:
|
||||
|
||||
`marketplace search`
|
||||
|
||||
- Install all available modules (some may need API keys to function completely):
|
||||
|
||||
`marketplace install all`
|
||||
|
||||
- Load the profiler module. It is used to scan the web for profiles matching the target, scrape them, and store them:
|
||||
|
||||
`modules load profiler`
|
||||
|
||||
- Insert the target's username. After entering this command, enter the desired username of the search and leave the rest of the options blank:
|
||||
|
||||
`db insert profiles`
|
||||
|
||||
- Run the current module:
|
||||
|
||||
`run`
|
||||
Reference in New Issue
Block a user