EasyCSRF

Request modifier

An extension that automatically modifies certain HTTP requests to reveal potential CSRF vulnerabilities in web applications.

GitHub

160 stars
7 watching
21 forks
Language: Python
last commit: almost 9 years ago

Related projects:

RepositoryDescriptionStars
usdag/cstcAn extension for Burp Suite that allows users to modify HTTP requests and responses using a graphical interface.223
tinyhttp/malibuMiddleware to help prevent cross-site request forgery attacks in web applications124
0xinfection/xsrfprobeA toolkit designed to test and exploit Cross-Site Request Forgery vulnerabilities in websites.1,116
slimphp/slim-csrfA middleware solution to protect against Cross-Site Request Forgery attacks in HTTP requests341
mozilla/django-session-csrfAn alternative implementation of Django's CSRF protection that does not use cookies.111
maxcountryman/flask-seasurfAn extension that helps protect against cross-site request forgery attacks in web applications190
asaafan/csurferAn extension that bypasses anti-CSRF tokens in web applications18
fastify/csrf-protectionProtects against Cross-Site Request Forgery (CSRF) attacks in Fastify servers.154
synfron/reshaperforburpAn extension for Burp Suite that allows users to configure rules to modify HTTP requests and responses based on predefined conditions.92
ah8r/csrfA tool to scan websites for Cross-Site Request Forgery (CSRF) vulnerabilities and provide protection in Burp Suite Pro.19
pillarjs/understanding-csrfAn explanation of how CSRF attacks work and how to mitigate them in web applications.1,402
raghavd3v/crlfsuiteA powerful tool for detecting and exploiting CRLF injection vulnerabilities in web applications563
pajswigger/add-request-to-macroAn extension for Burp Suite that adds functionality to macros by enabling the inclusion of HTTP requests7
damian89/extended-ssrf-searchAn SSRF scanner written in Python to identify potential vulnerabilities by scanning predefined settings in URLs and request headers.276
vapor-community/csrfProtects against cross-site request forgery attacks in web applications by adding authentication information to each request using sessions.41