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

Help solving PNG based captcha (Not SVG, but PNG) #72

Open
dansp89 opened this issue Oct 29, 2022 · 1 comment
Open

Help solving PNG based captcha (Not SVG, but PNG) #72

dansp89 opened this issue Oct 29, 2022 · 1 comment

Comments

@dansp89
Copy link

dansp89 commented Oct 29, 2022

img_1
img_2
img_3
img_4
img_5
img_6
img_7
img_8
img_9
img_10
img_11
img_12
img_13
img_14
img_15
img_16
img_17
img_18
img_19
img_20
img_21
img_22
img_23
img_24
img_25
img_26
img_27
img_28
img_29
img_30
img_31
img_32
img_33
img_34
img_35
img_36
img_37
img_38
img_39
img_40
img_41
img_42
img_43
img_44
img_45
img_46
img_47
img_48
img_49
img_50
img_51
img_52
img_53
img_54
img_55
img_56
img_57
img_58
img_59
img_60
img_61
img_62
img_63
img_64
img_65
img_66
img_67
img_68
img_69
img_70
img_71
img_72
img_73
img_74
img_75
img_76
img_77
img_78
img_79
img_80
img_81
img_82
img_83
img_84
img_85
img_86
img_87
img_88
img_89
img_90
img_91
img_0

@skotz
Copy link
Owner

skotz commented Oct 29, 2022

The images you provided are PNGs. If the CAPTCHA is truly an SVG (which is essentially a text file) then you might be able to simply parse out the shapes that way without any image operations at all. I've even seen some CAPTCHAs label the shapes with the name of the letter or not combine shapes like the lines with the letters. SVG is probably the worst possible image format for making a secure CAPTCHA, but without examples of the SVG itself I can't really help.

@dansp89 dansp89 changed the title Help solving SVG based captcha Help solving PNG based captcha (Not SVG, but PNG) Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants