Go Exploit

Overview

Go Exploit facilitates faster, more portable, and feature-rich exploit development.

Go Exploit is an exploit development framework for Go. The framework helps exploit developers create small, self-contained, portable, and consistent exploits. The framework was developed to simplify large scale scanning, exploitation, and integration with other tools.

How Can I Access Go Exploit?

Go Exploit is an open source project available on Github: https://github.com/vulncheck-oss/go-exploit

For API documentation, check out the package on Go: https://pkg.go.dev/github.com/vulncheck-oss/go-exploit.

Getting Started with Go Exploit

We've put together a guide on getting started with Go Exploit which is available on Github: https://github.com/vulncheck-oss/go-exploit/blob/main/docs/getting-started.md

How Can I Contribute to Go Exploit?

Community contributions in the form of issues and features are welcome and can be submitted on Github. When submitting issues, please ensure they include sufficient information to reproduce the problem. For new features, provide a reasonable use case, appropriate unit tests, and ensure compliance with our .golangci.yml without generating any complaints.