mirror of
https://github.com/kgretzky/evilginx2.git
synced 2026-04-25 00:36:10 +03:00
[PR #1200] feat: Add managed Web Interface with Dashboard and REST API #194
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#194
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/1200
Author: @xhzeem
Created: 1/11/2026
Status: 🔄 Open
Base:
master← Head:master📝 Commits (3)
bd4f357added RemoveIP func435e6baImplement Web UI with Dashboard expansion, mobile support, and paginationb9c7da8added new web ui📊 Changes
9 files changed (+2172 additions, -0 deletions)
View changed files
📝
README.md(+16 -0)➕
core/api.go(+503 -0)📝
core/blacklist.go(+45 -0)➕
core/web_ui.go(+78 -0)📝
main.go(+27 -0)➕
web/app.js(+491 -0)➕
web/fs.go(+14 -0)➕
web/index.html(+412 -0)➕
web/style.css(+586 -0)📄 Description
Description
This PR introduces a built-in Web Interface for Evilginx2, allowing for easier management of phishlets, lures, sessions, and server configuration directly from the browser. The interface is designed as a modern, responsive Single Page Application (SPA) that communicates with a new REST API backend.
Key Features
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.