mirror of
https://github.com/kgretzky/evilginx2.git
synced 2026-04-25 08:46:00 +03:00
[PR #898] [CLOSED] Add missing TLD to http_proxy.go #141
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#141
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/898
Author: @f-bader
Created: 5/15/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
a5c689bUpdate http_proxy.go1fe3e96Update http_proxy.gobfe4e85Update http_proxy.go📊 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.