Recon-ng
Recon-ng is a powerful and open-source web reconnaissance framework used for gathering information during penetration testing, security assessments, or red team operations. It is designed for performing automated information gathering and reconnaissance on domains, IP addresses, and other network infrastructure. The tool provides various modules for conducting reconnaissance tasks, which can be extended and customized based on specific needs.
Recon-ng Installation :
Official Github Repo:
git clone https://github.com/lanmaster53/recon-ng.gitIn latest versions of kali linux it can be installed directly from the apt libraries but in other linux distributions the installation is as follows :
vm@ubuntu:~/$ git clone https://github.com/lanmaster53/recon-ng.git
vm@ubuntu:~/$ cd recon-ng
vm@ubuntu:~/recon-ng/$ pip install -r REQUIREMENTS& in kali based machine it can be installed thorugh:
sudo apt update && sudo apt upgrade
sudo apt install recon-ng
Using Recon-ng
Creating the workspace
To use the existing workspace
Recon-ng Modules :
Marketplace of modules to be installed
Marketplace search , info, search & installation of modules
Installing API Keys
Sacnning Targets
To insert target domains we will pass this command
Now we will load the module
Last updated