- 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.
推薦閱讀
- Citrix XenApp Performance Essentials
- Puppet實戰
- Linux內核完全注釋(20周年版·第2版)
- Mastering Distributed Tracing
- 深入Linux內核架構與底層原理(第2版)
- Linux系統安全基礎:二進制代碼安全性分析基礎與實踐
- 深入淺出Node.js
- 計算機應用基礎(Windows 7+Office 2016)
- Windows 8實戰從入門到精通(超值版)
- Hands-On GPU Programming with Python and CUDA
- 鴻蒙操作系統設計原理與架構
- Linux網絡操作系統項目教程(RHEL 7.4/CentOS 7.4)(第3版)(微課版)
- Linux 從入門到項目實踐(超值版)
- Docker容器技術與應用
- Linux系統管理初學者指南:基于CentOS 7.6