owasp-amass / amass

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

Some Dns cloudflare error #629

Open MR-pentestGuy opened 3 years ago

MR-pentestGuy commented 3 years ago

OWASP/Amass/datasrcs/cloudflare.go:85:33: cannot use req.Domain (type string) as type context.Context in argument to api.ListZones: string does not implement context.Context (missing Deadline method) OWASP/Amass/datasrcs/cloudflare.go:91:33: not enough arguments in call to api.DNSRecords have (string, cloudflare.DNSRecord) want (context.Context, string, cloudflare.DNSRecord)

When i tried to install with golang

caffix commented 3 years ago

It appears that you used the -u flag when you attempted to build Amass by source. Updating the dependencies can cause this to happen since we have not yet tested the latest versions