From f41553d213e861d698a20dec8fafd5cc8de79eba Mon Sep 17 00:00:00 2001 From: ivuorinen Date: Tue, 15 Apr 2025 00:19:37 +0000 Subject: [PATCH] Update cheatsheets --- tldr/recon-ng | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 tldr/recon-ng diff --git a/tldr/recon-ng b/tldr/recon-ng new file mode 100644 index 00000000..4e410073 --- /dev/null +++ b/tldr/recon-ng @@ -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: . + +- 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`