owasp-amass / amass

In-depth attack surface mapping and asset discovery
https://owasp.org/www-project-amass/
Other
11.78k stars 1.86k forks source link

Excluding data sources not working #920

Open AnImpulsiveHuman opened 1 year ago

AnImpulsiveHuman commented 1 year ago

Hello team,

I wanted to exclude some API data sources. I used '-exclude' but it is getting ignored. Here is the command that I used - amass enum -passive -d example.com -src -exclude PulseDive

I also tried "pulsedive" and "Pulsedive" which didn't work either. It'll be helpful if you could look into this.

I tried the same by using a config file. Here's the config that I used:

mode = passive

[data_sources]
# When set, this time-to-live is the minimum value applied to all data source caching.
#minimum_ttl = 1440 ; One day

# Are there any data sources that should be disabled?
[data_sources.disabled]
data_source = HackerTarget
data_source = Pulsedive
data_source = DNSHistory

Cheers, Vishal

amkahal88 commented 1 year ago

the same is happening here using this command: amass enum -passive -d example.com -src -exclude AbuseIPDB amass still considering AbuseIPDB.