Join WhatsApp

Join Now

Join Telegram

Join Now

How To Install Little Brother Tool In Termux | Latest Version 2.1

5/5 - (2 votes)Thanks

In this post i am going to show you how to install Little Brother tool in termux. This tool is one of the best information gathering tools that i have seen. We will install Little Brother tool in termux and then we will use it to gather information about a specific person. Starting from the basis we will know all the details about little brother tool in termux.

What Is Little Brother Tool?

Little Brother is an information gathering tool that uses most of the web platforms to search for a person. It also uses social media platforms to search for a person. This tool also contains a subcategory for social engineering and spamming. Little brother tool is best of all these information gathering tools in termux. This can be installed on both termux and linux. Sherlock tool is also an alternative of Little Brother but it does not contain such functionalities. Now let’s see how to install little brother tool in termux.

How To Install Little Brother Tool In Termux?

Little Brother tool can be easily Installed in termux through some basic steps of termux. These steps include installation of python and git as Little Brother is a python based tool and It is hosted on git. Follow the below steps one by one to install Little brother tool in termux:

Step 1: First of all open the termux app in your android device.

Step 2: Type pkg update to update termux packages.

pkg update 

Step 3: Upgrade termux packages using pkg upgrade -y command.

pkg upgrade -y 

Step 4: Install python by typing pkg install python -y in termux.

pkg install python -y 

Step 5: Install Python 2 and Python 3 using pkg install python2 - y && pkg install python3 -y command.

pkg install python2 -y && pkg install python3 -y 
Installing Python 3

Step 6: As Little Brother is available on github. We need to install git using pkg install git -y command.

pkg install git -y 

Step 7: Clone Little Brother files from github using git clone https://github.com/AbirHasan2005/LittleBrother command.

git clone https://github.com/AbirHasan2005/LittleBrother
Cloning Little Brother From GitHub

Step 8: Go to the directory of Little Brother tool using cd LittleBrother command.

cd LittleBrother

Step 9: Install other Little brother tool requirements using pip3 install -r requirements.txt command.

pip3 install -r requirements.txt
Installing Requirements For Little Brother

We have successfully Installed all the requirements for the Little Brother tool in termux. After all the requirements and the Little Brother tool is installed in termux. We need to see how to use this tool to gather information.

How To Use Little Brother Tool In Termux?

Little Brother tool is much easy to use as we only need a username of a person to search for or any other details. Follow the below steps to use little brother in termux.

Step 1: Firstly we need to open Little Brother tool in termux using python3 littlebrother.py command.

python3 littlebrother.py
Opening Little Brother Tool

Step 2: After opening Little Brother tool. Select the function that you want to use by selecting the number against them. I will type 1 to search for a person.

Using Little Brother Tool In Termux

Step 3: Now select the data that you have about the person. I am selecting username by typing 2.

Selecting Username To Search

Step 4: Type the data that you selected in Step 3 . I am typing geek_guy as an example username.

Details Showing Of A Specific Username

The Little Brother will show you a list of the links of that username. That you just typed. If you want to lookup through any other method name or email or any other thing you need to Select that method and then enter that data. That is how little brother tool can be used in termux.

How To Install Little Brother Tool Using A Single Command?

Little brother tool can also be installed in termux through a single command. It is just a mix up of all the commands in one command. You can just type or simply copy paste this command in termux to install little brother in termux. Type pkg update && pkg upgrade -y && pkg install git -y && pkg install python -y && pkg install python2 -y && pkg install python3 -y && git clone https://github.com/AbirHasan2005/LittleBrother && cd LittleBrother && pip3 install -r requirements.txt && python3 littlebrother.py command in termux to install little brother tool in termux.

pkg update && pkg upgrade -y && pkg install git -y && pkg install python -y && pkg install python2 -y && pkg install python3 -y && git clone https://github.com/AbirHasan2005/LittleBrother && cd LittleBrother && pip3 install -r requirements.txt && python3 littlebrother.py

How To Remove Little Brother Tool From Termux?

For any reason if you want to remove little brother tool from termux. You need to go to the Home Directory of termux by typing cd command then type rm -rf LittleBrother to remove Little Brother tool completely from termux.

cd && rm -rf LittleBrother

Conclusion:

Little brother tool can be used without login in and it has almost all the functions in a single tool for information gathering. It contains a lot of methods for information gathering. I have tried to tell you every little bit of this tool, i hope you have liked it. If you have any query regarding this tool you can tell me in the comments or contact us through contact us page. Thanks for reading.

How To Install Little Brother Tool In Linux

Type
sudo apt install git python3git clone https://github.com/AbirHasan2005/LittleBrothercd LittleBrotherpython3 -m pip install -r requirements.txtpython3 littlebrother.py
These Commands In Linux To Install Little Brother

Is Little Brother And Lulz3xploit The Same Tool?

No, Little Brother is the modified version of Lulz3xploit and it contains much better things than that.

what is latest Version Of Little Brother Tool?

Little Brother In Running On Version 2.1 As The Latest Version Of The Tool.

Hi There!  I Am Geek Guy. a Passionate Computer Science Student Diving Deep Into The World Of Technology.