Adem Rosic
Adem Rosic
Please check out the response I provided in issue #1000.
Failed to load the configuration file: error unmarshalling datasources YAML: yaml: unmarshal errors:
what does your configuration and datasources file look like? and what version of amass are you running?
When you are specifying your config on the command line, make sure to provide the **path for your configuration file**, **NOT the path for your data sources file**. _Example:_ ```...
> Hi, using the command you give amass enum -list -config /hom/path_to_config_file/config.yaml giving the error amass enum -list -config ~/.config/amass/config.yaml Failed to load the configuration file: failed to get absolute...
@Suryanshuraghav007 Please remove these pictures. The pictures reveal your API keys, which anyone could use. Which could harm your experience and potentially your wallet. I am speaking about the configuration...
You would have to download the example configuration file manually if you want to use that for reference. Here is one way to do it in Linux: ```bash wget https://raw.githubusercontent.com/owasp-amass/amass/master/examples/config.yaml...
If you are looking for just the subdomains after your enumerations, please refer to [oam-tools](https://github.com/owasp-amass/oam-tools). The specific tool to use is `oam_subs`. Install `oam_subs` by running: ```shell go install -v...
If you are looking for just the subdomains after your enumerations, please refer to [oam-tools](https://github.com/owasp-amass/oam-tools). The specific tool to use is `oam_subs`. Install `oam_subs` by running: ```shell go install -v...
What version are you running? That error usually occurs if your version of Amass is **not version 4.0 or above**.
Please refer to the [Configuration Users' Guide](https://github.com/owasp-amass/config/blob/master/docs/user_guide.md) for information about the configuration.