0

I once knew the name of python3 module that after importing when gave the name of request file saved by burpsuite, it automatically generated python3 requests headers. What is the module name?

Edit: I am not searching for bs4, instead i am searching for what sqlmap -r does. I want to implement functionality similar to sqlmap -r but it was a module rather than what sqlmap is doing, and it made a variable with all the HTTP header set such as cookie, host etc

Machine Yadav
  • 196
  • 3
  • 13

2 Answers2

0

if I understand your question, you are searching the module name that burp suite is using to display the text from the request. If it's that, bs4 (beautiful soup 4) could be the module.

MyTricker
  • 11
  • 3
0

Oh, I remembered now. The module is called burpee. https://github.com/xscorp/Burpee.

Machine Yadav
  • 196
  • 3
  • 13