Skip to content

earthboundkid/yadon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yadon GoDoc

How slow can you GET?

Yadon video

Yadon is a tool to request a site as slowly as possible. The purpose of the tool is to test whether the site might be vulnerable to a slowloris attack. If you test your server and find that it's possible for a slow connection to draw out a download of a few kilobytes for minutes or hours, you should decrease your server idle timeouts.

Screenshots

$ yadon -throughput 5 http://example.com
GET http://example.com
Read: 1576, Wrote: 69, Total: 1645
Bytes per second: 8 B/s
$ yadon -h
Usage of yadon:
  -throughput float
        target throughput in bytes per second (default 1024)

Releases

No releases published

Packages

No packages published

Languages