amass
amass copied to clipboard
In-depth attack surface mapping and asset discovery
I'm fuzzing about using of -org and -d Example: `amass intel -org -d owasp.org -active` Returns: ``` ASN: 44906 - COLTEA-AS B-dul I.C. Bratianu nr. 1-3 194.42.44.0/23 ASN: 396176 -...
After I installed amass with snapcraft (sudo snap install amass) on Ubuntu 22.04, the tool does not execute any subcommand like: "amass intel -d owasp.org -whois" or "amass enum -d...
fofa api now is fofa.info, amass also fofa.so. can change this in the next version?
From now we can support data sources that require PUT (or any other method) as the method for HTTP requests
using json output sometimes trigger a panic, issue seems to happen because a goroutine modify the output object while it is being encoded, adding a mutex solve the issue
Hello @caffix - Unit and benchmark tests added to `config/resolvers_test.go` to improve code coverage for methods in `config/resolvers.go` - Moved functionality of `AddResolvers` and `AddResolver` methods into `SetResolvers` - Moved...
I made a visual representation of amass subcommands for new users. I am also a new amass user. Therefore, the presentation may contain technical and logical mistakes. If you have...
Add "Active Cert" functionality on domain names for intel as suggested in issue #802 . Today with SNI (server name indication) a different TLS certificate can be sent by the...
SPF record (DNS `TXT`) of domain may contain IP addresses, that are not exposed as domains. Also, they may contain domain names, that are not exposed in other ways. SPF...