-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
ACTIVE - Open Redirect.bb
50 lines (50 loc) · 1.14 KB
/
ACTIVE - Open Redirect.bb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[
{
"Name": "ACTIVE - Open Redirect (Firm)",
"Active": false,
"Scanner": 1,
"Payloads": [
"https://xerosecurity.com"
],
"Encoder": [
"URL-encode key characters"
],
"UrlEncode": true,
"CharsToUrlEncode": " ?&#:/\\",
"Grep": [
"Location: https://xerosecurity.com",
"<meta http-equiv"
],
"PayloadResponse": false,
"NotResponse": false,
"NotCookie": false,
"TimeOut": 0,
"isTime": false,
"CaseSensitive": false,
"isReplace": false,
"ExcludeHTTP": false,
"OnlyHTTP": false,
"IsContentType": false,
"ContentType": "",
"NegativeCT": false,
"IsResponseCode": false,
"ResponseCode": "",
"NegativeRC": false,
"MatchType": 1,
"RedirType": 4,
"MaxRedir": 5,
"rCookies": false,
"spaceEncode": false,
"payloadPosition": 1,
"sEncode": "",
"payloadsFile": "",
"grepsFile": "",
"IssueName": "Open Redirect (Firm)",
"IssueSeverity": "High",
"IssueConfidence": "Certain",
"IssueDetail": "Open Redirect (Firm)",
"RemediationDetail": "Open Redirect (Firm)",
"IssueBackground": "Open Redirect (Firm)",
"RemediationBackground": "Open Redirect (Firm)"
}
]