- Kali Linux:An Ethical Hacker's Cookbook(Second Edition)
- Himanshu Sharma
- 107字
- 2021-06-24 15:59:22
Using scripts
NSE, or the Nmap scripting engine, allows users to create their own scripts to perform different tasks automatically. These scripts are executed side by side when a scan is run. They can be used to perform more effective version detection, view the exploitation of a vulnerability, and so on.
The command for using a script is as follows:
nmap -sV host.com -script dns-brute
This command can be seen in the following screenshot:

The following screenshot shows the output for the preceding command:

Here, the dns-brute script tries to fetch the available subdomains by brute forcing it against a set of common subdomain names.
推薦閱讀
- Getting Started with oVirt 3.3
- 網絡操作系統:Windows Server 2003管理與應用
- Google系統架構解密:構建安全可靠的系統
- Ubuntu Linux操作系統
- 嵌入式Linux驅動程序和系統開發實例精講
- Java EE 8 Design Patterns and Best Practices
- Linux內核觀測技術BPF
- 云原生落地:產品、架構與商業模式
- 計算機系統的自主設計
- Linux基礎使用與案例
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- Learn OpenShift
- Mastering Sass
- openEuler操作系統核心技術與行業應用實踐
- Learning Joomla! 3 Extension Development(Third Edition)