amass
amass copied to clipboard
In-depth attack surface mapping and asset discovery
I noticed something strange while testing to adapt to the latest version of amass. `amass enum -d google.com -config $AMASS_CONFIG` and enter the new domain again, it will search for...
hi guys, just want to share a weird behavior I noticed Perhaps this is something you're not aware of yet, or perhaps it might be a won't fix. If you...
```┌──(root㉿kali)-[] └─# amass --version v4.1.0 ┌──(root㉿kali)-[~/] └─# amass enum -d att.com att.com (FQDN) --> mx_record --> mx0b-00191d01.pphosted.com (FQDN) att.com (FQDN) --> mx_record --> mx0a-00191d01.pphosted.com (FQDN) att.com (FQDN) --> ns_record -->...
It would be great if there was an option to perform DNS enum over HTTP / TLS (DoH / DoT) such as implemented in Firefox. This could be done by...
when i run ./amass intel -addr ip, I found the default configuration file loaded in the path ~/config/amass, Generate amass.log from it, The error is as follows: 07:04:06.742119 BinaryEdge: check...
Amass stores the IP's associated with FQDN's when it runs an enumeration. However, I'm not sure it's updating those IP's on subsequent enumerations. Example: One of my clients switched from...
Using the -nf flag, you can feed a list of FQDN's to amass that you discovered via other means. However, if the flag points to a non-existent or empty file,...
I'm reporting and providing workaround at the same time for this issue! For some reason "-r" flag no longer works properly when users set their DNS resolver IP address in...
It was really useful to know the source of discovered subdomains (with this I mean how the asset was discovered) in the previous version 3, I think it would be...
-config flag no longer accepts *.ini configurations files in v4.2.0. Example: amass enum -v -config config.ini -o amass-out.txt Failed to load the configuration file: error mapping configuration settings to internal...