Created
October 23, 2013 16:19
-
-
Save wickett/7121728 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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