Skip to content

Instantly share code, notes, and snippets.

@ampledata
Created May 8, 2012 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ampledata/2638030 to your computer and use it in GitHub Desktop.
Save ampledata/2638030 to your computer and use it in GitHub Desktop.
Get Pastein Raw Contents
#!/usr/bin/env ruby
# Extract pwned twitter accounts.
require 'open-uri'
pbs = ['Kc9ng18h', 'vCMndK2L', 'JdQkuYwG', 'fw43srjY', 'jv4LBjPX']
pbs.each{ |pb| puts open("http://pastebin.com/raw.php?i=#{pb}").read }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment