How to Install and Uninstall haserl Package on Kali Linux

Last updated: January 11,2025

1. Install "haserl" package

Please follow the guidance below to install haserl on Kali Linux

$ sudo apt update $ sudo apt install haserl

2. Uninstall "haserl" package

In this section, we are going to explain the necessary steps to uninstall haserl on Kali Linux:

$ sudo apt remove haserl $ sudo apt autoclean && sudo apt autoremove

3. Information about the haserl package on Kali Linux

Package: haserl
Version: 0.9.36-2
Installed-Size: 82
Maintainer: Chow Loong Jin
Architecture: amd64
Depends: libc6 (>= 2.34), liblua5.2-0 (>= 5.2.4), debconf (>= 0.5) | debconf-2.0
Recommends: lua5.2
Size: 37464
SHA256: aa2a73dae97497891b39388f70ec10e7ad1afc0326b7a58f0dda7023412b2348
SHA1: f01c1f3181ff5cbdaf5f1e5ff221f60cd83fdf6d
MD5sum: 297f3c3f6fe2312a040019956a35f784
Description: CGI scripting program for embedded environments
Haserl is a CGI wrapper that allows PHP-style programming in Lua or a
POSIX-compliant shell. It is very small, so it can be used in embedded
environments, or where something like PHP is too big.
.
It combines three features into a small CGI engine:
* It parses POST and GET requests, placing form-elements into the
environment as name=value pairs for the CGI script to use. This is
somewhat similar to the uncgi wrapper.
* It opens a shell, and translates all text into printable statements.
All text within <% ... %> constructs is passed verbatim to the shell.
This is somewhat similar to how PHP scripts are parsed.
* It can be set up to drop its permissions to the owner of the script,
giving it some of the security features of suexec or cgiwrapper.
Description-md5:
Homepage: https://haserl.sourceforge.net/
Section: interpreters
Priority: optional
Filename: pool/main/h/haserl/haserl_0.9.36-2_amd64.deb