Reputation: 21
I am using burp suite extension to intercept https requests and responses and trying to import requests module to do so but when adding the extension, burp raises error
"ImportError: No module named requests"
, but the module is installing and running in cmd.
what should I do ?
Upvotes: 2
Views: 668