owasp-amass / amass

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

How to set header info and limit my Amass scans to 5 requests per second? #858

Open mrbiggleswirth opened 2 years ago

mrbiggleswirth commented 2 years ago

Hi, A bug bounty client have stated in their rules of engagement for automation tools to set the header identifying who is running a certain scan. Also to limit the automation tools to 5 requests per second.

How can I set my header info in Amass when scanning target host? How can I limit my Amass scan to 5 requests per second?

guillaume-d commented 1 year ago

A custom (HTTP) header is discussed at #466 already.

mrbiggleswirth commented 1 year ago

@guillaume-d Thank you!