How to Install and Uninstall node-auth-header Package on Kali Linux

Last updated: May 18,2024

1. Install "node-auth-header" package

This guide covers the steps necessary to install node-auth-header on Kali Linux

$ sudo apt update $ sudo apt install node-auth-header

2. Uninstall "node-auth-header" package

Please follow the step by step instructions below to uninstall node-auth-header on Kali Linux:

$ sudo apt remove node-auth-header $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-auth-header package on Kali Linux

Package: node-auth-header
Source: jsbundle-web-interfaces (1.1.0+~cs15.1.20180823-3)
Version: 1.0.0~1.1.0+~cs15.1.20180823-3
Installed-Size: 76
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 20780
SHA256: 413ff02c33f74d489af1f3d30812f8b5cd051e2653b5a763ecd5f591bfc092b4
SHA1: 144dd96fad15bb1b295a43b3934eeaf23c260526
MD5sum: ced997f86cbb3d7d6996993a8980299c
Description: parse HTTP auth/authz headers - Node.js library
auth-header deals
with obscene HTTP "Authorization" and "WWW-Authenticate" headers.
.
The HTTP "Authorization" and "WWW-Authenticate" family of headers
are both pretty nightmareish;
there has been, up until recently, no wide consensus
about how they should be formatted
and so parsing them is lots of fun
if fun is pulling your hair out.
.
This library provides an implementation of RFC7235
which allows for the parsing
of many known existing authorization headers
(like Basic and Digest)
as well as any future ones which follow the standard.
Noteably, this library is less strict than it could be
to parse some of these legacy formats.
.
In addition to the format of the header itself being in flux,
WWW-Authenticate has its own nasty surprise:
sometimes multiple authentication prompts can appear in one header,
sometimes they can appear in multiple headers;
we _ONLY_ support the latter case
since trying to disambiguate
between a second prompt and parameters for the first
is just about impossible.
.
This package provides auth-header usable with Node.js -
an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Section: javascript
Priority: optional
Filename: pool/main/j/jsbundle-web-interfaces/node-auth-header_1.0.0~1.1.0+~cs15.1.20180823-3_all.deb