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

GAP install error #12

Closed nvica closed 1 year ago

nvica commented 1 year ago

Hello during the installation of GAP I receive the error. Any idea how I can do?

java -jar jython-standalone-2.7.3.jar -m pip install -r requirements.txt Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on -Dswing.aatext=true DEPRECATION: A future version of pip will drop support for Python 2.7. ERROR: Invalid requirement: "<!DOCTYPE html>"

xnl-h4ck3r commented 1 year ago

Hi @nvica . Are you running that command in the folder where the JAR file is, and have you got the requirements,txt file from the repo in that folder too?

nvica commented 1 year ago

yes Capture d’écran du 2023-03-03 14-53-18

xnl-h4ck3r commented 1 year ago

Hi. Can you check that requirements.txt in that folder is the one from the repo? It should just have the 3 library names and nothing else in it. I'm not sure why it's saying that line is in it

nvica commented 1 year ago

Sorry, it was a mistake on my part. Thank you for your help.

xnl-h4ck3r commented 1 year ago

No problem! Thanks for using GAP!