Skip to content

CSRF Bypass is a lightweight tool designed to handle CSRF tokens in forms and seamlessly send requests to target endpoints

License

Notifications You must be signed in to change notification settings

enindu/csrf-bypass

Repository files navigation

CSRF Bypass

CSRF Bypass is a lightweight tool designed to handle CSRF tokens in forms and seamlessly send requests to target endpoints. While conducting ethical web application forensics, I found that bypassing forms protected by CSRF tokens can be quite a hassle. I'm sure there are plenty of tools out there that handle CSRF token bypassing, but instead of searching for one, I decided to build my own. This tool does exactly what I need — nothing more, nothing less.

Install

You can install CSRF Bypass using go install command.

go install github.com/enindu/csrf-bypass@latest

Usage

You can run CSRF Bypass using the following syntax.

csrf-bypass [flags]

To display version message:

csrf-bypass -v

To display help message:

csrf-bypass -h

License

This software is licensed under the GNU General Public License v3.0. You can view the full license here.

About

CSRF Bypass is a lightweight tool designed to handle CSRF tokens in forms and seamlessly send requests to target endpoints

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages