Phishbait is a tool that has many social media phishing pages. This tool can be used on Linux and termux.
This tool works just like any other phishing tool i.e. you can first use this tool to create a link and send it to your target to know the username password of your target.
How to install phishbait tool
Install pre-request
We need to install the two most important package required to run this tool.
1. Wget
This wget package is used to download a tool or a zip or rar file directly to termux. To install this tool on yourย termuxย run the following command.
pkg install wget

2. Unzip
This unzip package is used to expand a zip file. Install the unzip tool with the below commands.
pkg install unzip

Install theย Ngrok on Termux
ngrok is used for port forwarding which means that the phishin links that we can usually create work only on the local server and we must use ngrok if we want to send them to another location andย get informationย from them.
First you need to go to the ngrok site and create an account for yourself then copy theย ngrokย download link in your account and type the following and paste it in your termux.
wget (your ngrok download link)

Now to unzip the downloaded ngrok zip file, type in your termux as shown below and press enter.
tar -xvzf (your ngrok zip file name)

Now you need to give the ngrok tool the necessary permission to run on your termux so type the following command
chmod +x ngrok

Now you have toย login your ngrok accountย again in the browser and copy the authtoken for yourself and paste the termux.


Install Phishbait tool
Before installing phishbait tool we need to install php package because without php package we cannot run phishbait tool.
pkg install php

Now download the phishbait tool with the below command
git clone https://github.com/Err0r-ICA/Phishbait.git

After downloading the tool you need to change the directory termux home to phishbait tool with the following command.
cd Phishbait

Run the phishbait tool
Watch the video below and run this tool.
I hope this post is very useful for you and you can ask me through the command section below if you have any doubts.