Burp Suite User Forum

Create new post

BurpEnt custom inner DB port

vv | Last updated: Nov 20, 2020 04:18PM UTC

Hi! We've purchased ent licences and already using software. We created wide spread install, including publications for outer (internet) agents to connect to grey LAN IP. But we cannot use default ports for connection and need to change the DB tcp port for agent from 9092 to another. I've found only setting for main server port in agent.config: "enterprise_server" : { "url" : "https://someip:newport" - this was changed to another port and works correctly (it has DNAT to proper 8072 port of the server). but how can I change 9092 default port for DB connection? Read carefully that this is INTERNET (WAN) agent knocking into LAN through publication service, 9092 can't be used. All LAN agents work correctly. Haven't found DB port property/pref. Thanks in advance.

Uthman, PortSwigger Agent | Last updated: Nov 23, 2020 11:11AM UTC

The port is hardcoded into the database service so there is no way to change the embedded database port, unfortunately. You could possibly reroute it to another port externally, then you should be able to change the JDBC URLs in the configs to use the new one. Alternatively, you can configure an external database: - https://portswigger.net/burp/documentation/enterprise/getting-started/setup-ext-db

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