Install Wine On Kali Linux ›

sudo apt install winehq-devel # development version # or sudo apt install winehq-staging # staging with experimental patches Run Wine’s configuration wizard to set up the environment:

# Create a non-root user useradd -m wineuser su - wineuser winecfg Remove Wine and Related Packages sudo apt remove --purge wine wine32 wine64 winehq-stable sudo apt autoremove Remove Wine Prefixes rm -rf ~/.wine rm -rf ~/wine_* Remove WineHQ Repository (if added) sudo rm /etc/apt/sources.list.d/winehq-*.sources sudo apt update 10. Security Considerations on Kali Linux Using Wine on a penetration testing distribution requires caution: install wine on kali linux

| Risk | Mitigation | |------|-------------| | Windows malware can run | Scan .exe files with ClamAV before running | | Wine accesses Linux files | Restrict Wine to isolated prefix ( WINEPREFIX ) | | Network-aware Windows apps | Use firewall or run Wine inside Firejail | | Root usage amplifies risk | — create a standard user | sudo apt install winehq-devel # development version #

구독하기

이메일입력