What is Phishing Attack.
Phishing is a type of social engineering attack where an attacker sends a fake login phishing page link to a victim to compromise the victim account using this Shellphish tool we can create any social media login phishing page and send to target,
when the target opens the link and enters her information on the phishing page attacker when the victim clicks on the login button target victim’s login information uploads to the attacker’s Server.
A hacker will use this against a victim, all they need to do is swap a real link with a malicious one. Shellphish is probably one of the easiest ways to generate that malicious link. Let’s have a look.
How does the shellfish tool work?
Shellphish Tool Use
If you don’t know how to install Termux on Android you can read this article for the Termux installation guide.
Termux install on Android Phone
apt update && apt upgrade
before installing the Shellphish tool,
we need to install few requirement packages,
run the below mention command in your termux console.
apt install php openssh git
Shellphish Install Termux Github
When you have installed the required packages,
we move to the next step download the shellphish tool in our termux,
we use the git command for cloning the Shellpfish from Github.
git clone https://github.com/suljot/shellphish.git
After completing the git clone process,
we need to move the shellphish directory run the following command for changing the directory.
cd shellphish
our installation setup is ready to use let’s run the shellphish tool by executing this command on your termux terminal.
bash shellphish.sh
Facebook I am going to type 2 and get your fishing link
🐠 🐠 🐟
Tags:
Termux