https://github.com/its-ashu-otf/Kali-Enhance
Add-Ons for Kali Linux
https://github.com/its-ashu-otf/Kali-Enhance
clipboard clipboard-manager flatpak kali kali-linux package-manager snapd tp-link wifi-driver
Last synced: 9 months ago
JSON representation
Add-Ons for Kali Linux
- Host: GitHub
- URL: https://github.com/its-ashu-otf/Kali-Enhance
- Owner: its-ashu-otf
- Created: 2024-03-23T18:40:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-27T15:33:54.000Z (about 1 year ago)
- Last Synced: 2025-04-27T16:29:16.693Z (about 1 year ago)
- Topics: clipboard, clipboard-manager, flatpak, kali, kali-linux, package-manager, snapd, tp-link, wifi-driver
- Language: Shell
- Homepage:
- Size: 72.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kali-Enhance โ๏ธ๐ ๏ธ
Kali-Enhance is a collection of scripts & add-ons designed to improve the functionality and usability of a Kali Linux system. These scripts automate the installation and configuration of essential tools and services, making your Kali Linux experience more efficient and user-friendly.
## Prerequisites
- Kali Linux
- sudo privileges
## Getting Started โก
To get started with Kali-Enhance, follow these instructions:
1. Clone the repository:
```bash
git clone https://github.com/yourusername/Kali-Enhance.git
cd Kali-Enhance
```
2. Run the scripts as needed:
```bash
bash .sh
```
## Scripts Overview ๐งท
### clipboard-manager.sh ๐
This script installs and configures a clipboard manager (Clipman) on Xfce. It aims to provide a clipboard manager similar to Windows. It performs the following tasks:
- Checks if Clipman is installed and installs it if necessary.
- Ensures Clipman is running.
- Configures Clipman to start on login.
- Sets up a keyboard shortcut (Super + V) for accessing Clipman history.
### additional-package-managers.sh โ
This script installs additional package managers (Flatpak and Snap) on Kali Linux. It performs the following tasks:
- Updates system repositories.
- Installs Flatpak and adds the Flathub repository.
- Installs Snapd and ensures its services are enabled and started.
- Adds Snapd and Flatpak directories to the system-wide environment variables.
### Install-Rustscan.sh
This script install rustscan automatically and does everything that is neccesary. It performs the following tasks:
- Uses wget to download rustscan latest release
- Then uses apt to install the file
### Fix stuttering audio in VM for Kali Linux.sh
This script fixes stuttering audio in Kali Linux running on VMware
- Makes neccassary configuration files to fix the issue and restart the services
### Wi-Fi Driver Installer for 8821au ๐
This script installs the Wi-Fi driver for the 8821au chipset on Kali Linux. It automates the process of checking for system updates, installing necessary dependencies, and cloning and running the driver installation script from a GitHub repository.
#### Features
- Checks for system package updates and prompts the user to update if available.
- Installs necessary dependencies for building and installing the driver.
- Clones the driver repository from GitHub.
- Runs the driver installation script with sudo privileges.
The Scripts are designed to enhance the functionality and usability of a Kali Linux system.