2

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 ?

Zain Ul Abidin
  • 2,467
  • 1
  • 17
  • 29
dusha
  • 21
  • 1
  • Hello, have you found a solution to this? – Luca Reccia Sep 23 '22 at 15:52
  • Unfortunately no :( but i found another way to do burp work. Try MINTMPROXY, this should solve the problem – dusha Sep 24 '22 at 21:46
  • I found it. I just had to set the in the Extension > Options tab the "Folder for loading modules" Anyway there's also another way, using burp helpers to create requests and submit them using the internal engine, completely avoiding using requests. – Luca Reccia Sep 25 '22 at 08:57
  • If you want some examples on how to do this, checkout the extension I'm writing https://github.com/DrRek/Burp-Auto-Fuzz Basically, i want to use this to quickly fuzz with some simple payloads in every endpoint to make sure there are no easily spotted vulnerabilities – Luca Reccia Sep 25 '22 at 09:05
  • did you find the solution to this? – cookie s Mar 15 '23 at 23:33

0 Answers0