l0rda / go-exploit

A Go-based Exploit Framework

Home Page:https://pkg.go.dev/github.com/vulncheck-oss/go-exploit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-exploit: Go Exploit Framework

Go Go Report Card

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. For API documentation, check out the package on pkg.go.dev/github.com/vulncheck-oss/go-exploit.

Features

The framework includes the following features:

Examples

Contributing

Community contributions in the form of issues and features are welcome. 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.

Please also ensure that linting comes back clean, and all tests pass.

golangci-lint run --fix
go test ./...

License

go-exploit is licensed under the Apache License, Version 2.0. For more details, refer to the LICENSE file.

About

A Go-based Exploit Framework

https://pkg.go.dev/github.com/vulncheck-oss/go-exploit

License:Apache License 2.0


Languages

Language:Go 100.0%