owasp-amass / amass

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

how do i load multiple api keys of same service? #956

Open sahadev0079 opened 11 months ago

sahadev0079 commented 11 months ago

This format works?

- name: FullHunt
    creds:
      account: 
        apikey: null
     account2:
       apikey: null
  - name: GitHub
    ttl: 4320
    creds:
      accountname: 
        apikey: null
     accountname2:
        apikey: null
The-Inceptions commented 11 months ago

We currently only use the first account provided in the configuration. Also, There are indentation issues in the YAML you provided. The indentation of the Github service would cause issues.