[PR #898] [CLOSED] Add missing TLD to http_proxy.go #141

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

📋 Pull Request Information

Original PR: https://github.com/kgretzky/evilginx2/pull/898
Author: @f-bader
Created: 5/15/2023
Status: Closed

Base: masterHead: master


📝 Commits (3)

📊 Changes

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

View changed files

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

📄 Description

There where quite a few TLD missing from the http_proxy.go.
I added them from the original list but excluded special character TLDs.
The sort order is on purpose (longest to shortest), because otherwise it would not be the closest match, but the first match, will will create errors.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/kgretzky/evilginx2/pull/898 **Author:** [@f-bader](https://github.com/f-bader) **Created:** 5/15/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`a5c689b`](https://github.com/kgretzky/evilginx2/commit/a5c689bcb6d0101541b5e19494280f47979943ee) Update http_proxy.go - [`1fe3e96`](https://github.com/kgretzky/evilginx2/commit/1fe3e96bb5a2b35322c9b3c69e51a77bf445732f) Update http_proxy.go - [`bfe4e85`](https://github.com/kgretzky/evilginx2/commit/bfe4e85f9988bb4a04abcc8f5b828184b590a65e) Update http_proxy.go ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `core/http_proxy.go` (+2 -2) </details> ### 📄 Description There where quite a few TLD missing from the `http_proxy.go`. I added them from the original list but excluded special character TLDs. The sort order is on purpose (longest to shortest), because otherwise it would not be the closest match, but the first match, will will create errors. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 02:31:24 +03:00
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#141
No description provided.