How to Install and Uninstall golang-github-gorilla-csrf-dev Package on Kali Linux

Last updated: July 06,2024

1. Install "golang-github-gorilla-csrf-dev" package

This guide let you learn how to install golang-github-gorilla-csrf-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-gorilla-csrf-dev

2. Uninstall "golang-github-gorilla-csrf-dev" package

This is a short guide on how to uninstall golang-github-gorilla-csrf-dev on Kali Linux:

$ sudo apt remove golang-github-gorilla-csrf-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-gorilla-csrf-dev package on Kali Linux

Package: golang-github-gorilla-csrf-dev
Source: golang-github-gorilla-csrf
Version: 1.7.2-1
Installed-Size: 118
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-gorilla-securecookie-dev (>= 1.1.2)
Size: 24672
SHA256: 02770ae2bb7f760c1671e37f39cd6452d04320fe2f18cf3fb19a0baf19b4995a
SHA1: 0df575fe2f0f3ab0f916064c045431c29c4ce1e9
MD5sum: e702799be3ef3a0e52c65fa47f0a2ab4
Description: Cross Site Request Forgery (CSRF) prevention middleware for Go
gorilla/csrf is a HTTP middleware library that provides cross-site request
forgery (CSRF) protection. It includes:
.
* The csrf.Protect middleware/handler provides CSRF protection on routes
attached to a router or a sub-router.
* A csrf.Token function that provides the token to pass into your response,
whether that be a HTML form or a JSON response body.
* ... and a csrf.TemplateField helper that you can pass into your
html/template templates to replace a {{ .csrfField }} template tag
with a hidden input field.
.
gorilla/csrf is designed to work with any Go web framework, including:
.
* The Gorilla toolkit
* Go's built-in net/http package
* Goji - see the tailored fork https://github.com/goji/csrf
* Gin
* Echo
* ... and any other router/framework that rallies around Go's http.Handler
interface.
.
gorilla/csrf is also compatible with middleware 'helper' libraries
like Alice and Negroni.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/gorilla/csrf
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-gorilla-csrf/golang-github-gorilla-csrf-dev_1.7.2-1_all.deb