The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Payload generator UUID

Cristiano | Last updated: Sep 27, 2018 11:19PM UTC

Is there an extension of the burp that create UUIDs on payloads?

PortSwigger Agent | Last updated: Sep 28, 2018 09:01AM UTC

I'm not aware of one, but it would be a fairly simple exercise to create one. Would you be looking for something that let you put a token like $UUID in a request, and replaced this with a random UUID?

Burp User | Last updated: Oct 01, 2018 09:55PM UTC

Exactly! I want to use this on the Intruder.

PortSwigger Agent | Last updated: Oct 02, 2018 09:24AM UTC

Ok. I've coded you a quick extension that does this: - https://github.com/pajswigger/uuid-payload-generator Be aware that it produces an unending list, so you're best using it with the pitchfork attack type.

Burp User | Last updated: Oct 02, 2018 03:29PM UTC

Thank you! This is awesome! How to do in uppercase?

PortSwigger Agent | Last updated: Oct 02, 2018 03:31PM UTC

Glad you like it! You can add a payload processing rule to "modify case" and "to upper case"

Burp User | Last updated: Dec 03, 2019 11:19AM UTC