- Kali Linux:An Ethical Hacker's Cookbook
- Himanshu Sharma
- 91字
- 2021-07-08 09:41:21
Using scripts
The Nmap Scripting Engine (NSE) 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, exploitation of the vulnerability, and so on. The command for using a script is:
nmap -Pn -sV host.com --script dns-brute

The output of the preceding command is as follows:

Here the script dns-brute tries to fetch the available subdomains by brute forcing it against a set of common subdomain names.
推薦閱讀
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Learning ROS for Robotics Programming(Second Edition)
- ThinkPHP 5實戰
- Rust Cookbook
- PLC編程及應用實戰
- 學習正則表達式
- C語言程序設計
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- Python High Performance Programming
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- Python入門很輕松(微課超值版)
- FFmpeg開發實戰:從零基礎到短視頻上線
- 零基礎學Scratch 3.0編程
- Arduino電子設計實戰指南:零基礎篇
- Learning Concurrency in Python