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

Reroute Domain on Game Client

Richard | Last updated: Jun 01, 2018 08:45AM UTC

Hello, i’m working on a game called Marvel Contest of Champions, and i can intercept its proxy with Burp Suite and it gives me the different cloud servers that the data is stored on(mcoc-1800-fbaem.sparxcdn.net) and many others such as (kid-admin.sparxcdn.net) So i what i want to do is modify the game client to reroute the game to connect to a different server/domain(i want to log on the test server). How should i do this? Any help would be nice =)

PortSwigger Agent | Last updated: Jun 01, 2018 08:46AM UTC

Hi Richard, You could try using the Traffic Redirector extension that's in the BApp Store. However, Burp may not be the most appropriate tool for this, especially if there are non-HTTP protocols. You may want to set up a Linux box as a router, and use iptables to redirect traffic. There's some information here: - https://serverfault.com/questions/586486/how-to-do-the-port-forwarding-from-one-ip-to-another-ip-in-same-network

Burp User | Last updated: Aug 03, 2018 04:18PM UTC