Skip to content

Instantly share code, notes, and snippets.

@wickett
Created October 23, 2013 16:19
Show Gist options
  • Save wickett/7121728 to your computer and use it in GitHub Desktop.
Save wickett/7121728 to your computer and use it in GitHub Desktop.
@slow
Feature: Look for cross site scripting (xss) using arachni against a URL
Scenario: Using the arachni, look for cross site scripting and verify no issues are found
Given "arachni" is installed
And the following profile:
| name | value |
| url | http://lascon.org |
When I launch an "arachni-simple_xss" attack
Then the output should contain "0 issues were detected."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment