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

i got error while running gap in burp #25

Closed jbmihoub closed 3 months ago

jbmihoub commented 12 months ago

The following error occurred when importing beauttifulsoup4: No module named bs4. i installed beauttifulsoup4 then try but same error how to solve ?

xnl-h4ck3r commented 11 months ago

Hi @JERRY123S You need to follow the instructions on https://github.com/xnl-h4ck3r/GAP-Burp-Extension#installation and install beautifulsoup4 using the latest jar file. The video https://www.youtube.com/watch?v=Os3bN0zUROA&lc=Ugw_XArE9DCZKnST-TB4AaABAg may also help when going through the installation part. Thanks Xnl

xnl-h4ck3r commented 11 months ago

Hi @JERRY123S, did you manage to resolve the problem?

jbmihoub commented 10 months ago

i installed beautifulsoup4 but got same error

xnl-h4ck3r commented 10 months ago

Hi @JERRY123S Is your Pythin environment setup something like this in Burp? image

jbmihoub commented 10 months ago

i installed in my windows via pip install beautifulsoup4 but got same error im using community version of burp

Screenshot 2023-10-21 230903
jbmihoub commented 10 months ago

i have setup everything fine but error

Screenshot 2023-10-21 231329
xnl-h4ck3r commented 10 months ago

Did you run java -jar jython.jar -m pip install -r requirements.txt in trhe C:\User\AMC\Downloads\jython-installer-2.7.3 directory for the requirements.txt in the repo? If you have already done that, can you try java -jar jython.jar -m pip install beautifulsoup4 in that directory and tell me if you have any errors?

jbmihoub commented 9 months ago

i have installed windows 11 and again install requirments and beautifulsoup4 but got same error WARNING: Could not import beauttifulsoup4 for word mode: No module named bs4

xnl-h4ck3r commented 9 months ago

i have installed windows 11 and again install requirments and beautifulsoup4 but got same error WARNING: Could not import beauttifulsoup4 for word mode: No module named bs4

Hi. Did you run java -jar jython.jar -m pip install -r requirements.txt in trhe C:\User\AMC\Downloads\jython-installer-2.7.3 directory for the requirements.txt in the repo thiugh? Or did you try java -jar jython.jar -m pip install beautifulsoup4 in that directory? If you just do pip install beautifulsoup4 as you mentioned before, this won't work. That just installs for your windows environement, but not for jython which is what Burp needs

xnl-h4ck3r commented 5 months ago

Hi @jbmihoub, did you get this problem sorted after my last comment? Let me know if you are still having a problem or not. Thanks

xnl-h4ck3r commented 4 months ago

Hi @jbmihoub, did you get this problem sorted after my last comment? Let me know if you are still having a problem or not. Thanks

xnl-h4ck3r commented 3 months ago

I am closing this issue now because I assume no reponse means it was resolved from previous comments. Thanks