skotz / cbl-js

JavaScript CAPTCHA solving library
MIT License
155 stars 47 forks source link

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

Open dansp89 opened 1 year ago

dansp89 commented 1 year ago

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 commented 1 year ago

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.