xsrf
There are 31 repositories under xsrf topic.
0xInfection/XSRFProbe
The Prime Cross Site Request Forgery (CSRF) Audit and Exploitation Toolkit.
gorilla/csrf
Package gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒
s0md3v/Bolt
CSRF Scanner
fy0/fpage
Tornado project generator. Start a project with tornado, mako/jinjia2 and sqlalchemy/peewee in a minute.
dunglas/DunglasAngularCsrfBundle
Automatic CSRF protection for JavaScript apps using a Symfony API
Laragear/Poke
Keep your forms alive, avoid `TokenMismatchException` by gently poking your Laravel app.
msanvarov/php-security
🔐 basics on making php applications secure
dneustadt/DneustadtCsrfCookieBundle
Symfony bundle that provides Cross Site Request Forgery (CSRF or XSRF) protection for client-side applications
LeoniePhiline/axum-csrf-sync-pattern
A crate built on top of `axum-sessions`, implementing the CSRF Synchronizer Token Pattern
cluemediator/secure-auth-api-nodejs
Create secure authentication REST API in Node.js
cluemediator/secure-login-app-reactjs
Implement secure login application in React using REST API
atayahmet/react-axios-token-provider
React Axios Token Provider package is a make easy what repetitive processes.
42BV/redux-mad-authentication
A library which stores login credentials in Redux to allow a user to login to a Spring Boot application.
osya/ASPNetCoreAngular2Payments
ASP.NET Core MVC 2.0 & Angular 4 project for testing payments via Stripe & Braintree
Aryia-Behroziuan/Cross-site-request-forgery-CSRF-or-XSRF-
Cross-site request forgery is a common malicious exploit of websites. It occurs when unauthorised commands are transmitted from a user that a web application trusts. The user is usually logged into the website, so they have a higher level of privileges, allowing the hacker to transfer funds, obtain account information or gain access to sensitive information. There are many ways for hackers to transmit forged commands including hidden forms, AJAX, and image tags. The user is not aware that the command has been sent and the website believes that the command has come from an authenticated user. The main difference between an XSS and CSRF attack is that the user must be logged in and trusted by a website for a CSRF wesbite hacking attack to work. Website owners can prevent CSRF attacks by checking HTTP headers to verify where the request is coming from and check CSRF tokens in web forms. These checks will ensure that the request has come from a page inside the web application and not an external source.
ianwalter/express-csrf
Cross-Site Request Forgery (CSRF) middleware for Express
catb0t/anticsrf
super simple, single-file anti-cross-site request forgery (CSRF) module for server APIs
daggerok/spring-security-examples
This repository contains spring-security playgroung projects https://daggerok.github.io/spring-security-examples/
epomatti/csrf-attack
Cross-Site Request Forgery (CSRF) attack
jolmari/boilerplate-separated-aspnet-core-angular
Sample Angular-enabled ASP.NET Core application with separated backend and frontend structure
osya/ASPNetCoreAngular2YoExample
JWT-token registration app based on Angular 4 & ASP.NET Core 2.0
OWASP/www-project-csrfprotector
OWASP CSRFProtector Project Landing Page
rjtch/book-library
Sample Rest-full API with ui in angular generated using openapi and backend in golang.
trungx/csrf_demo
Đề tài thực tập CSRF 2017
aadarshkarumathil/Bumblr_pentest_report
Penetration testing report for BUMBLR (a webapp built using DVWA). Part of penetration testing clsswork
ap-t/chattr-blog
A simple blog web app with emphasis on web security
itanex/AntiForgeryMiddleware
Antiforgery Middleware to solve the problem of client based web applications
rvelhote/sniffr
A full web application that allows you to perform HTTP requests on demand.
vuro-framework/csrf-protector
[READ ONLY] Subtree split of the Vuro Csrf Protector component (see vuro-framework/vuro-framework)
arruw/fri-1819-isp-seminar
FRI - 2018/2019 - Information Security and Privacy - Mitigating Cross-Site Request Forgery Attacks
onodera-sf/AspNetCoreValidateAntiforgeryToken
ASP.NET Core でクロスサイトリクエストフォージェリ (XSRF/CSRF) 対策を行うサンプルです。