Skip to content

Instantly share code, notes, and snippets.

@gdisneyleugers
Created October 25, 2013 03:08
Show Gist options
  • Save gdisneyleugers/7148901 to your computer and use it in GitHub Desktop.
Save gdisneyleugers/7148901 to your computer and use it in GitHub Desktop.
require "rubygems"
require 'anemone'
require 'redis'
puts "URL to Look for SQLi: "
url = gets
db = Redis.new
Anemone.crawl(url) do |anemone| $OUTPUT_RECORD_SEPARATOR
anemone.storage = Anemone::Storage.Redis
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment