![]() |
VOOZH | about |
Recon-ng is free and open source tool available on GitHub. Recon-ng is based upon Open Source Intelligence (OSINT), the easiest and useful tool for reconnaissance. Recon-ng interface is very similar to Metasploit 1 and Metasploit 2.Recon-ng provides a command-line interface that you can run on Kali Linux. This tool can be used to get information about our target(domain). The interactive console provides a number of helpful features, such as command completion and contextual help. Recon-ng is a Web Reconnaissance tool written in Python. It has so many modules, database interaction, built-in convenience functions, interactive help, and command completion, Recon-ng provides a powerful environment in which open source web-based reconnaissance can be conducted, and we can gather all information.
Step 1: Open Terminal of your Kali Linux
👁 Recon-ng Installation on Kali LinuxStep 2: On Terminal now type command.
git clone https://github.com/lanmaster53/recon-ng👁 Recon-ng Installation on Kali Linux
Congratulations recon-ng has been installed on your Kali Linux .now you just have to run recon-ng.
Step 3: Type command.
recon-ng👁 Recon-ng Installation on Kali Linux
Now Recon-ng has been downloaded and running successfully.
Step 4: To launch recon-ng on your kali Linux type the following the command and press enter.
recon-ng👁 Image
Step 5: Now to do Reconnaissance first you have to create a workspace for that. Basically, workspaces are like separate spaces in which you can perform reconnaissance of different targets. To know about workspaces just type the following command.
workspaces👁 Image
Step 6. You have created workspace for you now you have to go to marketplace to install modules to initiate your Reconnaissance here we have created a workspace called GeeksForGeeks. Now we will Reconnaissance within GeeksForGeeks workspace. Now go to marketplace and install modules.
marketplace search👁 Image
Step 7: As you can now see a list of modules and so many of them are not installed so to install those modules type following command.
marketplace install (module name)👁 Image
Step 8: As you can see we have installed the module names recon/companies-domains/viewdns_reverse_whois. Now we will load this module in our workspace GeeksForGeeks.
modules load (module name)👁 Image
Step 9: As you can see now we are under those modules i.e viewdns_reverse_whois. Now to use this module we have to set the source.
options set SOURCE (domain name)👁 Image
We have set google.com as a source by command options set SOURCE google.com. Recon-ng is Open Source Intelligence, the easiest and useful tool for reconnaissance. Recon-ng interface is very similar to Metasploit 1 and Metasploit 2.Recon-ng provide command-line interface that you can run on Kali Linux. This tool can be used to get information about our target(domain). The interactive console provides a number of helpful features, such as command completion and contextual help. Recon-ng is a Web Reconnaissance tool written in Python. It has so many modules, database interaction, built-in convenience functions, interactive help, and command completion, Recon-ng provides a powerful environment in which open source web-based reconnaissance can be conducted, and we can gather all information.