Remove id variables from a couple of scripts.

This commit is contained in:
david 2009-01-26 05:56:49 +00:00
parent 70188aaf0d
commit 81886dc21d
2 changed files with 0 additions and 2 deletions

View file

@ -1,4 +1,3 @@
id = "MSRPC: Check vulnerabilities"
description = [[
Checks if a host is vulnerable to MS08-067, a Windows RPC vulnerability that
can allow remote code execution. This script is intended to check for more

View file

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