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

Generate two wordlists where attacker and allowed hostnames replaced by default #19

Open
d0ge opened this issue Oct 23, 2024 · 0 comments

Comments

@d0ge
Copy link
Collaborator

d0ge commented Oct 23, 2024

Original message by @SeanPesce

I'm not sure if it really matters, but currently it looks like only the open redirect payload is included:

        {
            "payload": "<allowed>[@<attacker>",
            "description": "Spring Framework CVE-2024-22243 <allowed>[@<attacker>",
            "filters": [],
            "tags": ["URL", "HOST"],
            "id": "1da2f627d702248b9e61cc23912d2c729e52f878"
        },
This would probably fail on most SSRF-vulnerable implementations unless the user tries to swap the positions of <allowed> and <attacker>. For completeness and one-shot list generation, it might be worth adding the other version of the payload too (<attacker>[@<allowed>).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant