RevoltSecurities / Dnsbruter

Dnsbruter is a powerful tool designed to perform active subdomain enumeration and discovery. It uses DNS resolution to efficiently bruteforce and identify potential subdomains for a given target domain. With its multithreading capability, users can control the concurrency level to speed up the process.
Apache License 2.0
39 stars 5 forks source link

cant run the tool #2

Open mostafa-gamal22 opened 1 month ago

mostafa-gamal22 commented 1 month ago

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. dnsbruter 1.0.4 requires aiodns>=3.1.1, which is not installed.

mostafa-gamal22 commented 1 month ago

when i clone git and move to directory and make install nothing installed

RevoltSecurities commented 1 month ago

Hi @mostafa-gamal22 , Git clone is not the right way to install Dnsbruter , please use the below command that will install the tool.

pipx install git+https://github.com/RevoltSecurities/Dnsbruter.git 

Kind regards, @RevoltSecurities