Giter VIP home page Giter VIP logo

Comments (4)

l50 avatar l50 commented on July 20, 2024

Hey Paul,

I was able to successfully (with the exception of two unit tests failing) build the jar and run it today using the following snippet:

mkdir -p build/libs

mkdir lib &&
    cd lib &&
    ln -s /Applications/Burp\ Suite\ Professional.app/Contents/java/app/burpsuite_pro.jar burpsuite_pro.jar &&
    cd -

./gradlew clean build

cd build/libs

java -jar burp-rest-api-1.0.0.jar

This was done on OSX running java 1.8.0_101. If you didn't create a lib folder and then copy (or symlink) the burpsuite pro jar into that folder, it won't build. I opted to alias the jar from where it sits normally as opposed to making an additional copy, so that can be a good option.

I've also gone through the pain of trying to build behind a proxy - no such luck. This will definitely cause issues for you.

Hopefully this helps.

from burp-rest-api.

PaulSec avatar PaulSec commented on July 20, 2024

Thanks, I will give this a shot this evening!

from burp-rest-api.

l50 avatar l50 commented on July 20, 2024

Were you able to get it working?

from burp-rest-api.

vkalal avatar vkalal commented on July 20, 2024

@PaulSec did it work for you?

from burp-rest-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.