Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTTP to HTTPs redirect #29

Closed
ohpe opened this issue Jul 27, 2020 · 1 comment
Closed

Add HTTP to HTTPs redirect #29

ohpe opened this issue Jul 27, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ohpe
Copy link
Member

ohpe commented Jul 27, 2020

Allow to redirect victims landing on HTTP to HTTPs

@ohpe ohpe added the enhancement New feature or request label Jul 27, 2020
@ohpe ohpe self-assigned this Jul 27, 2020
@ohpe ohpe closed this as completed Jul 27, 2020
@ohpe
Copy link
Member Author

ohpe commented Jul 27, 2020

Usage:

{
  "proxy": {
    "phishing": "test.muraena",
    "destination": "target.site",

    "listener": {
     ...
      "HTTPtoHTTPS": {
        "enabled": true,
        "HTTPport": 80
      }
    },
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant