[PR #1194] Fix request interception #189

Open
opened 2026-02-26 02:31:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kgretzky/evilginx2/pull/1194
Author: @dafenix
Created: 10/31/2025
Status: 🔄 Open

Base: masterHead: fix/requestInterception


📝 Commits (1)

  • 3ecb9a3 Fix request interception. Problem was wrong hostname variable

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 core/http_proxy.go (+1 -1)

📄 Description

While testing the new request interception feature i detected a small bug. With the right hostname the interception rules are working.

Tested with following configuration:

intercept:  
- {domain: '<original_domain>', path: '.*', http_status: 200, body: '{"result": "ok"}', mime: "application/json"}```

---

<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
## 📋 Pull Request Information **Original PR:** https://github.com/kgretzky/evilginx2/pull/1194 **Author:** [@dafenix](https://github.com/dafenix) **Created:** 10/31/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `fix/requestInterception` --- ### 📝 Commits (1) - [`3ecb9a3`](https://github.com/kgretzky/evilginx2/commit/3ecb9a396faa49b7708d5e662219585ea0a433c3) Fix request interception. Problem was wrong hostname variable ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `core/http_proxy.go` (+1 -1) </details> ### 📄 Description While testing the new request interception feature i detected a small bug. With the right hostname the interception rules are working. Tested with following configuration: ``` intercept: - {domain: '<original_domain>', path: '.*', http_status: 200, body: '{"result": "ok"}', mime: "application/json"}``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/evilginx2-kgretzky#189
No description provided.