1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 20:55:24 +02:00

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 <git@spageektti.cc>

* Update pages/common/recon-ng.md

changed wording to align with suggestion

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>

* Update pages/common/recon-ng.md

changed wording to align with suggestion

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>

* Update pages/common/recon-ng.md

Suggestions commit

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

* Update pages/common/recon-ng.md

Committing suggestion of wording change

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/common/recon-ng.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/common/recon-ng.md

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>

---------

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Denominator 2025-04-14 06:33:25 -04:00 committed by GitHub
parent c7d9250f8b
commit 9c8d43e55c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

32
pages/common/recon-ng.md Normal file
View file

@ -0,0 +1,32 @@
# 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`