Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Releases: Teebytes/TnT-Fuzzer

Release 2.0 with Python 3 support

22 Sep 20:50
Compare
Choose a tag to compare

Big major release, finally with Python 3 support!

Apart from several bugs fixed, other minor additions are:

  • Add support for HTTPS requests
  • Add column in log with cURL command of request (good for retriggering same request)
  • Add optional header command line argument, which allows setting of custom header for every request done by the fuzzer

First stable release

17 Oct 12:00
Compare
Choose a tag to compare

OpenAPI (swagger) fuzzer written in python. This fuzzer is like dynamite for your API!

TnT-Fuzzer is designed to make fuzzing, robustness testing and validation of REST APIs easy and maintainable. After a fuzzing run, the log files state the exact history of requests to reenact a crash or misuse. TnT-Fuzzer can be used for penetration testing or continued testing of a service in development.