-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Need help with [ERROR] the variables argument needs at least the strings ^USER^, ^PASS^, ^USER64^ or ^PASS64^: user=^Incorrect username^&pass=^password.^ #991
Comments
what else do i need to add on to it im new ? |
you need to use the i.e: change that is the general idea, can't say whether the endpoint you constructed is well defined, but this should solve the error that you're seeing |
I am trying to install hydra on my phone in termux and this is the error I
am getting strip hydra pw-inspector
echo OK > /dev/null && test -x xhydra && strip xhydra || echo OK > /dev/null
mkdir -p /usr/local/bin
mkdir: cannot create directory ‘/usr’: Read-only file system
make: [Makefile:88: install] Error 1 (ignored)
cp -f hydra-wizard.sh hydra pw-inspector /usr/local/bin && cd
/usr/local/bin && chmod 755 hydra-wizard.sh hydra pw-inspector
cp: target '/usr/local/bin': No such file or directory
make: *** [Makefile:89: install] Error 1
…On Mon, 24 Feb 2025, 15:14 flashnuke, ***@***.***> wrote:
you need to use the ^USER^ and ^PASS^ placeholders inside the endpoint,
so that hydra would know where to place them in each request attempt
i.e: change user=^Incorrect username^&pass=^password.^ to
user=^USER^&pass=^PASS^
that is the general idea, can't say whether the endpoint you constructed
is well defined, but this should solve the error that you're seeing
—
Reply to this email directly, view it on GitHub
<#991 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3OG7QUJ4KYZKG3G4Q2IZSD2RMZNXAVCNFSM6AAAAABUBEN64SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZYG42TQNJTGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
[image: flashnuke]*flashnuke* left a comment (vanhauser-thc/thc-hydra#991)
<#991 (comment)>
you need to use the ^USER^ and ^PASS^ placeholders inside the endpoint,
so that hydra would know where to place them in each request attempt
i.e: change user=^Incorrect username^&pass=^password.^ to
user=^USER^&pass=^PASS^
that is the general idea, can't say whether the endpoint you constructed
is well defined, but this should solve the error that you're seeing
—
Reply to this email directly, view it on GitHub
<#991 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3OG7QUJ4KYZKG3G4Q2IZSD2RMZNXAVCNFSM6AAAAABUBEN64SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZYG42TQNJTGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hydra roblox.com/Login -l atmfinesser -p /home/piotrcki-wordlist-top10m.txt http-post-form "/login.php:user=^Incorrect username^&pass=^password.^: F LoginFunCaptcha_Triggered"
The text was updated successfully, but these errors were encountered: