infosec-au / altdns

Generates permutations, alterations and mutations of subdomains and then resolves them
Apache License 2.0
2.26k stars 446 forks source link

altdns: command not found #32

Closed prakassec closed 3 years ago

prakassec commented 3 years ago

Hi,

After installing the tool, i cant able to run the process. It shows altdns command not found

Steps done:

  1. Install pip install py-altdns
  2. Clone the repository
  3. Run the command altdns -i domain.txt -o data_output -w words.txt -r -s results_output.txt

Following is the list of warnings shown during the step1.

Installing collected packages: dnspython, termcolor, idna, certifi, chardet, urllib3, requests, requests-file, tldextract, py-altdns The script chardetect is installed in '/home/bb/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. The script tldextract is installed in '/home/bb/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. The script altdns is installed in '/home/bb/.local/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed certifi-2020.6.20 chardet-3.0.4 dnspython-1.16.0 idna-2.10 py-altdns-1.0.0 requests-2.24.0 requests-file-1.5.1 termcolor-1.1.0 tldextract-2.2.3 urllib3-1.25.10