EvilZone
Hacking and Security => Hacking and Security => : proskopos November 08, 2011, 09:52:02 PM
-
Hi all!
i would like to ask something...
I am trying to connect to a web page and download some data from it..
in fact i am connecting to the specific server and each time i change the url like..
www.pagetoact.com/page1 (http://www.pagetoact.com/page1)
www.pagetoact.com/page2 (http://www.pagetoact.com/page2)
www.pagetoact.com/page3 (http://www.pagetoact.com/page3)
after 10-15 connection (each 5 seconds after the previous one) i get a human verification request...
i tryed to connect to each url with a bigger delay (like 30 secs or 1 min), but i still take the verification request...
do you have any idea to bypass this? i cant automaticaly check the test because it is a cover of a book and it wants its author.. :\
-
can't help.
link is not working for me.
by the way if you want to download book then try on filestube.
may be you can get it there
-
can't help.
link is not working for me.
by the way if you want to download book then try on filestube.
may be you can get it there
link was an example...
to be precise i want to take tha tags from some books in librarything..
url example: http://www.librarything.com/work/419360 (http://www.librarything.com/work/419360)
-
How do you acces the page. with curl or wget?
I can't get a captcha question, but I'm at work.. so no tools around..
maybe some more info how you call the pages.
-
Do some research on how the site works, maybe it does work with rewrite, and the files are just laying around. good luck :)
-
The best (and probably the only idea) is to use a proxy.
Usually this kind of filters are set per IP, and not by session or cookies, which means that either you do not exceed the maximum connections or you need to download it from another IP (as many as you can get).
Or you can hack the website get root, disable the multi-connection Captcha and just use it away, or since you got root already, directly download the files.