Setting Error 401 as a Failure Key

Kcmauro16

Honorable Member
Contributor
Member
Joined
Threads
207
Posts
479
So I feel like this should be really easy but I cant seem to figure it out. I am cracking a site and when it fails it gives a 401 code and when it succeeds it gives a 200. The success key I have works fine but I have tried making failure keys from the header and the source code and neither works. It seems that when sentry mba sees the 401 code it automatically bans the proxy and does a retry, I think its built into the sentry mba software. Anyone know how to override this?
Thanks!

Image showing my issue:
 
@Kcmauro16

Z3YAAv.png


Enable it.
 
  • Thread Starter Thread Starter
  • #3
@MR.ViPeR
Yes thank you! Works perfectly now. While I have you is there a function to do an SHA512 Password encryption in Sentry variables or would I have to preconvert them by hand?
 
Yes there is.
aDlw6UHaSoOg3Fs_UIRYfQ.png


But you see the numbers next to it, for example, 5 would be SHA512, you will need to make a set parameter index and value from function index being 0 and value being 5
 
  • Thread Starter Thread Starter
  • #5
@Xtra
Thanks very helpful but I think this is a bit over my head. Any chance I could send you the config and you could take a look? Its for BTC.com wallet login. Tested and working, the only thing is that right now the passwords must be pre encrypted to SHA512 since I am having a hard time setting up this function properly.
 
  • Thread Starter Thread Starter
  • #6
@Xtra
Actually I think I figured it out from your response! Still wouldnt mind having someone else check it out though
 
Send me what you have already and I'll show you.