diff --git a/testing-examples/stackhawk.yml b/testing-examples/stackhawk.yml deleted file mode 100644 index 48f82fe..0000000 --- a/testing-examples/stackhawk.yml +++ /dev/null @@ -1,25 +0,0 @@ -# -- stackhawk configuration for mutillidae -- -app: - applicationId: 7fae6d2e-9439-4967-b4fd-3372f03ce6f1 # <- Make this YOUR Application ID from YOUR StackHawk account - env: Development # (required) - host: http://mutillidae.local:8888 # (required) - excludePaths: - - "/set-up-database.php" - - "/index.php?do=logout" - authentication: - loggedInIndicator: "\\QLogged In User\\E" - loggedOutIndicator: "\\QNot Logged In\\E" - usernamePassword: - type: FORM - loginPath: /index.php?page=login.php - loginPagePath: /index.php?page=login.php - usernameField: username - passwordField: password - scanUsername: "jeremy" - scanPassword: "password" - cookieAuthorization: - cookieNames: - - "PHPSESSID" - testPath: - path: /index.php?page=edit-account-profile.php - fail: "User.*profile.*not.*found.*" diff --git a/version b/version index e69de29..96462aa 100644 --- a/version +++ b/version @@ -0,0 +1 @@ +1.0.63 \ No newline at end of file