For the ppl who got this Errormsg:
Try this fix:[*] Nmap: 'nmap: /opt/framework3/lib/libssl.so.0.9.8: no version information available (required by nmap)'[*] Nmap: 'nmap: /opt/framework3/lib/libcrypto.so.0.9.8: no version information available (required by nmap)'
Have a nice day...cd /opt/framework/lib
sudo mv libcrypto.so.0.9.8 libcrypto.so.0.9.8.bak
sudo mv libssl.so.0.9.8 libssl.so.0.9.8.bak
sudo ln -s / usr/lib/libcrypto.so.0.9.8. /
sudo ln -s / usr/lib/libssl.so.0.9.8. /
I get this one too BT5 R2 KDE 32, on Vmware 8, MSF 4.3. I'm thinking it's more to do with metasploit than BT5. I get the error only when I do db_status or show options. It will scan though.., and it works fine through armitage. For once with BT5 I'm perplexed why something works, instead of the other way around.