vulncheck-oss / go-exploit

A Go-based Exploit Framework
https://pkg.go.dev/github.com/vulncheck-oss/go-exploit
Apache License 2.0
304 stars 29 forks source link

Add Self-Documenting Params #247

Closed j-baines closed 1 month ago

j-baines commented 1 month ago

A good number of our exploits use exploit specific flags. These are impossible (nearly) to figure out programmatically. We should add a wrapper around flag creation so that --details can list them (and integrating program can know what the heck to pass the exploit).