Giter Club home page Giter Club logo

Comments (3)

opsdisk avatar opsdisk commented on August 20, 2024

Hi @sbrun - Thank you for taking the time to submit this issue. The HTTP 429 is because Google rightfully thinks the script is a bot and is throttling the searches for your IP, so the exception looks correct.

From https://bugs.kali.org/view.php?id=7005

It SHOULD deal with the 429 gracefully and back off the request rate a bit."

So are you requesting backoff logic? I've played around with some, but it's hard to know how much time "for the server to get out of it's grumpy mood".

You're better off increasing the delay (through -e) at the cost of taking longer to run or running the script through a bank of proxies. Another one of my tools, pagodo, encounters the same issues and that's basically what I recommend:

https://github.com/opsdisk/pagodo/blob/master/pagodo.py#L144

As for the metadata extraction, this was my stance on it: https://github.com/opsdisk/metagoofil#metadata-extraction

from metagoofil.

sbrun avatar sbrun commented on August 20, 2024

Hi,
I don't know what is the best solution but I think it should not fail with a Python error. It looks like there is an error / bug in the script for the user and he is without any clue to solve it.
Maybe you can catch the error and add a comment as you have done in pagodo?

For the metadata extraction it's not an issue from my point of view as you clearly decide to not keep this feature in the tool.

from metagoofil.

opsdisk avatar opsdisk commented on August 20, 2024

Fixed in #22

from metagoofil.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.