Oct 022015
 

You may have noticed that “wmis” is not working in 64bit versions of Kali, because it relies on 32bit libraries. The error message when you try to run it is like

/usr/bin/wmis: error while loading shared libraries: libpam.so.0: cannot open shared object file: No such file or directory

So this is how to fix it; add the 32bit repository, update your db, install the 32bit libraries and you’re ready to go:
dpkg --add-architecture i386
apt-get update
apt-get install libpam0g:i386  libpopt0:i386 libgnutls26:i386