Skip to content

Instantly share code, notes, and snippets.

@wickett
Created October 23, 2013 19:00
Show Gist options
  • Save wickett/7124575 to your computer and use it in GitHub Desktop.
Save wickett/7124575 to your computer and use it in GitHub Desktop.
@slow
Feature: make sure our website doesn't expose sensitive directories
Scenario: Start with using dirb and check for default apache directories
Given "dirb" is installed
And the following profile:
| name | value |
| hostname | http://lascon.org |
| wordlist | /opt/wordlists/vulns/apache.txt |
When I launch a "dirb" attack with:
"""
dirb <hostname> <wordlist>
"""
Then the output should contain:
"""
FOUND: 0
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment