Open In App

LittleBrother – Information Gathering (OSINT) on a person in EU

Last Updated : 23 Sep, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

OSINT techniques are the best techniques to collect information about the target organization or the person. There is a various tool which helps in succeeding this OSINT process. LittleBrother is an automated tool developed in the Python language which performs various tasks like IP lookup, Address lookup, Mail IP locator, Ip locator, Bssid locator, etc. Along with this LittleBrother tool can also decrypt the hash and result from the output on the terminal itself. The main feature of this tool is that it doesn’t require any API key for its usage. LittleBrother tool is available on the GitHub platform, it’s free and open-source to use.

Note: Make Sure You have Python Installed on your System, as this is a python-based tool. Click to check the Installation process – Python Installation Steps on Linux

Installation of LittleBrother 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/lulz3xploit/LittleBrother.git

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 LittleBrother

Step 3: You are in the directory of the LittleBrother. Now you have to install a dependency of the LittleBrother using the following command.

sudo pip3 install -r requirements.txt

Step 4: Now use the following command to run the tool and check the help section.

python3 LittleBrother.py
Then type 'h' option to check usage of the tool

Working with LittleBrother Tool on Kali Linux OS

Example 1: Lookup

Select Option 1    

In this example, we have selected the option of Lookup.

In the below screenshot, we have selected option 5 which is IP lookup.

We have specified the IP address of the target host http://geeksforgeeks.org.

We have got the results of the IP lookup.

Example 2: Other Tool (Hash Decrypter) 

Select Option 3

In this example, we have selected the option of Other tools.

In the below screenshot, we have selected option 1 which is the Hash decrypter.

We have inputted the hash which will be decrypted and the results will be shown on the terminal itself.

We have got the decrypted string.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads