mirror of
https://github.com/kgretzky/evilginx2.git
synced 2026-04-25 00:36:10 +03:00
[PR #1163] added ability to force get params (force_get section) #180
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#180
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/1163
Author: @callightmn
Created: 2/7/2025
Status: 🔄 Open
Base:
master← Head:feature/force_get📝 Commits (2)
1fdd681added ability to force get params (type: "get"inforce_post)decd3fbreplacedtype: "get"inforce_postby newforce_getsection📊 Changes
2 files changed (+144 additions, -1 deletions)
View changed files
📝
core/http_proxy.go(+44 -0)📝
core/phishlet.go(+100 -1)📄 Description
Hello,
This is to add the ability to force GET parameters.
Instead of adding an entire
force_getsection, I just added atype: "get"in the existingforce_post.Phishlet snippet:
Original request (sent from browser to Evilginx through Burp):
Modified request (sent from Evilginx to the remote site through Burp):
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.