xnl-h4ck3r / GAP-Burp-Extension

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

Error installing beautifulsoup4 #15

Closed hugo-syn closed 1 year ago

hugo-syn commented 1 year ago

Hello, I'm trying to install the extension with your commands but it fails on the install of beautifulsoup4:

$ java -jar jython.jar -m pip install --trusted-host pypi.python.org --trusted-host  pypi.org -r ./tools/GAP-Burp-Extension/requirements.txt
DEPRECATION: A future version of pip will drop support for Python 2.7.
Collecting beautifulsoup4 (from -r ./tools/GAP-Burp-Extension/requirements.txt (line 1))
  ERROR: Could not find a version that satisfies the requirement beautifulsoup4 (from -r ./tools/GAP-Burp-Extension/requirements.txt (line 1)) (from versions: none)
ERROR: No matching distribution found for beautifulsoup4 (from -r ./tools/GAP-Burp-Extension/requirements.txt (line 1))

I can load the plugin but it trigger an error:

WARNING: Could not import beauttifulsoup4 for word mode: No module named bs4
GAP - Version 2.9
by @xnl_h4ck3r

The full Help documentation can be found at https://github.com/xnl-h4ck3r/GAP-Burp-Extension/blob/main/GAP%20Help.md or from the Help icon on the GAP tab

If you ever see anything in the Errors tab, please raise an issue on Github so I can fix it!
Want to buy me a coffee?! - https://ko-fi.com/B0B3CZKR5

WARNING: Could not import html5lib for more accurate parsing of words by beatifulsoup4 library.

Have you seen this error before ? :)

xnl-h4ck3r commented 1 year ago

Hi @hugo-syn Sorry for the late reply. I haven't seen that issue before. Can you follow the Installation instructions exactly as shown on the README, and make sure you use the latest Jar version? Thanks Xnl

hugo-syn commented 1 year ago

Hi, I feel dumb I was using jython-2.7.2, It works with jython-2.7.3 sorry for bothering you, and thanks for this extension :)

xnl-h4ck3r commented 1 year ago

No problem at all! I'm glad you like it. There will be a new version soon with a number of improvements too