nosurf
CSRF protector
Protects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input
CSRF protection middleware for Go.
2k stars
42 watching
126 forks
Language: Go
last commit: 11 months ago
Linked from 4 awesome lists
csrfgomiddlewaresecurity
Related projects:
Repository | Description | Stars |
---|---|---|
| Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions. | 41 |
| Protects against cross-site request forgery attacks by hashing and verifying user cookies on each request. | 16 |
| A middleware library providing protection against malicious requests through the use of tokens. | 1,062 |
| Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify servers. | 154 |
| An extension that helps protect against cross-site request forgery attacks in web applications | 190 |
| A middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests | 341 |
| Provides CSRF protection in Koa applications | 264 |
| An alternative implementation of Django's CSRF protection that does not use cookies. | 111 |
| Middleware to help prevent cross-site request forgery attacks in web applications | 124 |
| Protects Go web applications from common security threats and attacks by integrating intrusion detection functionality into an HTTP middleware. | 358 |
| A toolkit designed to test and exploit Cross-Site Request Forgery vulnerabilities in websites. | 1,116 |
| An explanation of how CSRF attacks work and how to mitigate them in web applications. | 1,402 |
| A tool to scan websites for Cross-Site Request Forgery (CSRF) vulnerabilities and provide protection in Burp Suite Pro. | 19 |
| An extension that bypasses anti-CSRF tokens in web applications | 18 |
| Protects web applications from common attacks by filtering incoming HTTP requests and blocking malicious traffic. | 2,319 |