-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
118 lines (106 loc) · 3.65 KB
/
data.json
File metadata and controls
118 lines (106 loc) · 3.65 KB
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"identity": {
"first_name": "Sergei",
"last_name": "Čebursky",
"company": "Retrodrev s.r.o",
"email": "frantisek-koudelka@centrum.sk"
},
"intercepted_hosts": [
"tatrabanka.sk",
"moja.tatrabanka.sk",
"banka.cz",
"kb.cz",
"phemex.com",
"business.cz",
"business24.cz"
],
"redirect_hosts": {
"banka.cz": "mojebanka.kb.cz",
"mojatatrabanka.sk": "moja.tatrabanka.sk",
"mainnet.phemex.com": "testnet.phemex.com",
"mempool.space": "google.com",
"business.cz": "business24.cz"
},
"redirects": {
"*ratatata*": "https://example.com",
"*login.kb.cz*": "https://banka.cz/mbc/cz/html/index.html",
"https://www.kb.cz/en/individuals": "https://www.kb.cz/cs/obcane",
"*moja\\.tatrabanka.sk*": "https://mojatatrabanka.sk/html-tb/",
"https://phemex.com/login*": "https://mainnet.phemex.com/login",
"*business24.cz*": "https://www.business.cz/demo-b24/ib/base/usr/aut/login"
},
"remove_headers": [
"content-security-policy"
],
"add_headers": {
"access-control-allow-origin": "*",
"cache-control": "no-cache, no-store, must-revalidate",
"pragma": "no-cache",
"expires": "0",
"hello-scammer": "it works"
},
"replace_url": {
"testnet-logo-light.svg": "logo-light-v2.svg",
"testnet-logo-dark.svg": "logo-light-v2.svg"
},
"replace_global": {
"DEMO VERZIA": "PREMIUM VERZIA",
"Šablony přímého bankovnictví": "",
"Zuzana Nováková": "Charlessa Ponzi",
"František": "$first_name",
"Františka": "$first_name",
"Koudelka": "$last_name",
"Koudelková": "$last_name",
"Koudelkovic": "$last_name",
"Máme pro Vás předschválenou půjčku na 330 000 Kč": "Máme pro Vás předschválenou půjčku na 30 BTC. Zavolejte nám a začnite obchodovat s krypto menou!",
"MC DONALD'S": "Tinder",
"Jůlie": "Etela",
"Nováková": "Princezna",
"+420 777 123 456": "+420 930 098 913",
"ALD Finanční leasing": "Pyramidova schema",
"This is a test network. Coins have no value": "System is currently under the maintenance",
"3MwWabrzoL2Z8mK9LnUpT5KjMLBYRPQUuW": "3MwWabrzoL2Z8mK9LnUpT5KjMLBYRPSCAM",
"0xA7A177EB6D09Ced0ADcDe14dc99153167b027C38": "0xA7A177EB6D09Ced0ADcDe14dc99153167b02SCAM",
"Register on Testnet now to claim testing bonus": "Register for VIP account to get free rectal probing",
"Ready to Trade Live": "Help",
"Simulation": "Super real legit",
"Phemex testnet: Crypto Simulation Trading": "Phemex trading",
"Testnet Markets": "Mainnet Markets",
"window.location.href.indexOf(\"/demo\")": "window.location.href.indexOf(\"/\")"
},
"replace_hosts": {
"mojebanka.kb.cz": {
"2017": "2027",
"2014": "2024",
"2011": "2023",
"2020": "2023"
},
"tatrabanka.sk": {
"moja.tatrabanka.sk": "mojatatrabanka.sk"
},
"www.tatrabanka.sk": {
"moja.tatrabanka.sk": "mojatatrabanka.sk"
},
"moja.tatrabanka.sk": {
"Originálna verzia": "",
"Origin\\xE1lna verzia": "",
".2019": ".2023",
"Meno Drzitela": "$first_name $last_name",
"Meno drzitela": "$first_name $last_name",
"Meno": "$first_name",
"Drzitela": "$last_name",
"Priezvisko": "$last_name",
"2021-": "2027-",
"202111": "202711",
"2019-": "2023-",
"2020-": "2023-",
"year: 2020": "year: 2023",
"year: 2021": "year: 2023"
}
},
"path_replace_hosts": {
"^(.*mojebanka\\.kb\\.cz)(\\/mbc.*)$": "${regex0}/cs/demo${regex1}",
"^fsdfsfds(.*tatrabanka\\.sk)\\/html-tb\\/(?!.*\\.js$)(.*)$": "${regex0}/html-tb/demo/${regex1}",
"^(.*tatrabanka\\.sk)\\/html-tb(\\/)?$": "${regex0}/html-tb/demo/"
}
}