Categorygithub.com/iasthc/hsuan-fuzz
module
1.0.2
Repository: https://github.com/iasthc/hsuan-fuzz.git
Documentation: pkg.go.dev

# README

Hsuan-Fuzz: REST API Fuzzing by Coverage Level Guided Blackbox Testing

Go Report Card Go Reference Release License

Architecture

Hsuan-Fuzz

Usage

package main

import (
    restAPI "github.com/iasthc/hsuan-fuzz/pkg/rest-api"
)

func main() {
    x, err := restAPI.New("OpenAPI.yaml", ".", true, true)
    if err != nil {
        panic(err)
    }
    x.Fuzz(true)
}

WIP ...

Credits

# Packages

No description provided by the author
No description provided by the author
No description provided by the author