How to Install and use ShellPhish in Termux?

SQUIDPNG

A phishing attack is the most common attack to get access to the victim’s credentials of any website.ShellPhish is one of the phishing tools that allows you to create a phishing link using termux.ShellPhish is created by thelinkchoice and its a project on Github.If you wanna know more about shellfishing then just go to there github page.

How shellPhish tool works?

Using this tool you can create a link which will look like an exact page of the social media, when the victim will log in using your link , you will get the Credential at your terminal.ShellPhish uses port forwarding using 2 methods one of them is SSH (which currently not working). second one is Ngrok which I think have a bug but I will tell you how to use it properly.

NOTE: This post is only for educational purpose. I and this site do not support any criminal activity. If you are doing any sort of misuse of this information This site is not responsible for that. THIS SITE ONLY SUPPORT ETHICAL HACKING.

Update and upgrade the termux packages.

apt update && apt upgrade

Install dependencies for ShellPhish

apt install php wget git

(While installing if it is asking do you wanna install just press y.)

This will install Php wget and git in termux which will be used while using ShellPhish.

If you already have any of this you can remove the name from command while installing.

Cloning the shellPhish project from the git Hub repository.

git clonehttps://github.com/thelinuxchoice/shellphish


For Full Steps, please visit the original source: https://www.learntermux.tech/2020/01/how-to-install-shellphish-in-termux-how.html

Originally published athttps://www.learntermux.tech

#buttons=(Accept !) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Accept !
To Top