| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
wsdl2swagger2openapi is a Node.js tool designed to convert a WSDL file into an OpenAPI v3.0.x file. This is achieved by chaining two existing tools: soap-converter and swagger2openapi. The purpose of this tool is to facilitate the conversion from WSDL to OpenAPI v3.0.x, which can then be fed into Burp Suite's API scanner.
Clone the repository:
git clone https://github.com/xonoxitron/wsdl2swagger2openapi.git
cd wsdl2swagger2openapiInstall the dependencies:
npm installRun the tool with the following command:
node wsdl2openapi.js <wsdl_url> <output_file>This project is licensed under the MIT License. See the LICENSE file for details.
If you encounter any issues, please open an issue in this repository.
Feel free to customize the repository details, such as the repository URL and your username, in the documentation.
| Back | FazBrowse Home | New Git URL |