-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Burp complains about a missing "jwt library" #3
Comments
Hey @Os3r3um By default, Burp uses your Jython environment, which doesn't have If you go to your "Extender -> Options -> Python Environment" settings you can direct Burp to load modules from your non-Jython environment. I've attached a screenshot of my settings, but I use The easiest way to get this path this is to run Let me know if this works! |
@Os3r3um No problem, I'll try and replicate this issue in a clean environment and get back to you. |
Thanks for everything. I got it work now. :) |
I am getting following problem -> [WARNING] module 'rsa' not found. `Traceback (most recent call last):
` sudo pip install -r requirements.txt |
Hmm, can you show me what your "Folder for Loading Modules" path is in your "Python Environment" setting? |
Yes here it is ->
|
And this -> `python3 -c "import sys; print(sys.path);" |
@awesomeaakash can you show me what you have configured for Burp? |
Here it is |
Gotcha. Well that looks alright. And you have pyasn1 installed, correct? Also, just noticed that what you provided before is for your python 3 environment
Can you confirm these libraries are present in the python2.7 directory as well? |
But no pyjwt in python2.7 even used commmand |
Try |
Hi,
Thanks for your work. I got a try of this one and I get an error message while trying to load with burp:
The package is there as per below:
Any suggestions?
Regards
The text was updated successfully, but these errors were encountered: