OpenAPI driller/fuzzer
Author:
π guerinoni
Real discussions and feedbacks of OpenAPI driller/fuzzer
π Join the Discussion on Forums
App Description
Iβm building a tool that accept a spec open api and run multiple request using all combinations possible for every endpoint.
At the end it creates a report about how many calls went to 200 how many to 500 and the payload used for them.
There are some nice things like possibility to inject a token or headersβ¦Do you think I can build a Saas around it? Or good openapi spec are difficult to find and people will not use it a a testing tool
For example i caught some unexpected behaviour in my API with this tool
Wdyt
Project Overview
The OpenAPI driller/fuzzer is a developer tool designed to test APIs by running multiple requests using all possible combinations for every endpoint based on an OpenAPI specification. It generates a report detailing the outcomes of these requests, including success (200) and error (500) responses, along with the payloads used. The tool also supports the injection of tokens or headers for more comprehensive testing. The creator is exploring the potential to build a SaaS around this tool, questioning the availability of good OpenAPI specs and the tool’s appeal as a testing solution. The tool has already proven useful in identifying unexpected behaviors in APIs.
Features & Benefits
β
Comprehensive API testing
β
Detailed reporting
β
Support for token and header injection
β
Identifies unexpected API behaviors
Areas for Improvement
π Potential difficulty in finding good OpenAPI specs
π Uncertainty about the tool’s appeal as a testing solution