Hello,
I'm trying to decipher captcha (saved as php image) with working code that I wrote using VB.NET,
the problem is that I want to save that captcha image to my drive for analysis instead of the screen captureing .
can somebody help me plz ?
How can I save a "php image" to to my hard drive ?
Started by elirand, Sep 04 2010 12:52 AM
3 replies to this topic
#1
Posted 04 September 2010 - 12:52 AM
|
|
|
#2
Posted 04 September 2010 - 01:00 AM
It all heavily depends on what CAPTCHA implementation you are referring to, there are endless variations.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 04 September 2010 - 01:12 AM
it's a very simple one ,
and its captcha saved like this:
<img src="http://www.blabla.com/image.php?t=42820;hash=2a0b3rG8" />
and its captcha saved like this:
<img src="http://www.blabla.com/image.php?t=42820;hash=2a0b3rG8" />
#4
Posted 04 September 2010 - 02:26 AM
I found the solution !! ٩(•̮̮̃•̃)۶
those "php images" files are actually a jpeg files (with headers), when you rename them to .jpg extansion they are perfectally works !!
Thank you anyway
those "php images" files are actually a jpeg files (with headers), when you rename them to .jpg extansion they are perfectally works !!
Thank you anyway


Sign In
Create Account

Back to top









