We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am running `amass enum -d -passive" command, and sometimes I get outut like:
sub sub2 sub3
but sometimes the same command gives output like this:
events-test.asana.com (FQDN) --> a_record --> 18.67.65.7 (IPAddress) events-test.asana.com (FQDN) --> a_record --> 18.67.65.58 (IPAddress) events-test.asana.com (FQDN) --> a_record --> 18.67.65.60 (IPAddress)
any idea why? I just want to print subdomains only.
The text was updated successfully, but these errors were encountered:
Is this occurring on the same system or two different systems?
Just a guess, you may have a user or global configuration file on one system that is specifying the more verbose format
I don't recall the config file search path, but you check for the directory ~/config/amass as a start
You could also try something like this to see what files are being opened to help find it:
strace -e open -f /path/to/amass ... args 2>&1 | grep -Fv .so
Sorry, something went wrong.
Please use the Amass Docker Compose. All the tools are available in the compose environment
No branches or pull requests
I am running `amass enum -d -passive" command, and sometimes I get outut like:
but sometimes the same command gives output like this:
any idea why? I just want to print subdomains only.
The text was updated successfully, but these errors were encountered: