csrf
Token protection middleware
A middleware library providing protection against malicious requests through the use of tokens.
Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒
1k stars
27 watching
154 forks
Language: Go
last commit: 9 months ago
Linked from 3 awesome lists
csrfcsrf-protectioncsrf-tokensgogolanggorillagorilla-web-toolkitmiddlewaresecurityxsrf
Related projects:
Repository | Description | Stars |
---|---|---|
justinas/nosurf | Protects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input | 1,594 |
gorilla/css | A utility for parsing and breaking down CSS3 code into smaller components | 87 |
gorilla/securecookie | Generates and verifies securely encoded cookie values using HMAC authentication and optional encryption. | 695 |
mozilla/django-session-csrf | An alternative implementation of Django's CSRF protection that does not use cookies. | 110 |
gorilla/pat | A simple HTTP router for Go. | 153 |
teler-sh/teler-waf | Protects Go web applications from common security threats and attacks by integrating intrusion detection functionality into an HTTP middleware. | 357 |
vapor-community/csrf | Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions. | 41 |
gorilla/feeds | A Go library that generates web feeds in Atom and RSS 2.0 formats from any application. | 744 |
0xinfection/xsrfprobe | A toolkit designed to test and exploit Cross-Site Request Forgery vulnerabilities in websites. | 1,109 |
asaafan/csurfer | An extension that bypasses anti-CSRF tokens in web applications | 18 |
slimphp/slim-csrf | A middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests | 338 |
pillarjs/understanding-csrf | An explanation of how CSRF attacks work and how to mitigate them in web applications. | 1,402 |
redcode-labs/coldfire | A comprehensive Golang library for developing malware and security infrastructure tools. | 934 |
0ang3el/easycsrf | An extension that automatically modifies certain HTTP requests to reveal potential CSRF vulnerabilities in web applications. | 159 |
tinyhttp/malibu | Middleware to help prevent cross-site request forgery attacks in web applications | 124 |