X
X
xylololo2016-09-10 18:14:49
JavaScript
xylololo, 2016-09-10 18:14:49

How to make a script that drives in data from the source code?

There is a site with a primitive captcha (4 digits, each of which has the same address like /images/captcha/ X .png from 0 to 9), what is the best way to make a script that would take X and insert it into the input field?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Aksentiev, 2016-09-10
@Sanasol

Get src images and parse until you get the desired result.

A
amorphine, 2016-09-10
@amorphine

what is the best way to make a script that would take X and insert it into the input field?

It's best to just do it :)
Use Phantomjs, write a script for it and let it pull captchas, log in, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question