Hello,

I did a fresh install of Kali Linux 64 bit Light v2016.1, followed by an install of the metapackage kali-linux-all.

Code:
Linux kali 4.3.0-kali1-amd64 #1 SMP Debian 4.3.3-7kali1 (2016-01-21) x86_64 GNU/Linux
What I noticed is that some tools are not working properly e.g. ncrack and medusa.
Maybe others as well, but I didn't check them all.

1. If I start ncrack (0.4-alpha-1kali1) I see the following error:

Code:
ncrack: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
The error describes the problem very well because libssl.so.1.0.0 doesn't exit, the installed library is libssl.so.1.0.2

2. If I start medusa (2.2-0kali1) with the "-M ssh" option I get the following error:

Code:
IMPORTANT: Couldn't load "ssh" [/usr/lib/medusa/modules/ssh.mod: cannot open shared object file: No such file or directory]. Place the module in the medusa directory, set the MEDUSA_MODULE_NAME environment variable or run the configure script again using --with-default-mod-path=[path].
invokeModule failed - see previous errors for an explanation
The ssh.mod file is not in the modules directory and can't be found elsewhere on the machine.

The apt source looks like this:

Code:
root@kali:~# cat /etc/apt/sources.list
# 

# deb cdrom:[Debian GNU/Linux 2016.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160120-18:40]/ kali-rolling contrib main non-free

#deb cdrom:[Debian GNU/Linux 2016.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20160120-18:40]/ kali-rolling contrib main non-free

deb http://http.kali.org/kali kali-rolling main non-free contrib
# deb-src http://http.kali.org/kali kali-rolling main non-free contrib
It is the default one.
When I check/install updates I see the following address:

Code:
root@kali:~# apt-get update
Hit:1 http://ftp.hands.com/kali kali-rolling InRelease
Reading package lists... Done
I encountered the problem several times, so I believe it can be easily reproduced, if you have the time to install the metapackage.
Please let me know if you need more information.

Kind regards,
Fuzzer