V3n0M-Scanner icon indicating copy to clipboard operation
V3n0M-Scanner copied to clipboard

Docker: No module named 'dns'

Open abnerrizzi opened this issue 3 years ago • 0 comments

On my very frst time trying to run this tool under docker I used the commands below:

$ docker run --rm -ti vittring/venom:devel

After start the containner I entered:

  • 4
  • google.com
  • 2

then I got the error below:

Traceback (most recent call last):
  File "/opt/scan/src/modules/dnsbrute.py", line 18, in <module>
    import dns.resolver
ModuleNotFoundError: No module named 'dns'

abnerrizzi avatar Jun 18 '22 11:06 abnerrizzi