How to install little brother in Termux?

Information Gathering is the most common step to hack any social media. In today’s blog, I am going to share an OSINT ( Open Source Intelligence ) Tool that will help you in Information Gathering. Little Brother is a Python-based tool which use to gather Instagram information gathering. It is not mandatory that you will get all the information but it will share some decent information that a hacker uses to create a wordlist or to perform other attacks.

Here are some steps you need to follow to install Little Brother in Termux. You can also use these same commands for Kali Linux also.

STEP-1: Update and Upgrade your Termux.

$ apt update
$ apt upgrade

STEP-2: Install git and python packages required for tool.

$ apt install git python

STEP-3: Clone Little Brother tool from github.

$ git clone https://github.com/lulz3xploit/LittleBrother
$ ls

STEP-4: Now you can see a LittleBrother folder/directory in your terminal. Go to inside this directory.

$ cd LittleBrother

STEP-5: Install all requirements from requirements.txt

$ python3 -m pip install -r requirements.txt

STEP-6: Run LittleBrother.py script to open and use the tool.

$ python3 LittleBrother.py

Hurray! we have successfully installed Little Brother in Termux. If you have any further queries then comment below or join us on telegram. Wish you all a Happy Hacking Journey!

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top