how clean this captcha use imagemagick?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
diegomage
Posts: 205
Joined: 2017-03-08T10:12:28-07:00
Authentication code: 1151

how clean this captcha use imagemagick?

Post by diegomage »

I read this post for clean captcha using gimp , but I need know how I could do this using imagemagick
http://pwndizzle.blogspot.com/2014/07/b ... ptcha.html


Image

IM using this command but not work accurate

convert fbcap546.jpg -colorspace Gray -gaussian-blur 9.0 -level 0,25%,0,1 -depth 1 -paint 0.01 test.png


how I could use a method similar to this post


http://pwndizzle.blogspot.com/2014/07/b ... ptcha.html
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: how clean this captcha use imagemagick?

Post by fmw42 »

Helping to break captchas on this forum is not recommended as that may not be legal. Do you own the captcha or web site?
Post Reply