Kali Linux

Wslu : A Collection Of Utilities For Windows 10 Linux Subsystems

Wslu is a collection of utilities for Windows 10 Linux Subsystem, such as retrieving Windows 10 environment variables or creating your favorite Linux GUI application shortcuts on Windows 10 Desktop.

Requires Windows 10 Creators Update; Some of the feature requires a higher version of Windows 10; Supports WSL2.

Feature

wslusc

A WSL shortcut creator to create a shortcut on your Windows 10 Desktop.

wslsys

A WSL system information printer to print out system informations from Windows 10 or WSL.

wslfetch

A WSL screenshot information tool to print information in an elegant way.

wslvar

A WSL tool to help you get Windows system environment variables.

wslview

With alias wview/wslstart/wstart

A fake WSL browser that can help you open link in default Windows browser or open files on Windows.

wslupath

 Deprecated

A WSL tool to convert path styles.

wslact

A set of quick actions for WSL such as quickly mounting all drives or manually sync time between Windows and WSL.

Installation

Alpine Linux

You can install wslu on Alpine Linux 3.12+ with the following command:

sudo apk add wslu

Arch Linux

AUR version of wslu is pulled due to that it violated its policy.

Download the latest package from release and install using the command: sudo pacman -U *.zst

CentOS/RHEL/Oracle Linux

Add the repository for the corresponding Linux distribution:

CentOS 7

sudo yum-config-manager –add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_7/home:wslutilities.repo

CentOS 8

sudo dnf install -y epel-release
sudo dnf config-manager –set-enabled PowerTools
sudo yum-config-manager –add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_8/home:wslutilities.
repo

Oracle Linux 8

sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo subscription-manager repos –enable codeready-builder-for-rhel-8-$(/bin/arch)-rpms
sudo yum-config-manager –add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_8/home:wslutilities.repo

Debian

You can install wslu with the following command:

sudo apt install gnupg2 apt-transport-https
wget -O – https://pkg.wslutiliti.es/public.key | sudo tee -a /etc/apt/trusted.gpg.d/wslu.asc
echo “deb https://pkg.wslutiliti.es/debian buster main” | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install wslu

Fedora

sudo dnf copr enable wslutilities/wslu
sudo dnf install wslu

Kali Linux

You can install wslu with the following command:

sudo apt install gnupg2 apt-transport-https
wget -O – https://pkg.wslutiliti.es/public.key | sudo tee -a /etc/apt/trusted.gpg.d/wslu.asc
echo “deb https://pkg.wslutiliti.es/kali kali-rolling main” | sudo tee -a /etc/apt/sources.list
sudo apt update
sudo apt install wslu

Ubuntu

Attention!

For Ubuntu version, you should not only report bug here but also report bug at Launchpad.

Preinstalled in the latest apps. On older installations of Ubuntu please install ubuntu-wsl that depends on wslu:

sudo apt update
sudo apt install ubuntu-wsl

SUSE Linux Enperprise Server

You can install wslu with the following command:

SLESCUR_VERSION=”$(grep VERSION= /etc/os-release | sed -e s/VERSION=//g -e s/\”//g -e s/-//g)” sudo zypper addrepo https://download.opensuse.org/repositories/home:/wslutilities/SLE$SLESCUR_VERSION/home:wslutilities.repo
sudo zypper addrepo https://download.opensuse.org/repositories/graphics/SLE_12_SP3_Backports/graphics.repo
sudo zypper up
sudo zypper in wslu

R K

Recent Posts

Shadow-rs : Harnessing Rust’s Power For Kernel-Level Security Research

shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…

1 week ago

ExecutePeFromPngViaLNK – Advanced Execution Of Embedded PE Files via PNG And LNK

Extract and execute a PE embedded within a PNG file using an LNK file. The…

2 weeks ago

Red Team Certification – A Comprehensive Guide To Advancing In Cybersecurity Operations

Embark on the journey of becoming a certified Red Team professional with our definitive guide.…

3 weeks ago

CVE-2024-5836 / CVE-2024-6778 : Chromium Sandbox Escape via Extension Exploits

This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…

3 weeks ago

Rust BOFs – Unlocking New Potentials In Cobalt Strike

This took me like 4 days (+2 days for an update), but I got it…

3 weeks ago

MaLDAPtive – Pioneering LDAP SearchFilter Parsing And Security Framework

MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…

3 weeks ago