"hash does not match" bug? #579
Replies: 3 comments 3 replies
-
That is quite strange. Is the IP address IPv4 or IPv6? |
Beta Was this translation helpful? Give feedback.
-
Unsure if this is at all related, but I notice that in cases where we're getting Three messages (with IPv4 redacted) in rapid succession for the same user: Cookie Not Found:
Challenge Took:
Hash Does Not Match:
|
Beta Was this translation helpful? Give feedback.
-
@Xe Should we roll this into an issue? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Eyeballing the "hash does not match" rejection logs, this is what is typically see:
{"time":"2025-05-28T14:18:44.801580841Z","level":"DEBUG","source":{"function":"github.com/TecharoHQ/anubis/lib.(*Server).PassChallenge","file":"/build/lib/anubis.go","line":356},"msg":"hash does not match","user_agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36","accept_language":"en-US,en;q=0.9","priority":"u=0, i","x-forwarded-for":"[REDACTED]","x-real-ip":"[REDACTED]","check_result":{"name":"bot/generic-browser","rule":"CHALLENGE"},"got":"00008c16d6cc14ff97e77e175c6b636d1b89ada9623529d34a737f10e11d6d9a","want":"578a84a85193159a79720a188f0c40a80a8761ff6099ee2bb82106186e5048d6"}
At difficulty 4 It appears that the
"want"
value is incorrect, if I understand the process. Is this a possible bug?Beta Was this translation helpful? Give feedback.
All reactions