EasyCSRF
Request modifier
An extension that automatically modifies certain HTTP requests to reveal potential CSRF vulnerabilities in web applications.
159 stars
7 watching
21 forks
Language: Python
last commit: almost 7 years ago Related projects:
Repository | Description | Stars |
---|---|---|
usdag/cstc | An extension for Burp Suite that allows users to modify HTTP requests and responses using a graphical interface. | 219 |
tinyhttp/malibu | Middleware to help prevent cross-site request forgery attacks in web applications | 124 |
0xinfection/xsrfprobe | A toolkit designed to test and exploit Cross-Site Request Forgery vulnerabilities in websites. | 1,109 |
slimphp/slim-csrf | A middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests | 338 |
mozilla/django-session-csrf | An alternative implementation of Django's CSRF protection that does not use cookies. | 110 |
maxcountryman/flask-seasurf | An extension that helps protect against cross-site request forgery attacks in web applications | 190 |
asaafan/csurfer | An extension that bypasses anti-CSRF tokens in web applications | 18 |
fastify/csrf-protection | Protects against Cross-Site Request Forgery (CSRF) attacks in Fastify applications. | 153 |
synfron/reshaperforburp | An extension for Burp Suite that allows users to configure rules to modify HTTP requests and responses based on predefined conditions. | 92 |
ah8r/csrf | A tool to scan websites for Cross-Site Request Forgery (CSRF) vulnerabilities and provide protection in Burp Suite Pro. | 19 |
pillarjs/understanding-csrf | An explanation of how CSRF attacks work and how to mitigate them in web applications. | 1,402 |
raghavd3v/crlfsuite | A powerful tool for detecting and exploiting CRLF injection vulnerabilities in web applications | 555 |
pajswigger/add-request-to-macro | An extension for Burp Suite that adds functionality to macros by enabling the inclusion of HTTP requests | 7 |
damian89/extended-ssrf-search | An SSRF scanner written in Python to identify potential vulnerabilities by scanning predefined settings in URLs and request headers. | 274 |
vapor-community/csrf | Protects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions. | 41 |