pathetiq / BurpSmartBuster

A Burp Suite content discovery plugin that add the smart into the Buster!
MIT License
383 stars 68 forks source link

Download from burp app store,but load the plugins error #17

Closed Neo01010 closed 7 years ago

Neo01010 commented 7 years ago

default

pathetiq commented 7 years ago

Hi,

Please output the error to a file and paste the whole error here. Also list if you have:

Thanks

Neo01010 commented 7 years ago

I Install this plugin from burp BApp store. Mine burp version is Pro v1.7.17 I'm pretty sure I installed jython 2. 7 successful Mine work OS is win 7 x64

This is the error messages. burperrorlog.txt

Neo01010 commented 7 years ago

default Another python plugin is normal。

Neo01010 commented 7 years ago

burperrorlog.txt

joeycold commented 7 years ago

i have the same issue. jython 2.7, install from the BApp store

pathetiq commented 7 years ago

Hi can you give the full error log too?

Still can't reproduce this bug, it seems to be link to a Java library in Jython on Windows that I don't control.

S3cur3Th1sSh1t commented 7 years ago

I think there are Missing Module Dependencies in the Python 2.7 Standalone Jar on Windows.

Error.txt

pathetiq commented 7 years ago

I recently had a similar error on windows.

Try downloading Jython 2.7.1 which is suppose to fix it: https://repo1.maven.org/maven2/org/python/jython-installer/2.7.1/jython-installer-2.7.1.jar

S3cur3Th1sSh1t commented 7 years ago

That didnt work for me. Same Error. And i cannot find a module named exceptions.

S3cur3Th1sSh1t commented 7 years ago

Issue solved for me, #23

tarrenj commented 6 years ago

Getting same error on Windows 10 with BurpSuitePro. Tested with jython 2.7.0 and 2.7.1, with both the standalone JAR and the JAR created when installing full jython. Resolved with ...\jython2.7.1\bin\pip.exe install bs4 nltk TextBlob requests tlk

Getting another issue now: https://github.com/pathetiq/BurpSmartBuster/issues/25