summitt / Nope-Proxy

TCP/UDP Non-HTTP Proxy Extension (NoPE) for Burp Suite.
1.54k stars 235 forks source link

Could not compile it #8

Closed 444kx closed 8 years ago

444kx commented 8 years ago

Hello,

the code is not compiling successful on maven / kali OS by default. I think the pom.xml is missing json simple and jython depedency.

Also if you want to add the extension to Burp, it needs to be in jar format right ? the Burpextender class has no void public main function. What am I missing here to compile it ?

Thanks

summitt commented 8 years ago

you need to go to the releases section to download the jar file. there is a link on the readme page. https://github.com/summitt/Burp-Non-HTTP-Extension/releases On Mon, Sep 19, 2016 at 7:51 AM 444kx notifications@github.com wrote:

Hello,

the code is not compiling successful on maven / kali OS by default. I think the pom.xml is missing json simple and jython depedency.

Also if you want to add the extension to Burp, it needs to be in jar format right ? the Burpextender class has no void public main function. What am I missing here to compile it ?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/summitt/Burp-Non-HTTP-Extension/issues/8, or mute the thread https://github.com/notifications/unsubscribe-auth/ACPDl_LLhJFIk6HttfAUYZBAWTLEOU2Rks5qroU8gaJpZM4KAcw8 .

444kx commented 8 years ago

omg thx xD

summitt commented 8 years ago

np ;)