gauntlt/gauntlt

View on GitHub
lib/gauntlt/attack_aliases/dirb.json

Summary

Maintainability
Test Coverage
{ "dirb-apache-vulns" : { "command" : "dirb --list apache.txt <host>",
      "description" : "This looks for apache defaults which would suggest the server isnt hardened correctly.",
      "requires" : [ "<host>" ]
    }
}