Open In App

Grim – Information Gathering Tool in Kali Linux

Last Updated : 21 Jul, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Grim is a free and open-source tool available on GitHub. Grim is used to scanning websites for information gathering and finding vulnerabilities. Grim is written in PHP. It uses PHP script to do reconnaissance. Grim is so powerful that it can detect content management systems while scanning, it can detect IP addresses, it can detect webserver records, it can detect cloud flare information, and can detect robots.txt. Grim can detect WordPress, Drupal, Joomla, and Magento CMS. Grim looks for error-based SQL injections, WordPress sensitive files, and WordPress version-related vulnerabilities. Grim uses different modules for doing all the scanners.  WHOIS data collection gives us information about Geo-IP lookup, Banner grabbing, DNS lookup, port scanning, sub-domain information, reverse IP, and MX records lookup.

Grim- Information Gathering tool in kali linux

Installation of Grim tool

Step 1: Use the following command to install the tool from GitHub.

git clone https://github.com/nandydark/grim.git

Grim- Information Gathering tool in kali linux

Step 2: Now move in the directory of the tool using the following command.

cd grim

Grim- Information Gathering tool in kali linux

Step 3: Now the tool has been downloaded successfully use the following command to run the tool.

php grim.php

Grim- Information Gathering tool in kali linux

The tool is running successfully. Now the tool is asking for a website to set a target now we will see some examples to use the tool.

Usage

Example : Use the grim tool to find information about a domain.

php grim.php 

Grim- Information Gathering tool in kali linuxGrim- Information Gathering tool in kali linux

We have given google.com as a domain to the tool. Now the tool will start scanning the domain and will give you all the information about the domain.

Grim- Information Gathering tool in kali linux

The tool found many subdomains of the domain and also the IP address of associated with the domain address.

Grim- Information Gathering tool in kali linux

The tool is finding for SQL injection vulnerability. One by One the tool will gather as much as information available publicly of the domain that you provided. This tool is very helpful in the initial phases of security researchers.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads