Here are
309 public repositories
matching this topic...
Source code for Hacker101.com - a free online web and mobile security class.
Updated
Mar 19, 2022
SCSS
Learn ethical hacking.Learn about reconnaissance,windows/linux hacking,attacking web technologies,and pen testing wireless networks.Resources for learning malware analysis and reverse engineering.
渗透测试有关的POC、EXP、脚本、提权、小工具等---About penetration-testing python-script poc getshell csrf xss cms php-getshell domainmod-xss csrf-webshell cobub-razor cve rce sql sql-poc poc-exp bypass oa-getshell cve-cms
Updated
Mar 19, 2022
PowerShell
Updated
Jun 15, 2021
JavaScript
XSS'OR - Hack with JavaScript.
Updated
Dec 12, 2021
JavaScript
The Security CSRF (cross-site request forgery) component provides a class CsrfTokenManager for generating and validating CSRF tokens.
CSRF protection middleware for Go.
A Python based web application scanner to gather OSINT and fuzz for OWASP vulnerabilities on a target website.
Updated
Sep 27, 2021
Python
Top disclosed reports from HackerOne
Updated
Feb 20, 2022
Python
gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒
The Prime Cross Site Request Forgery (CSRF) Audit and Exploitation Toolkit.
Updated
Aug 15, 2021
Python
Blazy is a modern login bruteforcer which also tests for CSRF, Clickjacking, Cloudflare and WAF .
Updated
May 5, 2019
Python
Web & mobile client-side akka-http sessions, with optional JWT support
Updated
Jan 31, 2022
Scala
Updated
Feb 7, 2022
Python
Logic behind CSRF token creation and verification.
Updated
Feb 19, 2021
JavaScript
Mike North's Web Security Course
Updated
Feb 25, 2022
JavaScript
JAVA 漏洞靶场 (Vulnerability Environment For Java)
Updated
Jul 15, 2021
HTML
Java web and command line applications demonstrating various security topics
Simple CRUD with React and Spring Boot 2.0
Updated
Feb 28, 2022
JavaScript
CSRF Protector library: standalone library for CSRF mitigation
Tools for managing sessions, including session segments and read-once messages
Automatic CSRF protection for JavaScript apps using a Symfony API
In progress rough solutions to bWAPP / bee-box
Stateless Cross-Site Request Forgery (CSRF) protection with JWT
Updated
Nov 9, 2020
JavaScript
🐕 Fetch API with middlewares
Updated
Aug 18, 2020
JavaScript
Ring middleware to prevent CSRF attacks
Updated
Feb 2, 2020
Clojure
🌟 FastSitePHP 🌟 A Modern Open Source Framework for building High Performance Websites and API’s with PHP
The PHP pragmatic forms library
Improve this page
Add a description, image, and links to the
csrf
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
csrf
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Description📓
https://github.com/nextauthjs/next-auth/blob/7636de4a340380c50dea39be3854d9b7d69be62b/packages/next-auth/src/next/middleware.ts#L84
Middleware is calling
getToken
directly without providing anydecode
methods. BygetToken()
usesjwtDecrypt
fromjose
package, and it will probably throws error when the JWT is not signed in the same way. It will throw error when we p