amass icon indicating copy to clipboard operation
amass copied to clipboard

In-depth attack surface mapping and asset discovery

Results 208 amass issues
Sort by recently updated
recently updated
newest added

Failed to find the domains of interest in the database amass track -df test/wildcards2.txt -dir amass Failed to find the domains of interest in the database

The amass [guide](https://github.com/owasp-amass/amass/blob/master/doc/user_guide.md) references the removed db command I created a pull request to fix this https://github.com/owasp-amass/amass/pull/965

Removed db command reference as it's not present anymore inside amass. This should make 9fdfaf06763dbda4f7cd57c54fa513d891dd3d54 complete

Hello! I'm using the Amass within Docker and since the last update, the docker container doesn't stop anymore. When I stop it manually, amass returns as usual the summary about...

Hey folks! So I'm currently reviewing the logging within Amass to make it a little more explicit and verbose. My understanding is that we're currently logging via the "color" variables...

Hey @caffix, when running amass via the docker image I get an permission issue: `Failed to open the log file: open /.config/amass/amass.log: permission denied`. I've found #732 and confirmed it's...

From my amass.log file: ``` "20:55:34.041797 Sublist3rAPI: https://api.sublist3r.com/search.php?domain=somedomain.com: Get "https://api.sublist3r.com/search.php?domain=somedomain.com": dial tcp: lookup api.sublist3r.com on 172.26.128.1:53: no such host 20:55:34.041848 Sublist3rAPI: vertical request to service failed: Get "https://api.sublist3r.com/search.php?domain=somedomain.com": dial tcp:...

The `-src` flag was really useful, especially for integration with other tools. It seems like this feature was removed from the `enum` subcommand in latest releases, but was pertinent for...

This format works? ``` - name: FullHunt creds: account: apikey: null account2: apikey: null - name: GitHub ttl: 4320 creds: accountname: apikey: null accountname2: apikey: null ```