Open In App

lazyGrandma – Open Source Libs in Linux

Improve
Improve
Like Article
Like
Save
Share
Report

LazyGrandma tool is one of the outstanding Recon tools which gathers information from around 50+ online websites. This tool divides the recon process into 10 different waves which include Subdomain Enumeration, Port Scanning, Google Dorks, and many more. Whenever we run the tool the tool opens various websites that hold the respective wave information about the target domain. LazyGrandma names suggest that rather than using commands all the time to get information, just run a single command and get all types of information from various sites. This tool is developed in the bash and is available on GitHub for free.

Installation of LazyGrandma Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

git clone https://github.com/AhmedConstant/lazyGrandma.git

lazyGrandma - Open Source Libs

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd lazyGrandma

lazyGrandma - Open Source Libs

Step 3: Change the permissions of the lazyGrandma.sh file by using the following command.

sudo chmod 777 lazyGrandma.sh

lazyGrandma - Open Source Libs

Step 4: Run the below command to verify the installation.

lazyGrandma.sh

lazyGrandma - Open Source Libs

Working with LazyGrandma Tool on Kali Linux OS

Example/Usage: Scanning geeksforgeeks.org target domain

./lazyGrandma.sh geeksforgeeks.org

We have specified the target domain as geeksforgeeks.org.

lazyGrandma - Open Source Libs

As this tool searches information on 50+ online sites, the tool will open the websites that hold various types of information about the target domain.

lazyGrandma - Open Source Libs

We have got the list of subdomains from virustotal.com.

lazyGrandma - Open Source Libs

Subdomains from riddler.io are been displayed in the below screenshot.

crt.sh website has detected subdomains and other information about geeksforgeeks.org.

Data from securitytrails.com is been displayed in the below screenshot.

This tool also performs Google Dorking which results in the links to the subdomains of geeksforgeeks.org.

We have got the Domain and Ranking data from dnslytics.com website.

Built-In details like Programming Languages used, Plugins used, etc information is been shown in the below screenshot.

SSL Report information is shown in the below screenshot.

lazyGrandma - Open Source Libs


Last Updated : 22 Nov, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads