Win-KeX Seamless Mode
Win-KeX in Seamless Mode (SL) will launch a Kali Linux panel on the screen top of the Windows desktop.
Applications started via the panel will share the desktop with Microsoft Windows applications.
Seamless mode removes the visual segregation between Linux and Window apps and offers a great platform to run a penetration test in Kali Linux and copy the results straight into a Windows app for the final report.
Win-KeX utilises VcXsrv Windows X Server to achieve seamless desktop integration.
Prerequisites
- VcXsrv requires Visual C++ Redistributable for Visual Studio 2015 (
vcredist140
)- It should be included in standard Windows installations but if you receive an error complaining that it is missing, just download and install it
- (Optional, but recommended) VcXsrv running directly on the host
- Setup VcXsrv
- Start -> Settings -> Update & Security -> Windows Security -> Open Windows Security Firewall & network projection -> Allow an app through the firewall -> Change settings -> Select both entries of “VcXsrv windows server” -> OK
- Add inbound firewall rules to project the X server
Usage
Start Session
- Start Win-KeX as normal user in seamless mode via:
kex --sl
When starting Win-KeX SL for the first time, ensure to select Public networks when asked for authorisation to allow traffic through the Windows Defender firewall
This will start Win-KeX in seamless mode:
The Kali panel is placed at the top of the screen and the Windows Start menu at the bottom.
Tip: The Kali panel might cover the title bar of maximised windows. To prevent it getting in the way you may prefer to set it to “Automatically hide” in the panel preferences.
Sound Support
- Win-KeX includes pulse audio support
- To start Win-KeX with sound support, add
--sound
or-s
, e.g.:kex --win --sound
- When starting Win-KeX with sounds support for the first time, ensure to select Public networks when asked for authorization to allow traffic through the Windows Defender firewall
Multiscreen Support
Win-KeX supports multiscreen setups.
Open “Panel Preference” to reduce the panel length, untick “Lock panel” and move the panel to the desired screen.
Stop Session
- To close Win-KeX SL, simply log out of the session via the “Logout” button in the panel.
- To optionally shutdown the Win-KeX SL server, type:
kex --sl --stop
Enjoy Win-KeX!
Updated on: 2023-Oct-29
Author:
Re4son