Packages Light Kali Package Store Extend the Environment

Explore modular packages built to extend Light Kali with customization, performance optimization, security controls, monitoring, and authorized technical workflows.

Package Ecosystem

Extend the WebOS

Light Kali packages add focused capabilities without turning the core environment into a monolithic system. Each package is designed around a specific purpose and workflow.

xfcelite FREE

Visual Customization

Customize the Light Kali workspace with themes, wallpapers, blur effects, visual preferences, and persistent appearance settings.

$ sudo apt update && sudo apt install xfcelite

Use the command from the Light Kali terminal.

Help

xfcelite provides visual customization for the Light Kali environment, including themes, wallpapers, blur effects, and appearance settings.

$ xfcelite help
More Information

xfcelite is designed to make the Light Kali workspace visually configurable while keeping the package independent from the core platform.

Explore the package ecosystem to discover other packages that extend Light Kali in different directions.

booster FREE

Performance Optimization

Monitor workload and optimize rendering, workers, caching, memory usage, browser capabilities, and runtime performance factors.

$ sudo apt update && sudo apt install booster

Use the command from the Light Kali terminal.

Help

booster focuses on runtime performance and can expose controls for rendering, worker usage, caching, memory, and resource optimization.

$ booster help
More Information

Booster is intended to improve the responsiveness of the WebOS experience by adapting optimization strategies to the capabilities of the browser.

Its role is focused on performance rather than changing the core Light Kali architecture.

kalisecurity SYSTEM

Security Controls

System package — kalisecurity is part of the core Light Kali security layer and cannot be installed or removed via apt. It is always present and provides package scanning, trust decisions, protection rules, and installation safeguards.

$ system package — always available

kalisecurity is part of the Light Kali core and does not require manual installation.

Help

kalisecurity provides security-oriented controls around package installation, trust decisions, and protection policies.

$ kalisecurity help
More Information

The package is part of the platform's built-in security layer and helps users make informed trust decisions before executing external packages.

sitescanner FREE

Web Analysis

A modular website analysis package designed for authorized inspection and security testing workflows.

$ sudo apt update && sudo apt install sitescanner

Use only against websites you are authorized to test.

Help

sitescanner is intended for controlled website analysis and authorized security assessment workflows.

$ sitescanner help
More Information

Use the package only where you have explicit authorization to inspect or test the target website.

attackkit FREE

Security Toolkit

A modular toolkit intended for controlled security workflows, lab environments, and authorized testing activities.

$ sudo apt update && sudo apt install attackkit

Use only in environments where testing is authorized.

Help

attackkit is intended for controlled environments, security labs, development testing, and authorized assessments.

$ attackkit help
More Information

Use security testing functionality responsibly and only against systems where you have permission to perform the requested activity.

monitor FREE

System Monitoring

Inspect selected runtime and environment information and keep track of important Light Kali workspace activity.

$ sudo apt update && sudo apt install monitor

Use the command from the Light Kali terminal.

Help

monitor provides monitoring-oriented functionality for inspecting selected environment and runtime information.

$ monitor help
More Information

The package is designed as a focused monitoring component that remains separate from the Light Kali core environment.

ipscan FREE

IP Intelligence

Defensive IP intelligence with normalized routing, registration, DNS, certificate, reputation, reachability, and attribution-safe reporting.

$ sudo apt update && sudo apt install ipscan

Use responsibly and only for legitimate investigative purposes.

Help

ipscan provides structured IP intelligence and attribution-safe reporting for defensive security analysis.

$ ipscan help
More Information

The package aggregates public routing, DNS, certificate, and reputation data to support defensive investigations and network intelligence workflows.

xsspectre FREE

XSS Detection

Advanced XSS scanner with AI-style vulnerability reporting, payload generation, detection, and precise assessment capabilities.

$ sudo apt update && sudo apt install xsspectre

Use only against applications you are authorized to test.

Help

xsspectre is designed for controlled XSS testing and vulnerability assessment in authorized security workflows.

$ xsspectre help
More Information

The package uses a curated payload set and context-aware detection to identify reflected, stored, and DOM-based XSS vectors.

Package FAQ

Working with Packages

Common package operations using the Light Kali package manager.

How do I install a package?

Use sudo apt update followed by sudo apt install and the package name. For example:

$ sudo apt update && sudo apt install xfcelite

For another package, replace xfcelite with its package name.

Note: kalisecurity is a system package and is always present — it cannot be installed or removed manually.

How do I update the package list?

Run sudo apt update to refresh the configured package information:

$ sudo apt update

This updates the package metadata available to the package manager.

How do I remove a package?

Use sudo apt remove followed by the package name:

$ sudo apt remove xfcelite

System packages such as kalisecurity cannot be removed.

How do I see installed packages?

Run sudo apt list to display packages currently installed in the environment:

$ sudo apt list
How do I inspect a package?

Use sudo apt inspect followed by the package name to view available package information:

$ sudo apt inspect xfcelite

Replace xfcelite with the package you want to inspect.