Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #50007
    hanshacker
    Participant

    Running knockpy on latest Kali version shows an Import Error: “No module dnspython”
    When running pip install dnspython, it says that it’s already installed and also, I see the module installed in dpkg.
    any advice would be appreciated.
    Hans

    #50025
    Diego PérezDiego Pérez
    Moderator

    Hi!
    The problem is that knockpy is a python2 script and it won’t work in python3, as you are using official kali release it defaults to python3. So you can try:
    python -m pip install dnspython

    The easiest solution would be to use the latest custom kali image provided by Zaid. It’s important! It has many tools more installed and will fix many issues present in original release. If you want to use any other kali version for your own work is ok.

    Thanks!
    Diego

    #50110
    hanshacker
    Participant

    Thank you

    #50123
    Diego PérezDiego Pérez
    Moderator

    You’re welcome!
    Greetings!
    Diego

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.