nosurf

CSRF protector

Protects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input

CSRF protection middleware for Go.

GitHub

2k stars
40 watching
126 forks
Language: Go
last commit: 8 months ago
Linked from 4 awesome lists

csrfgomiddlewaresecurity

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
vapor-community/csrf Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions. 41
koajs/stateless-csrf Protects against Cross-Site Request Forgery (CSRF) attacks without relying on sessions. 16
gorilla/csrf A middleware library providing protection against malicious requests through the use of tokens. 1,053
fastify/csrf-protection Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify applications. 153
maxcountryman/flask-seasurf An extension that helps protect against cross-site request forgery attacks in web applications 190
slimphp/slim-csrf A middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests 338
koajs/csrf Provides CSRF protection in Koa applications 264
mozilla/django-session-csrf An alternative implementation of Django's CSRF protection that does not use cookies. 110
tinyhttp/malibu Middleware to help prevent cross-site request forgery attacks in web applications 124
teler-sh/teler-waf Protects Go web applications from common security threats and attacks by integrating intrusion detection functionality into an HTTP middleware. 355
0xinfection/xsrfprobe A toolkit designed to test and exploit Cross-Site Request Forgery vulnerabilities in websites. 1,108
pillarjs/understanding-csrf An explanation of how CSRF attacks work and how to mitigate them in web applications. 1,402
ah8r/csrf A tool to scan websites for Cross-Site Request Forgery (CSRF) vulnerabilities and provide protection in Burp Suite Pro. 19
asaafan/csurfer An extension that bypasses anti-CSRF tokens in web applications 18
corazawaf/coraza Protects web applications from common attacks by filtering incoming HTTP requests and blocking malicious traffic. 2,258