Skip to content

Burp Import Issues #1

@0x42424242

Description

@0x42424242

Hi,

When trying and import the standalone JAR downloaded from https://github.com/ikkisoft/ParrotNG/releases I receive the following error message;

java.lang.ClassNotFoundException: burp.BurpExtender
    at java.net.URLClassLoader$1.run(URLClassLoader.java:372)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:360)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:344)
    at burp.qub.a(Unknown Source)
    at burp.qub.<init>(Unknown Source)
    at burp.p8e.a(Unknown Source)
    at burp.syd.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:745)

In an attempt to rectify the issue I attempted to build it from the source. When trying to compile however I get the following error...

burp/BurpExtender.java:72: illegal start of type
                    List<IScanIssue> issues = new ArrayList<>(1);
                                                            ^
1 error

Any ideas? Help greatly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions