- Applied Network Security
- Arthur Salmon Warun Levesque Michael McLafferty
- 185字
- 2021-07-02 23:30:58
Scan with a set of scripts
This command is useful when searching for multiple types of attack. Using multiple scripts will save time and allow for better efficiency while monitoring the network. You can also use the following command to scan for heartbleed attacks:
nmap -sV -p 443 --script=ssl-heartbleed 192.168.0.13/24
It is important to keep an updated database of current scripts. To update the Nmap script database, type the command nmap - -script-updatedb . The following screenshot demonstrates the screen you will see when you run this command:

Currently, Nmap has 471 NSE scripts installed. The scripts allow you to perform a wide range of network security testing and discovery functions. If you are serious about your network security, then you should take the time to get familiar with some of the Nmap scripts.
The option --script-help=$scriptname will show help for the inpidual scripts. To get a list of installed scripts, use the command locate nse | grep script.
You may have noticed the -sV service detection parameter. Usually, most NSE scripts will be more effective, and you will get better scans by using service detection.
- RESTful Java Web Services Security
- 計算機網絡安全技術(第6版·慕課版)
- Learning Veeam? Backup & Replication for VMware vSphere
- 網絡空間安全實驗
- ARM匯編與逆向工程:藍狐卷·基礎知識
- 可信計算3.0工程初步(第二版)
- 計算機網絡安全基礎(第5版)
- 數據安全領域指南
- 信息安全等級保護測評與整改指導手冊
- 情報驅動應急響應
- Mastering Linux Security and Hardening
- 信息內容安全管理及應用
- 從實踐中學習Nmap滲透測試
- Instant OSSEC Host-based Intrusion Detection System
- 黑客攻防從入門到精通:實戰篇(第2版)