• We just launched and are currently in beta. Join us as we build and grow the community.

How to: Check if a Config is working

mybrain2012

Infrastructure Resilience Engineer
M Rep
0
0
0
Rep
0
M Vouches
0
0
0
Vouches
0
Posts
93
Likes
120
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 300 XP
We all had our days where didn't know if the config was not working with all those retries and fakes so I'm here to explain things a little better.
Lets start things off with what Fakes, ToChecks andRedirects are.
Fakes
If the config is made correctly, you shouldn't have to worry about this tab. What it does is: Checks to see if the proxy you are using is coming back with a result that doesn't pertain to the expected source/header. If this is the case, it simply marks this Proxy as banned and doesn't use it for the rest of the cracking session.
ToChecks
This is where all the combos that were used go when there isn't any source at all that has been found that can be matched with a current keyword placed in the keywords tab. If this gets to high, the config maker did something wrong.
Redirects
In a nutshell, if it finds a source/header that has been expected but then experiences a trailing "redirect" of a url due to the nature of the target.
Now that those 3 things are covered, we can start checking configs.
All the checking happens the HTTP Debugger provided in Sentry MBA
It's main purpose is to replicate what goes on when Sentry is really cracking in an isolated environment so that you can pinpoint the main causes of a problem.
When clicking
,
you can then see a scrolling debug log of what's getting connected and what isn't. Don't worry if it looks scary, your aim is the bottom of the log (It's in black[nigger], it's not hard to miss). Be sure to have: "Debug Snapshot" checked off AND remember to fill in the Username and Password fields in the settings tab with a dummy working account.
So, what you're looking for is "Found Key". Some examples of this result are:
For an invalid account
Code:
----------------------------------------------------------------------------------
<-----Bot Status: Failure Source Keyword Match -> Found Key [does not match an account in our records] - Source Length: 11228----->
---------------------------------------------------------------------------------->
For a valid account
Code:
----------------------------------------------------------------------------------
<-----Bot Status: After Form Redirect -> Success Source Keyword Match -> Found Key [
https://movies.netflix.com/CancelPlan] - Source Length: 104264----->
---------------------------------------------------------------------------------->
But when something goes missing in terms of the config itself, you're usually end up with:
Code:
----------------------------------------------------------------------------------
<-----Bot Status: After Fingerprint -> Error - Got 200 and no source failure keys found with wrong combo - Original Source Length: 11228 -> User IP banned----->
---------------------------------------------------------------------------------->
Good luck!
Note: This is the only tutorial that was not made by me. Hope it helps everyone who is starting.
Please read the note at the end of the hidden tag to avoid trouble.
 

452,292

323,341

323,350

Top