GithubHelp home page GithubHelp logo

Resolver module issue about dnscan HOT 3 CLOSED

rbsec avatar rbsec commented on July 4, 2024
Resolver module issue

from dnscan.

Comments (3)

mmiss-dionach avatar mmiss-dionach commented on July 4, 2024 1

Hi, I installed the latest version of dnspython and it's working like a charm.

Thanks a lot for the quick fix! :)

from dnscan.

rbsec avatar rbsec commented on July 4, 2024

Hi,

The resolver.query() method that dnscan was previously using was deprecated in version 2.0 of dnspython, so I updated dnscan to use the newer resolver.resolve() method instead.

If you had the module installed through your package manager it would probably have worked, but if you were installing it through pip then the requirements.txt still had the old version, so that's probably what was causing it to fail.

If you pull the latest version and reinstall the requirements (pip install -r requirements.txt or install the python3-dnspython) package then it should work. If not, can you let me know what version of dnspython you have installed?

from dnscan.

amFarrouk avatar amFarrouk commented on July 4, 2024

switch import dns.resolver to from dns import resolver

from dnscan.

Related Issues (20)

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.