xnl-h4ck3r / GAP-Burp-Extension

Burp Extension to find potential endpoints, parameters, and generate a custom target wordlist
1.2k stars 131 forks source link

Could not import modules #10

Closed mzhrisec closed 1 year ago

mzhrisec commented 1 year ago

Hi Thank you for the great extension. When i install new version 2.2 i got this errors WARNING: Could not import beautifulsoup4 for word mode: No module named bs4 & 10 WARNING: Could not import html5lib for more accurate parsing of words by beatifulsc But extension works well.

Screenshot 2023-02-22 at 1 59 31 AM
fleazy commented 1 year ago

I had the same error. It was fixed by upgrading to jython 2.7.3 from 2.7.2 and following the install instructions from there.

xnl-h4ck3r commented 1 year ago

Hi @mzhrisec. Make sure you follow the instructions on the github README and you should be fine. If not though, let me know. Thanks

mzhrisec commented 1 year ago

Hi @xnl-h4ck3r it's works, Thanks