Skip to content

Instantly share code, notes, and snippets.

@wickett
Created October 23, 2013 15:53
Show Gist options
  • Save wickett/7121288 to your computer and use it in GitHub Desktop.
Save wickett/7121288 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 | vulns/apache.txt |
When I launch a "dirb" attack with:
"""
dirb <hostname> <dirb_wordlists_path>/<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