Burp Suite User Forum

Create new post

Burp Suite Intruder Payload Processing-

David | Last updated: May 01, 2019 07:51PM UTC

So I need to add a "\n" New-line character to my payload processing, I know i need to use "Add Suffix" but can't figure out how to add this special character. I've tried add suffix values: \n, %10, "\n", etc.. all get appended as literals Any one have ideas?

Rose, PortSwigger Agent | Last updated: May 02, 2019 10:59AM UTC

There seems to be a bit of a trick to adding invisible characters as in the Payload Processing. Navigate to the Payloads tab within the Intruder tab. You then need to click the "Add" button under the "Payload Processing" heading. Select "Add suffix" and input an encoded value of “\n” (e.g. URL encoded: %0a). Add a second payload processing step to decode that value (e.g. in our case, URL-decode). It should behave as a new line character.

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