Skip to content

Instantly share code, notes, and snippets.

@pimterry
Created April 13, 2014 13:55
Show Gist options
  • Save pimterry/10585236 to your computer and use it in GitHub Desktop.
Save pimterry/10585236 to your computer and use it in GitHub Desktop.
Stop your web stack sabotaging your security - exploit snippets
$loginOk = (crypt($passwordInput, $salt) == $previouslyCryptedPassword));
class Post < ActiveRecord::Base
serialize :tags
end
psql --host=example.com --dbname="-r /var/lib/postgresql/data/db"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment