Skip to content

Instantly share code, notes, and snippets.

@bradland
Created January 11, 2013 17:39
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 bradland/4512579 to your computer and use it in GitHub Desktop.
Save bradland/4512579 to your computer and use it in GitHub Desktop.
Rails vuln probe
Started POST "/" for 74.219.112.36 at 2013-01-11 12:19:49 -0500
Processing by HomeController#show as HTML
Parameters: {"probe"=>"\nhello\n"}
WARNING: Can't verify CSRF token authenticity
'tNP0fR/248lmaZccj/WleU2JCvcd1ctijY4LEgIwJ6s=' does not match: '' or ''
User ID:
CSRF Token: wzLcrQko1DJyQ+gh5gCTYGXRs0uNRuUUqvQyADf+Ejs=
Redirected to http://<server_ip>/login
Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
Started POST "/" for 74.219.112.36 at 2013-01-11 12:19:50 -0500
Hash::DisallowedType (Disallowed type attribute: "yaml"):
activesupport (3.2.11) lib/active_support/core_ext/hash/conversions.rb:112:in `typecast_xml_value'
activesupport (3.2.11) lib/active_support/core_ext/hash/conversions.rb:148:in `block in typecast_xml_value'
activesupport (3.2.11) lib/active_support/core_ext/hash/conversions.rb:148:in `each'
activesupport (3.2.11) lib/active_support/core_ext/hash/conversions.rb:148:in `map'
activesupport (3.2.11) lib/active_support/core_ext/hash/conversions.rb:148:in `typecast_xml_value'
activesupport (3.2.11) lib/active_support/core_ext/hash/conversions.rb:98:in `from_xml'
actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:41:in `parse_formatted_parameters'
actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:17:in `call'
actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment