- 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.
推薦閱讀
- 潮流:UI設(shè)計(jì)必修課
- Access 數(shù)據(jù)庫應(yīng)用教程
- 樂高機(jī)器人設(shè)計(jì)技巧:EV3結(jié)構(gòu)設(shè)計(jì)與編程指導(dǎo)
- oreilly精品圖書:軟件開發(fā)者路線圖叢書(共8冊(cè))
- Flash CS6中文版應(yīng)用教程(第三版)
- Oracle BAM 11gR1 Handbook
- Magento 1.8 Development Cookbook
- Visual Basic學(xué)習(xí)手冊(cè)
- QTP自動(dòng)化測(cè)試進(jìn)階
- PHP+MySQL網(wǎng)站開發(fā)項(xiàng)目式教程
- Visual C++數(shù)字圖像處理技術(shù)詳解
- 大學(xué)計(jì)算機(jī)基礎(chǔ)實(shí)驗(yàn)指導(dǎo)
- Swift Playgrounds少兒趣編程
- AIRIOT物聯(lián)網(wǎng)平臺(tái)開發(fā)框架應(yīng)用與實(shí)戰(zhàn)
- Scala編程(第5版)