You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i don't need a login flag since i want to brute force only one field verificationCode. But it doesn't work with https, or in GraphQL mutation, am i doing it wrong?
The text was updated successfully, but these errors were encountered:
Is this possible?
hydra -P path/to/my/wordlist.txt https:target.com https-post-form "{"variables":{},"query":"mutation {\n changePassword(password: \"Password\", verificationCode: \"^PASS^\", mobileNo: \"number\")\n}\n"}"
i don't need a login flag since i want to brute force only one field
verificationCode
. But it doesn't work with https, or in GraphQL mutation, am i doing it wrong?The text was updated successfully, but these errors were encountered: