mirror of
https://github.com/kgretzky/evilginx2.git
synced 2026-04-25 00:36:10 +03:00
[PR #1190] fix XFF header parsing #186
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/evilginx2-kgretzky#186
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/kgretzky/evilginx2/pull/1190
Author: @rotarydrone
Created: 8/12/2025
Status: 🔄 Open
Base:
master← Head:fix-xff📝 Commits (1)
5131ab0fix XFF header parsing📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
core/http_proxy.go(+2 -1)📄 Description
In certain reverse proxy scenarios, such as with Cloudflare, the XFF chain may change through the request flow, leading to unexpected behavior with request authorization handling. The fix is to take only the first IP from the XFF chain.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.