Give bruteTelnet.nse a less generic name "Telnet brute force" instead of

"bruteforce".
This commit is contained in:
david 2008-11-03 16:03:17 +00:00
parent 651cb6e486
commit 4175c0a930

View file

@ -1,4 +1,4 @@
id = 'bruteforce'
id = 'Telnet brute force'
description = [[
Tries to get Telnet login credentials by guessing usernames and passwords.
]]