A comprehensive curated collection of Golang-based security resources, tools, and frameworks for penetration testing and red teaming.
Golang安全资源合集
This repository serves as an educational and practical resource for security professionals, penetration testers, and red teamers looking to leverage Golang tools for exploitation, phishing, and red team operations. It aggregates a wide variety of Go-based security tools and libraries to facilitate learning and operational use in offensive security scenarios.
This repository is a meta-collection linking to numerous independent Golang security tools; users should review each tool's documentation for installation and operational guidance. Many tools require familiarity with Go programming and security concepts. Exercise caution and ensure legal authorization before using offensive security tools.
Clone the repository using: git clone https://github.com/AV1080p/Hacking-With-Golang.git
Navigate to individual tool directories for specific installation instructions
Most tools require Go environment setup; install Go from https://golang.org/doc/
Use 'go get' or 'go install' commands as specified in individual tool repos
Build tools using 'go build' if source code is provided
Refer to each tool's README for dependencies and usage details