mirror of
https://github.com/kgretzky/evilginx2.git
synced 2026-04-25 08:46:00 +03:00
[PR #1195] [CLOSED] Merge upstream to fork #190
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#190
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/1195
Author: @matejsmycka
Created: 11/4/2025
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
f09c8f9added ability to force_post JSON parameters as boolean3f98214fix: check type when forcing JSON parameter15392a1fix: Improved loggingb38b159feat: improved proxy corea50ceb4feat: update licence and readme9a27678docs: Add Disclaimer254d74afix: suffix slash bug problemsb73f011Create go.yml995d721Merge pull request #1 from vaadata/feature/force_json_tp591bf92Sync with mirror📊 Changes
753 files changed (+77492 additions, -36782 deletions)
View changed files
➕
.github/workflows/go.yml(+25 -0)📝
CHANGELOG(+3 -0)📝
LICENSE(+1 -1)📝
README.md(+9 -93)📝
core/config.go(+4 -0)📝
core/http_proxy.go(+80 -15)📝
go.mod(+44 -39)📝
go.sum(+130 -325)📝
log/log.go(+59 -37)📝
main.go(+6 -17)📝
vendor/github.com/caddyserver/certmagic/README.md(+45 -18)📝
vendor/github.com/caddyserver/certmagic/account.go(+66 -9)📝
vendor/github.com/caddyserver/certmagic/acmeclient.go(+186 -119)📝
vendor/github.com/caddyserver/certmagic/acmeissuer.go(+163 -22)📝
vendor/github.com/caddyserver/certmagic/cache.go(+40 -26)📝
vendor/github.com/caddyserver/certmagic/certificates.go(+264 -26)📝
vendor/github.com/caddyserver/certmagic/certmagic.go(+14 -52)📝
vendor/github.com/caddyserver/certmagic/config.go(+220 -35)📝
vendor/github.com/caddyserver/certmagic/crypto.go(+6 -0)📝
vendor/github.com/caddyserver/certmagic/dnsutil.go(+88 -51)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.