I am currently trying to get subdomains for a given domain (example.com) by using a list of possible subdomain names. However the main issue is that amass does not seem to use the provided dictionary.
The subdomain api.example.com exists and my file test.txt contains only one line with the word 'api'. However when running the command below the subdomain is not listed:
Hello!
I am currently trying to get subdomains for a given domain (example.com) by using a list of possible subdomain names. However the main issue is that amass does not seem to use the provided dictionary.
The subdomain api.example.com exists and my file test.txt contains only one line with the word 'api'. However when running the command below the subdomain is not listed:
amass enum -ip -src -brute -w test.txt -o test_amass -d example.com
Am I misusing amass or is this a bug?
My amass version is v3.10.5.
Edit: Amass is returning some subdomains for example.com, none of them is from the wordlist.