Skip to main content

Social Fish - Ultimate phishing Attack tool [Education Content]



caution : This tutorial only to educate and spread the cyber security knowledge not for illegal activities. 


SocialFish is a phishing attack tool. From my experience is working very good and able to Phish  any users who available on Internet.

The tool written in python2.7. The tool Working with NGROK (a reverse proxy solution) to expose your phishing sever to outside of the world without leaking of the server's Original IP

GIT LINK : https://github.com/An0nUD4Y/SocialFish

INSTALL
git clone https://github.com/UndeadSec/SocialFish.gitcd SocialFish
sudo pip install -r requirements.txt
python SocialFish.py


HOW TO USE :

Once you executed the tool by this command python SocialFish.py

Just follow the tool menu and choice the site which going to use for fishing (FB, Instagram ,Twitter, WordPress, Stack Overflow  etc).

Now SocialFish will generate the phishing link . Share the link with your target and wait until fish catch hook.




If once victim accessed and provided the credentials tool immediately hookup all the data like below one.



--------------SHARING THE PASSWORD IS CRIME--------------------
  

Comments

Popular posts from this blog

KARMA - Search for leaked Emails and Passwords

Hi Everyone, In this article we going to introduce the tool is KARMA.Its used to collect pwned Email address and passwords from pwndb. The tool is written in python3. So, you must need Python3 inside your machine . INSTALL sudo apt install tor python3 python3-pip git clone https :// github . com / decoxviii / karma . git ; cd karma sudo -H pip3 install -r requirements.txt python3 bin/karma.py --help TEST All the tests were done in  Debian/Ubuntu . Search emails with the password:  123456789 python3 bin/karma.py search '123456789' --password -o test1 Search emails with the local-part:  johndoe python3 bin/karma.py search 'johndoe' --local-part -o test2 Search emails with the domain:  hotmail . com python3 bin/karma.py search ' hotmail . com ' --domain -o test3 Search email password:  johndoe@unknown.com python3 bin/karma.py target 'johndoe@unknown.com' -o test4 DEMO VIDEO