APIFuzzer icon indicating copy to clipboard operation
APIFuzzer copied to clipboard

Fuzz test your application using your OpenAPI or Swagger API definition without coding

Results 12 APIFuzzer issues
Sort by recently updated
recently updated
newest added

This is more of an idea/solution proposition, I have explored it with a POC. Most of the time, openapi fuzzing will randomize data from the spec and end up making...

**Describe the bug** I am working with the Fuzzer and while it is working well for resources without path parameters, I experienced an exception if I include a path parameter...

bug

**Describe the bug** I have been been fuzzing for some hours and got a report telling me the following: ``` ``` According to this, the time was 0 seconds and...

enhancement

**Describe the bug** When loading APIFuzzer, receive an error related to "schemes" **APIFuzzer debug log** It's long, but here's a representative sample from the end: ``` 1 [ INFO] APIFuzzer.OpenAPITemplateGenerator...

bug

OpenAPI Specification v2 (Swagger) support data types for fields. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md Need to implement parsing swagger.json to a data model with according field types and perform mutations based on this...

enhancement

**Describe the bug** unable to install APIFuzzer, throws error **APIFuzzer debug log** Please provide the related APIFuzzer debug log Collecting APIFuzzer Using cached APIFuzzer-0.9.13-py3-none-any.whl (38 kB) Requirement already satisfied: kittyfuzzer==0.7.4...

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

**Describe the bug** Below error observed on execution. fuzzer_type: boolean fuzzer: RandomBitsField 94093 [ ERROR] APIFuzzer [fuzzer.py:47 - prepare ]: Exception: max_length(0) < 0 Traceback (most recent call last): File...

bug

When I add a header that contains a space character I get an error regarding JSON breaking the content after the space. usage: APIFuzzer [-h] [-s SRC_FILE] [--src_url SRC_URL] [-r...

I tried to install using `pip3 install APIFuzzer ` I get the following error: ``` Collecting APIFuzzer Downloading APIFuzzer-0.9.13-py3-none-any.whl.metadata (5.4 kB) Collecting kittyfuzzer==0.7.4 (from APIFuzzer) Downloading kittyfuzzer-0.7.4-py2.py3-none-any.whl.metadata (5.3 kB) Collecting...