August 2018
Intermediate to advanced
404 pages
10h 22m
English
One of the tools we will use in this recipe, TestSSL, is not installed by default in Kali Linux but is available in its software repository. We need to configure our Kali VM to use a NAT network adapter to allow it internet access, and execute the following commands in a terminal:
# apt update# apt install testssl.sh
After installing TestSSL, change the network adapter back to host-only so you can communicate with the vulnerable virtual machine.
Read now
Unlock full access