v3n0m-Scanner / V3n0M-Scanner

Popular Pentesting scanner in Python3.6 for SQLi/XSS/LFI/RFI and other Vulns
GNU General Public License v3.0
1.44k stars 409 forks source link

Docker: No module named 'dns' #229

Closed abnerrizzi closed 1 year ago

abnerrizzi commented 2 years ago

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'
kattstof commented 1 year ago

should be fixed now , i made a pull request for @vittring's fork so i await his merge

vittring commented 1 year ago

Merged your changes. I also pushed a new tag: 'Yggdrasil' + 'devel' that both fix other issues within the container.