PortSwigger / replicator

Burp extension to help developers replicate findings from pen tests
70 stars 17 forks source link

Problem when compiling #7

Open landaboot opened 1 year ago

landaboot commented 1 year ago

Hi All,

After trying to compile it using gradle, I'm receiving the following:

Build file '/Users/redacted/tools/replicator/build.gradle' line: 11

A problem occurred evaluating root project 'replicator'.
> Could not find method compile() for arguments [net.portswigger.burp.extender:burp-extender-api:1.7.22] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

I've also tried to use the extension by installing it through BappStore, but for some reason, the menu is not showing up (Extensions>Replicator) to send the proper requests to it. PS: No errors were displayed while installing/loading.

Any ideas why this is happening ?

I'm using an updated version of Burp Community on Mac OS btw.

DolphFlynn commented 5 months ago

@landaboot I've raised #9 which should help with the compilation issues.

The issue with the context menu is probably due to the viewMode. If you try using the 'Replicator' menu in the menu bar to switch to 'Tester view' then the context menu entry should show up.