Burp Suite User Forum

Create new post

Burp Suite Enterprise Custom 'user-agent' for scanning

Abhas | Last updated: Jan 13, 2020 05:44PM UTC

I am aware of the way to define custom user-agent in burp pro using 'Proxy -> Options -> Match and Replace feature'. Is there a way to define custom user-agent in Burp Suite Enterprise Agents for scanning? For example, I'd like to make this user agent "Mozilla/5.0 (BurpBot1.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36" So that, I know any traffic containing 'BurpBot1.0' string is scanning traffic and can exclude from monitoring. Thank you.

Burp User | Last updated: Jan 13, 2020 06:15PM UTC

Looks like Enterprise Edition 2020.1 came out today and it has the config feature that I have asked above. So, to answer my own question, you can find this in BurgerMenu > Scan Configurations > Configuration Name > Miscellaneous > User-Agent Additionally you can also configure this with the JSON file as: "crawler": { "customization": { "customize_user_agent": true, "user_agent": "Mozilla/5.0 (YourOwnCustomUserAgent) Chrome/79.0.3945.117 Safari/537.36", },

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.