How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
The main features of 0c34/govwa are: Hacking Playgrounds & Guides.
Projects with overlapping indexed features include: denji/golang-tls — This project provides a collection of practical implementations and code references for establishing secure network… komand/gosea. owasp/go-scp — Go-SCP is a secure coding guide and vulnerability prevention framework for the Go programming language. It serves as a… parsiya/hacking-with-go — Golang for Security Professionals. wickett/lambhack — A very vulnerable serverless application in AWS Lambda.
This project provides a collection of practical implementations and code references for establishing secure network communications using transport layer security protocols. It serves as a guide for developers to implement public key infrastructure and enforce encryption standards within client and server applications. The repository focuses on cryptographic certificate management, including the generation of public and private key pairs and the creation of self-signed certificates for local testing environments. It covers the configuration of secure web servers, offering methods to harden ser
Go-SCP is a secure coding guide and vulnerability prevention framework for the Go programming language. It serves as a technical manual for implementing defensive programming patterns and security benchmarks to prevent common software vulnerabilities. The project functions as a static security reference, mapping known software weaknesses to specific Go remediation patterns. It provides a curated repository of secure coding standards and vetted implementation practices specifically focused on web application security. The framework covers security auditing by comparing source code against est
Golang for Security Professionals