[PR #1197] notls feature added #191

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

📋 Pull Request Information

Original PR: https://github.com/kgretzky/evilginx2/pull/1197
Author: @Vozec
Created: 12/3/2025
Status: 🔄 Open

Base: masterHead: notls-feature


📝 Commits (1)

📊 Changes

5 files changed (+105 additions, -12 deletions)

View changed files

📝 Makefile (+1 -2)
📝 core/config.go (+15 -0)
📝 core/http_proxy.go (+71 -7)
📝 core/terminal.go (+2 -2)
📝 main.go (+16 -1)

📄 Description

Add options:

Using your own TLS certificates is not yet supported. Please contact me and let me know if such feature is important to you.

-preserve-https to keep links returning in https even though the server is running on an HTTP port.

Screenshots

image image

🔄 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/1197 **Author:** [@Vozec](https://github.com/Vozec) **Created:** 12/3/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `notls-feature` --- ### 📝 Commits (1) - [`c9b2553`](https://github.com/kgretzky/evilginx2/commit/c9b255331fc1482a18e9ede315b03c390451dd52) notls feature added ### 📊 Changes **5 files changed** (+105 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -2) 📝 `core/config.go` (+15 -0) 📝 `core/http_proxy.go` (+71 -7) 📝 `core/terminal.go` (+2 -2) 📝 `main.go` (+16 -1) </details> ### 📄 Description Add options: - notls to run the web server in HTTP. This was not possible before, and it was annoying that the service was deployed in an infrastructure with reverse proxies. TLS is completely delegated to other components. [Cf: https://help.evilginx.com/community/guides/phishlets](https://help.evilginx.com/community/guides/phishlets): ``` Using your own TLS certificates is not yet supported. Please contact me and let me know if such feature is important to you. ``` -preserve-https to keep links returning in https even though the server is running on an HTTP port. # Screenshots <img width="2226" height="831" alt="image" src="https://github.com/user-attachments/assets/7afbb54b-dde2-4610-b840-147abaf76a71" /> <img width="1103" height="443" alt="image" src="https://github.com/user-attachments/assets/7a868feb-154b-4f47-84c2-f2c63460af9f" /> --- <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#191
No description provided.