recon-ng
https://github.com/lanmaster53/recon-ng https://www.kali.org/tools/recon-ng/
Tutorial
https://hackertarget.com/recon-ng-tutorial/
Ubuntu
Using PTF (Penetration Testers Framework)
Install PTF https://github.com/trustedsec/ptf
Install
recon-ngthroughPTF$sudo ptfptf>search recon-ngptf>use modules/intelligence-gathering/recon-ngptf:(modules/intelligence-gathering/recon-ng)>show optionsptf:(modules/intelligence-gathering/recon-ng)>installptf:(modules/intelligence-gathering/recon-ng)>exitptf>exitRun
recon-ngfrom anywhere once it has been installed withptf
recon-ngUse
recon-ngCreate a workspace: [recon-ng][default] >workspaces create {target_name}
Open a workspace:
recon-ng -w {workspace_name}See available modules: [recon-ng][default] > marketplace search
Get information about a specific module:
[recon-ng][default] > marketplace info {module_name}
Install specific module:
[recon-ng][default] > marketplace install {module_name}
Use a module:
[recon-ng][default] > modules load {module_name}
Get help for a module: [recon-ng][default][{module_name}] > help
See options for a module:
[recon-ng][default][{module_name}] > show options
Last updated
Was this helpful?