1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 15:39:03 +00:00

Switched bruteTelnet to the vulnerability category so it is not executed by default. Prompted by a bug report stating bruteTelnet failed on windows but switching is a good idea anyway as the script takes a long time to run.

This commit is contained in:
ejlbell
2008-03-15 21:09:29 +00:00
parent 7f0bbd3e3a
commit 7f58dc082c
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ id='bruteforce'
author = 'Eddie Bell <ejlbell@gmail.com>' author = 'Eddie Bell <ejlbell@gmail.com>'
description='brute force telnet login credientials' description='brute force telnet login credientials'
license = 'See nmaps COPYING for licence' license = 'See nmaps COPYING for licence'
categories = {'intrusive'} categories = {'vulnerability'}
require('shortport') require('shortport')
require('stdnse') require('stdnse')

View File

@@ -18,7 +18,7 @@ Entry{ category = "intrusive", filename = "SSHv1-support.nse" }
Entry{ category = "intrusive", filename = "SSLv2-support.nse" } Entry{ category = "intrusive", filename = "SSLv2-support.nse" }
Entry{ category = "safe", filename = "UPnP-info.nse" } Entry{ category = "safe", filename = "UPnP-info.nse" }
Entry{ category = "intrusive", filename = "anonFTP.nse" } Entry{ category = "intrusive", filename = "anonFTP.nse" }
Entry{ category = "intrusive", filename = "bruteTelnet.nse" } Entry{ category = "vulnerability", filename = "bruteTelnet.nse" }
Entry{ category = "demo", filename = "chargenTest.nse" } Entry{ category = "demo", filename = "chargenTest.nse" }
Entry{ category = "demo", filename = "daytimeTest.nse" } Entry{ category = "demo", filename = "daytimeTest.nse" }
Entry{ category = "intrusive", filename = "dns-test-open-recursion.nse" } Entry{ category = "intrusive", filename = "dns-test-open-recursion.nse" }