|
| 1 | +{ |
| 2 | + "data": { |
| 3 | + "type": "BrowserApp", |
| 4 | + "attributes": { |
| 5 | + "version": "0.0.1", |
| 6 | + "sutAuthentication": { |
| 7 | + "sitesTreeSutAuthenticationPopulationStrategy": "FormStandard", |
| 8 | + "emissaryAuthenticationStrategy": "FormStandard", |
| 9 | + "route": "/login", |
| 10 | + "usernameFieldLocater": "userName", |
| 11 | + "passwordFieldLocater": "password", |
| 12 | + "submit": "btn btn-danger", |
| 13 | + "expectedPageSourceSuccess": "Log Out" |
| 14 | + }, |
| 15 | + "sutHost": "nodegoat.sut.purpleteam-labs.com", |
| 16 | + "sutPort": 443, |
| 17 | + "sutProtocol": "https", |
| 18 | + "browser": "chrome", |
| 19 | + "loggedInIndicator": "<p>Found. Redirecting to <a href=\"\/dashboard\">\/dashboard<\/a><\/p>" |
| 20 | + }, |
| 21 | + "relationships": { |
| 22 | + "data": [{ |
| 23 | + "type": "tlsScanner", |
| 24 | + "id": "NA" |
| 25 | + }, |
| 26 | + { |
| 27 | + "type": "appScanner", |
| 28 | + "id": "lowPrivUser" |
| 29 | + }, |
| 30 | + { |
| 31 | + "type": "appScanner", |
| 32 | + "id": "adminUser" |
| 33 | + }] |
| 34 | + } |
| 35 | + }, |
| 36 | + "included": [ |
| 37 | + { |
| 38 | + "type": "tlsScanner", |
| 39 | + "id": "NA", |
| 40 | + "attributes": { |
| 41 | + "tlsScannerSeverity": "LOW", |
| 42 | + "alertThreshold": 3 |
| 43 | + } |
| 44 | + }, |
| 45 | + { |
| 46 | + "type": "appScanner", |
| 47 | + "id": "lowPrivUser", |
| 48 | + "attributes": { |
| 49 | + "sitesTreePopulationStrategy": "WebDriverStandard", |
| 50 | + "spiderStrategy": "Standard", |
| 51 | + "scannersStrategy": "BrowserAppStandard", |
| 52 | + "scanningStrategy": "BrowserAppStandard", |
| 53 | + "postScanningStrategy": "BrowserAppStandard", |
| 54 | + "reportingStrategy": "Standard", |
| 55 | + "reports": { |
| 56 | + "templateThemes": [{ |
| 57 | + "name": "traditionalJson" |
| 58 | + }] |
| 59 | + }, |
| 60 | + "username": "[your-user]", |
| 61 | + "password": "[your-password]", |
| 62 | + "aScannerAttackStrength": "HIGH", |
| 63 | + "aScannerAlertThreshold": "LOW", |
| 64 | + "alertThreshold": 12 |
| 65 | + }, |
| 66 | + "relationships": { |
| 67 | + "data": [{ |
| 68 | + "type": "route", |
| 69 | + "id": "/profile" |
| 70 | + }] |
| 71 | + } |
| 72 | + }, |
| 73 | + { |
| 74 | + "type": "appScanner", |
| 75 | + "id": "adminUser", |
| 76 | + "attributes": { |
| 77 | + "sitesTreePopulationStrategy": "WebDriverStandard", |
| 78 | + "spiderStrategy": "Standard", |
| 79 | + "scannersStrategy": "BrowserAppStandard", |
| 80 | + "scanningStrategy": "BrowserAppStandard", |
| 81 | + "postScanningStrategy": "BrowserAppStandard", |
| 82 | + "reportingStrategy": "Standard", |
| 83 | + "username": "[admin-user]", |
| 84 | + "password": "[admin-password]" |
| 85 | + }, |
| 86 | + "relationships": { |
| 87 | + "data": [{ |
| 88 | + "type": "route", |
| 89 | + "id": "/memos" |
| 90 | + }, |
| 91 | + { |
| 92 | + "type": "route", |
| 93 | + "id": "/profile" |
| 94 | + }] |
| 95 | + } |
| 96 | + }, |
| 97 | + { |
| 98 | + "type": "route", |
| 99 | + "id": "/profile", |
| 100 | + "attributes": { |
| 101 | + "attackFields": [ |
| 102 | + {"name": "firstName", "value": "PurpleJohn", "visible": true}, |
| 103 | + {"name": "lastName", "value": "PurpleDoe", "visible": true}, |
| 104 | + {"name": "ssn", "value": "PurpleSSN", "visible": true}, |
| 105 | + {"name": "dob", "value": "12235678", "visible": true}, |
| 106 | + {"name": "bankAcc", "value": "PurpleBankAcc", "visible": true}, |
| 107 | + {"name": "bankRouting", "value": "0198212#", "visible": true}, |
| 108 | + {"name": "address", "value": "PurpleAddress", "visible": true}, |
| 109 | + {"name": "website", "value": "https://purpleteam-labs.com", "visible": true}, |
| 110 | + {"name": "_csrf", "value": ""}, |
| 111 | + {"name": "submit", "value": ""} |
| 112 | + ], |
| 113 | + "method": "POST", |
| 114 | + "submit": "submit" |
| 115 | + } |
| 116 | + }, |
| 117 | + { |
| 118 | + "type": "route", |
| 119 | + "id": "/memos", |
| 120 | + "attributes": { |
| 121 | + "attackFields": [ |
| 122 | + {"name": "memo", "value": "PurpleMemo", "visible": true} |
| 123 | + ], |
| 124 | + "method": "POST", |
| 125 | + "submit": "btn btn-primary" |
| 126 | + } |
| 127 | + } |
| 128 | + ] |
| 129 | +} |
0 commit comments