forked from 1ndianl33t/Gf-Patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redirect.json
64 lines (64 loc) · 1.12 KB
/
redirect.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"flags": "-iE",
"patterns": [
"(&|[?])callback=",
"(&|[?])cgi-bin/redirect.cgi",
"(&|[?])checkout=",
"(&|[?])checkout_url=",
"(&|[?])continue=",
"(&|[?])data=",
"(&|[?])dest=",
"(&|[?])destination=",
"(&|[?])dir=",
"(&|[?])domain=",
"(&|[?])feed=",
"(&|[?])file=",
"(&|[?])file_name=",
"(&|[?])file_url=",
"(&|[?])folder=",
"(&|[?])folder_url=",
"(&|[?])forward=",
"(&|[?])from_url=",
"(&|[?])go=",
"(&|[?])goto=",
"(&|[?])host=",
"(&|[?])html=",
"(&|[?])image_url=",
"(&|[?])img_url=",
"(&|[?])load_file=",
"(&|[?])load_url=",
"(&|[?])login_url=",
"(&|[?])logout=",
"(&|[?])navigation=",
"(&|[?])next=",
"(&|[?])next_page=",
"(&|[?])Open=",
"(&|[?])out=",
"(&|[?])page_url=",
"(&|[?])path=",
"(&|[?])port=",
"(&|[?])redir=",
"(&|[?])redirect=",
"(&|[?])redirect_to=",
"(&|[?])redirect_uri=",
"(&|[?])redirect_url=",
"(&|[?])reference=",
"(&|[?])return=",
"(&|[?])return_path=",
"(&|[?])return_to=",
"(&|[?])returnTo=",
"(&|[?])return_url=",
"(&|[?])rt=",
"(&|[?])rurl=",
"(&|[?])show=",
"(&|[?])site=",
"(&|[?])target=",
"(&|[?])to=",
"(&|[?])uri=",
"(&|[?])url=",
"(&|[?])val=",
"(&|[?])validate=",
"(&|[?])view=",
"(&|[?])window="
]
}