flask-seasurf
CSRF protector
An extension that helps protect against cross-site request forgery attacks in web applications
SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).
190 stars
8 watching
49 forks
Language: Python
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
justinas/nosurf | Protects against Cross-Site Request Forgery (CSRF) attacks in web applications by verifying user input | 1,589 |
slimphp/slim-csrf | A middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests | 338 |
vapor-community/csrf | Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions. | 41 |
fastify/csrf-protection | Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify applications. | 153 |
asaafan/csurfer | An extension that bypasses anti-CSRF tokens in web applications | 18 |
0ang3el/easycsrf | An extension that automatically modifies certain HTTP requests to reveal potential CSRF vulnerabilities in web applications. | 159 |
assetnote/surf | A tool that identifies and filters potential Server-Side Request Forgery (SSRF) vulnerabilities in cloud environments by probing external hosts. | 533 |
tinyhttp/malibu | Middleware to help prevent cross-site request forgery attacks in web applications | 124 |
ah8r/csrf | A tool to scan websites for Cross-Site Request Forgery (CSRF) vulnerabilities and provide protection in Burp Suite Pro. | 19 |
0xinfection/xsrfprobe | A toolkit designed to test and exploit Cross-Site Request Forgery vulnerabilities in websites. | 1,108 |
koajs/stateless-csrf | Protects against Cross-Site Request Forgery (CSRF) attacks without relying on sessions. | 16 |
mindpatch/lorsrf | A tool designed to identify parameters in web applications that can be exploited for SSRF or out-of-band resource load attacks. | 289 |
mozilla/django-session-csrf | An alternative implementation of Django's CSRF protection that does not use cookies. | 110 |
m0rtem/cloudfail | Reconnaissance tool that gathers information about a Cloudflare-protected target to discover its server location using misconfigured DNS and old database records. | 2,237 |
wntrblm/flask-talisman | An extension for Flask that sets security headers to protect against common web application vulnerabilities. | 71 |