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

Change part of a URL in a project

Burp User | Last updated: Mar 28, 2017 06:20PM UTC

Hi, We have extensively done browsing to record as most URLs as possible for a particular website, and tested that version, which resides in: www.mydomain.com/uat/application. Now we've moved the same website to another URL, and we access that through: www.mydomain.com/preprod/application. The website, hyperlinks, pages, and applications are the same, but they are placed in another address. How can I change the project URLs from the /uat to /preprod, preserving the same crawled URLs from the previous project? I tried editing that on notepad and replacing the /uat by /preprod, but the project got corrupted. Thanks, Carlos We are moving on in our application development process from a version called UAT to another one called PREPROD. That way,

Liam, PortSwigger Agent | Last updated: Mar 29, 2017 09:54AM UTC

Hi Carlos Thanks for your message. You can achieve this using Burp: 1. Use the Copy URLs in this host / branch in the site map. 2. Configure an intruder attack to an arbitrary page. 3. Past the list of URLs in to the Payload Options settings in the Intruder > Payloads tab. 4. Make the necessary changes using match and replace rules using the Payload Processing options. 5. Start the attack. 6. Select the URLs in the Attack window, bring up the context menu and click "Add to site map". Please let us know if you need any further assistance.

Liam, PortSwigger Agent | Last updated: Mar 30, 2017 03:19PM UTC

If you see entries in the alerts tab relating to authentication failures, then this indicates that platform authentication is required for some of the requests that the Scanner is making. - https://portswigger.net/burp/help/options_connections#platformauth It's possible that some of the URLs requested during host-level active scanning are just being blocked. I suggest you install the Custom Logger extension to monitor the requests that are getting authentication errors. Please let us know if you need any further assistance.

Burp User | Last updated: Mar 23, 2018 10:01AM UTC