Skip to content

bhauff/rack-zombie_shotgun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rack-zombie_shotgun: A Rack Middleware to eliminate zombie requests!

rack-zombie_shotgun is a Rack Middleware that will eliminate a number of pesky zombie requests to your application:

  • Agents
    • Microsoft Office Protocol Discovery
    • Microsoft Data Access Internet Publishing Provider Protocol Discovery
    • FrontPage
  • Directories
    • _vti_bin
    • MSOffice
    • verify-VCNstrict
    • notified-VCNstrict
  • Methods
    • Options

Agent and Directory request attacks will return a 404 head not found :) Method request attacks will return a 405 method not allowed.

This Rack Middleware was inspired and based on code by metaskills and his rack-zombieshotgun.

License

See LICENSE file.

About

Rack Middleware for eliminating zombie requests.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages