Skip to content

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

License

Notifications You must be signed in to change notification settings

iasthc/hsuan-fuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
}

Paper

Bugs reported

Credits

About

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

Resources

License

Stars

Watchers

Forks

Languages