Skip to content
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

Get captcha to image #47

Open
uitcode opened this issue Feb 13, 2020 · 1 comment
Open

Get captcha to image #47

uitcode opened this issue Feb 13, 2020 · 1 comment
Labels

Comments

@uitcode
Copy link

uitcode commented Feb 13, 2020

Hi it's me again, thanks for your help last time. This time I have a kind of annoying captcha, I tried to do the decoding but still failed. This captcha is not the same as normal, it requires converting letters into numbers. Hope to receive your help!

Here are some examples of this captcha code type

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

@skotz
Copy link
Owner

skotz commented Feb 15, 2020

You'll need to do something a lot more custom here. It always helps to start by noticing the flaws in the system: it's always 5 characters, there's a legend mapping the characters to one of only 5 digits, etc. If this is a game then it's also possible that there are other ways to obtain the data, like maybe memory editing (search for an actual solution in memory and save the address to look up other solutions in the future) or brute force (if it doesn't lock you out after a few invalid attempts then there's only 5^5=3125 combinations per puzzle to solve, so just try them all until one works). Hope that helps.

@skotz skotz added the question label Feb 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants