How to Install and Uninstall libhtml-defang-perl Package on Kali Linux

Last updated: May 13,2024

1. Install "libhtml-defang-perl" package

In this section, we are going to explain the necessary steps to install libhtml-defang-perl on Kali Linux

$ sudo apt update $ sudo apt install libhtml-defang-perl

2. Uninstall "libhtml-defang-perl" package

This guide let you learn how to uninstall libhtml-defang-perl on Kali Linux:

$ sudo apt remove libhtml-defang-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhtml-defang-perl package on Kali Linux

Package: libhtml-defang-perl
Version: 1.07-2
Installed-Size: 101
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 33276
SHA256: 7ec431070f7a344ef2e9cfe3442f1fc3e71702cfe0a8ba57215a792c93eb9a91
SHA1: ac3109625875eddb3e47ea173c2fd71b433da5c6
MD5sum: 7cadddf482e83ef412fac81d863e5ee3
Description: cleans HTML and CSS of scripting, executable contents and XSS attacks
HTML::Defang accepts an input HTML and/or CSS string
and removes any executable code
including scripting, embedded objects, applets, etc.,
and neutralises any XSS attacks.
A whitelist based approach is used
which means only HTML known to be safe is allowed through.
.
HTML::Defang uses a custom html tag parser.
The parser has been designed and tested
to work with nasty real world html
and to try and emulate as close as possible
what browsers actually do with strange looking constructs.
The test suite has been built
based on examples from a range of sources
such as
and
to ensure that as many as possible XSS attack scenarios
have been dealt with.
Description-md5:
Homepage: https://metacpan.org/release/HTML-Defang
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libh/libhtml-defang-perl/libhtml-defang-perl_1.07-2_all.deb