Skip to content

Instantly share code, notes, and snippets.

@stevenswafford
stevenswafford / google-dorks
Created June 6, 2015 05:57
Listing of a number of useful Google dorks.
" _ _ "
" _ /|| . . ||\ _ "
" ( } \||D ' ' ' C||/ { % "
" | /\__,=_[_] ' . . ' [_]_=,__/\ |"
" |_\_ |----| |----| _/_|"
" | |/ | | | | \| |"
" | /_ | | | | _\ |"
It is all fun and games until someone gets hacked!
@jeffrafter
jeffrafter / Rakefile
Created February 16, 2011 20:42
Working with ActiveRecord in Sinata
require 'rubygems'
require 'active_support'
require 'active_record'
require 'rake'
require 'yaml'
task :default => :setup
task :load do
# Change application as needed...