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

Authorization fuzz #330

Open
JackandBlackLLL opened this issue Sep 9, 2022 · 0 comments
Open

Authorization fuzz #330

JackandBlackLLL opened this issue Sep 9, 2022 · 0 comments

Comments

@JackandBlackLLL
Copy link

Sorry for posting here, but I don't know where else to ask this question.
I'm trying to brute-force basic authentication.
She looks like
Authorization: Basic Z3NlZ3NlOmdzZWdlcw==

That is, I have to take the login and password and convert to base64.
wfuzz -z file,usernames.txt -z file,passwords.txt --zE base64 --basic FUZZ:FUZ2Z https://www.site.com/authentication
But it doesn't work, wfuzz just won't run (without any errors).
How should I use encoder to get the payload gsegse:gseges first, then convert that to base64 ?

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

No branches or pull requests

1 participant