HOW TO INSTALL SOCIALFISH IN TERMUX USING ANDRIOD
- tech2
- Jun 4, 2020
- 1 min read
Phishing is the easiest way to get your password stolen, as it only takes one mistake to log in to the wrong website. A convincing phishing site is key to a successful attempt, and tools to create them have become intuitive and more sophisticated. SocialFish allows a hacker to create a persuasive phishing page for nearly any website, offering a web interface with an Android app for remote control.
Socialfish ultimate phishing tool for hacking Twitter, Facebook, stackoverflow, WordPress, google account
In this lesson I’m going to teach you how to use socialfish in termux
How to install
Type in the following commands in your termux
1. $ apt update
2. $ apt upgrade
3. $ apt install git
4. $ apt install python2
5. $ git clone https://github.com/UndeadSec/SocialFish.git
6. $ cd Socialfish
7. $ chmod+x*
8. $ pip2 install-r requirements.txt
Usage
9.$ python2 SocialFish.py
Now select your target and it will generate an URL using Ngrok then send it to your victim
Comments