and appears to work just fine with Debian Testing's libraries. Kali is
built as a rolling release from Debian Testing, so it ought to stay
working most of the time. Perhaps some generous Debian maintainer could
arrange for the Kali winexe package to find a second home in Sid?
Until that happens, here's a recipe for using the Kali package in Testing:
To a standard Debian Testing installation, add
/etc/apt/sources.list.d/kali.list containing the following:
deb http://http.kali.org/kali kali-rolling main
Add /etc/apt/preferences.d/kali-rolling containing the following:
Package: kali-archive-keyring
Pin: release a=kali-rolling
Pin-priority: 500
Package: winexe
Pin: release a=kali-rolling
Pin-priority: 500
Package: *
Pin: release a=kali-rolling
Pin-Priority: -1
Then update and install:
cd /tmp
wget
http://repo.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2015.2_all.deb
su -
dpkg -i /tmp/kali-archive-keyring_2015.2_all.deb
apt update
apt install winexe
Having done that, I can now winexe to my Server 2012R2 boxes with
complete success.