Skip to content
New issue

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

bugged output? #1035

Open
marcelo321 opened this issue Aug 3, 2024 · 1 comment
Open

bugged output? #1035

marcelo321 opened this issue Aug 3, 2024 · 1 comment

Comments

@marcelo321
Copy link

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.

@mzpqnxow
Copy link
Contributor

mzpqnxow commented Aug 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants