- Applied Network Security
- Arthur Salmon Warun Levesque Michael McLafferty
- 36字
- 2021-07-02 23:30:58
Scan using a specific NSE script
This command will search for a potential heartbleed attack. A heartbleed attack exploits a vulnerability that is found in older, unpatched versions of OpenSSL:
nmap -sV -p 443 -script=ssl-heartbleed.nse 192.168.1.1
