Is it possible with Python ?

Captcha 1

Darwin [DIDIx13]
6 years ago

0

Hello everyone,

I’m ready to work on those captcha levels :D

Actually I’m trying to do the first one with Python in the console on Chrome.

Is it even possible in Python ? What did you use ?

I’m pretty lost :s

16replies
5voices
542views
SIGKILL [r4v463]
6 years ago

1

Of course it is possible in Python, lots of people has used that.

Darwin [DIDIx13]
6 years ago

0

Thanks,

But I don’t know if I can use the console on Chrome or I need to create a .py to run.

L00PeR
6 years ago

0

I’ve been trying for a long time with python too, but pytesseract doesn’t work as well as it should…
There must be another solution.

SIGKILL [r4v463]
6 years ago

0

You can’t write and execute a python script in the browser console, because the browser doesn’t interpret the Python. If you want to do that in the Chrome console, then you can use JavaScript

Darwin [DIDIx13]
6 years ago

0

Ok thank you,

I’m gonna work on it :p

L00PeR
6 years ago

0

LoL didn’t saw that last post, I was answering to the first one… xD
Of course you can’t execute python on the web console!!

But as @r4v463 said, JS could be a very good solution!!
It’s a sorrow that I don’t have good JS levels :(

Darwin [DIDIx13]
6 years ago

0

Me too, my JS isn’t huge a C knowledge unfortunaly :(

It tooks me weeks to do JS levels.

SIGKILL [r4v463]
6 years ago

1

You can make the level in C if you want :)

Darwin [DIDIx13]
6 years ago

0

Hm I will try in Python first, but yeah if I can’t find the way.

And maybe I will find a Python answer in solutions section.

SIGKILL [r4v463]
6 years ago

1

Yes, there are Python answer in the solution section ^^

testing935
6 years ago

0

Have a librairy for bypass captcha in python2.7 ?

SIGKILL [r4v463]
6 years ago

0

I think that if it exists, it can be found easily with Google ^^

L00PeR
6 years ago

0

yes it does, it’s called pytesseract, and isn’t able to read correctly the captcha

testing935
6 years ago

0

Thank you L00PeR

openCV.py x)

SIGKILL [r4v463]
6 years ago

0

I’m sure that you’ll be able to find other libraries on the Web, it all depends if you want to make your captcha solver or use one already existing.

Fresh_Prince
6 years ago

0

I did it with python and by looking at the pixels. It was an intense session in the library to begin with.

You must be logged in to reply to this discussion. Login
1 of 17

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss