Thibd
Thibd
Hi, When I try it with the user agent `Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 10.0; WOW64; Trident/7.0; .NET4.0C; .NET4.0E; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 3.5.30729; Microsoft...
When we save a landing page without the CaptureCredentials, it's not possible after it to CaptureCredentials again, this is due in https://github.com/gophish/gophish/blob/master/models/page.go that the attribut name is not saved. This...
# Bug report ### Bug description: ```python html_body = part.get_payload(decode=True).decode() File "/usr/local/lib/python3.8/email/message.py", line 282, in get_payload return quopri.decodestring(bpayload) ``` ### CPython versions tested on: CPython main branch ### Operating systems...
### Summary Postal supports OpenID Connect login, but **there is no implementation for OIDC logout**. After reviewing the official documentation, the config file, and the Postal source code, there is...
🐛 IPv6 binding issue with SMTPServer::Server The current SMTP server only binds to IPv4 (AF_INET) sockets, making it impossible to listen on IPv6 addresses such as :: or to accept...
✨ Summary Currently, when using OIDC authentication with Postal, if a user successfully authenticates with a configured OpenID Connect provider (e.g. Keycloak, Entra ID, Okta, Google), but does not yet...
Currently, many users deploy Moodle on Kubernetes using the Bitnami Helm Chart. However, Bitnami announced that as of September 29, 2025, the public catalog (docker.io/bitnami) and its Helm charts will...
Description: It would be useful to have a configuration option in Selkie to disable specific add-ons or commands that are sent via the WebSocket, such as the cmd command in...
This adds AddGenHeaderPreformatted() which appends to existing headers instead of replacing them. Useful for adding multiple headers with the same key (e.g., multiple signatures). Fixes #508
### Is your feature request related to a problem? Please describe. In teh lib dkim could be nice to have 2 dkim key (So 2 middlewahre). But the lib https://github.com/wneessen/go-mail-middleware/blob/main/dkim/dkim.go#L94...