How to Install and Uninstall libplack-middleware-csrfblock-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libplack-middleware-csrfblock-perl" package

Here is a brief guide to show you how to install libplack-middleware-csrfblock-perl on Kali Linux

$ sudo apt update $ sudo apt install libplack-middleware-csrfblock-perl

2. Uninstall "libplack-middleware-csrfblock-perl" package

Please follow the steps below to uninstall libplack-middleware-csrfblock-perl on Kali Linux:

$ sudo apt remove libplack-middleware-csrfblock-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libplack-middleware-csrfblock-perl package on Kali Linux

Package: libplack-middleware-csrfblock-perl
Version: 0.10-3
Installed-Size: 30
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libhtml-parser-perl, libplack-middleware-session-perl, libplack-perl
Size: 10132
SHA256: 574ef2d8194b3cb2e5fab024a45c9b392ce3d999610c99fdf9ceab52c68acfbd
SHA1: 6a46c390edb1fac236439942d86ec59df33e9636
MD5sum: 8f94fe1736918706bdf365946cba70cb
Description: Plack middleware to block CSRF (cross-site request forgery)
Plack::Middleware::CSRFBlock helps blocking Cross-Site Request Forgeries,
and can be used without any modifications to your application, in
most cases.
.
When the application response Content-type header is "text/html" or
"application/xhtml+xml", this middleware inserts a hidden input tag
that contains a token string into all POST-forms found in the
response body.
.
For every POST requests, this middleware ensures that the input
parameters contain the correct token parameter. If not found, the
middleware throws an HTTP error 403 (Forbidden) and the forged
request does not even reach your application.
Description-md5:
Homepage: https://metacpan.org/release/Plack-Middleware-CSRFBlock
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libp/libplack-middleware-csrfblock-perl/libplack-middleware-csrfblock-perl_0.10-3_all.deb