| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
https://www.vulnsy.com/free-tools/burp-to-openapi
Burp2API converts your Burp Suite project into a JSON for usage with POSTMAN or SWAGGER editor.
There are currently two purposes for the creation of this tool:
This project is maintained by TurvSec
Here's what your JSON will look like in Swagger:
Here's what your JSON will look like in Postman:
Simply git clone and you're away:
git clone https://github.com/MrTurvey/Burp2API.git cd Burp2API python Burp2API <BurpXML>
With your BurpSuite project loaded:
Now you have a Burp Suite output, you can use Burp2API:
python Burp2API burp_output.xml
The output will be
You can view the JSON file with Swagger (link below) or you can import it into Postman using its import button.
The tool is fresh, there are probably a lot of things that need fixing.
| Back | FazBrowse Home | New Git URL |