Skip to content

notls feature added#1197

Open
Vozec wants to merge 1 commit into
kgretzky:masterfrom
Vozec:notls-feature
Open

notls feature added#1197
Vozec wants to merge 1 commit into
kgretzky:masterfrom
Vozec:notls-feature

Conversation

@Vozec

@Vozec Vozec commented Dec 3, 2025

Copy link
Copy Markdown

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

@Gimpy42

Gimpy42 commented Jan 12, 2026

Copy link
Copy Markdown

Hi,
would you mind adding the GetLoginUrlWithScheme() in http_proxy.go.
Phishlet.go

Line 797:

func (p *Phishlet) GetLoginUrlWithScheme(scheme string) string {
if scheme == "" {
scheme = "https"
}
return scheme + "://" + p.login.domain + p.login.path
}

Thanks by the way, it helped me much ;)

@filipesam

Copy link
Copy Markdown

This is a nice feature, thanks @Vozec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants