UthmanPortSwigger / add-custom-headers

Extensions written in Python and Java that add a custom header to every request
4 stars 2 forks source link

Error building the extension on Bupr Enterprise #2

Closed ivanov21 closed 2 years ago

ivanov21 commented 2 years ago

Get this same error with burp enterprise

custom header error
UthmanPortSwigger commented 2 years ago

Hi,

That looks like a PowerShell syntax issue.

Try this:

./gradlew "-Dorg.gradle.java.home=C:\Program Files\burpsuite_enterprise\jres\11.0.13.8.1" fatJar

For CMD, you can use gradlew -Dorg.gradle.java.home="C:\Program Files\burpsuite_enterprise\jres\11.0.13.8.1" fatJar

Hope this helps! 😊

ivanov21 commented 2 years ago

It works, Thanks