Skip to content

Commit 9c8d43e

Browse files
AndrewK3652spageekttisebastiaanspeckacuteenvyManagor
authoredApr 14, 2025··
recon-ng: add page (#16121)
* recon-ng: add page recon-ng page * Update recon-ng page fixed command description lines * Update recon-ng page Fixed infinitive errors * Update recon-ng pages Forgot 'loads' * Update pages/common/recon-ng.md added suggested change Co-authored-by: Wiktor Perskawiec <[email protected]> * Update pages/common/recon-ng.md changed wording to align with suggestion Co-authored-by: Wiktor Perskawiec <[email protected]> * Update pages/common/recon-ng.md changed wording to align with suggestion Co-authored-by: Wiktor Perskawiec <[email protected]> * Update pages/common/recon-ng.md Suggestions commit Co-authored-by: Sebastiaan Speck <[email protected]> * Update pages/common/recon-ng.md Committing suggestion of wording change Co-authored-by: Lena <[email protected]> * Update pages/common/recon-ng.md Co-authored-by: Lena <[email protected]> * Update pages/common/recon-ng.md Co-authored-by: Managor <[email protected]> --------- Co-authored-by: Wiktor Perskawiec <[email protected]> Co-authored-by: Sebastiaan Speck <[email protected]> Co-authored-by: Lena <[email protected]> Co-authored-by: Managor <[email protected]>
1 parent c7d9250 commit 9c8d43e

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
 

‎pages/common/recon-ng.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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`

0 commit comments

Comments
 (0)
Please sign in to comment.