File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ # recon-ng
2
+
3
+ > Automated reconnaissance and information gathering tool.
4
+ > More information: < https://github.com/lanmaster53/recon-ng/wiki > .
5
+
6
+ - Start the tool:
7
+
8
+ ` recon-ng `
9
+
10
+ - Create a workspace:
11
+
12
+ ` workspaces create {{workspace_name}} `
13
+
14
+ - Search the marketplace for modules used to accomplish different reconnaissance tasks:
15
+
16
+ ` marketplace search `
17
+
18
+ - Install all available modules (some may need API keys to function completely):
19
+
20
+ ` marketplace install all `
21
+
22
+ - Load the profiler module. It is used to scan the web for profiles matching the target, scrape them, and store them:
23
+
24
+ ` modules load profiler `
25
+
26
+ - Insert the target's username. After entering this command, enter the desired username of the search and leave the rest of the options blank:
27
+
28
+ ` db insert profiles `
29
+
30
+ - Run the current module:
31
+
32
+ ` run `
You can’t perform that action at this time.
0 commit comments