Mario Vilas
Mario Vilas
Setting the environment variable works the same in Windows as in Linux. I haven't merged it because I want to keep all functionality working in all versions of Python.
I’m afraid so, Google does some heavy rate limiting with somewhat unclear rules. You can try either manually entering a captcha or just use another IP address when that happens.
There is nothing in this Python script to bypass the captcha, you'd have to do it manually from a browser. Also this does not use the official API at all...
There is, you can set the HTTP_PROXY and HTTPS_PROXY environment variables to define a proxy server. I also recommend to simulate a real user as much as possible, and not...
Something like this: ``` import os os.environ["HTTPS_PROXY"] = "http://localhost:8080" ``` Before doing the search should work. You can change the hostname and port number if your proxy is somewhere else.
@reisenmachtfreude That is a fair question! You can try using the multiprocessing module instead of threads, you'll get better performance too. There is one very good use case for threads...
Judging from the error it sounds like your shellcode string is wrong...
Looks more like a network problem to me. Not sure why the search1 variable is between parenthesis though.
Not sure if it's the same problem but I keep getting this assertion error, doesn't seem like a CDN problem... ``` Exception in thread Thread-3: Traceback (most recent call last):...
Also see: https://github.com/bl4de/dirscanner