From 046c637bb16a7556c78ec4f8d329a658d785476e Mon Sep 17 00:00:00 2001 From: ron Date: Mon, 4 Jan 2010 17:00:40 +0000 Subject: [PATCH] Fixed a typo and a circular dependency in smb-check-vulns.nse. --- scripts/smb-check-vulns.nse | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/smb-check-vulns.nse b/scripts/smb-check-vulns.nse index 720a79efc..93dbbfa65 100644 --- a/scripts/smb-check-vulns.nse +++ b/scripts/smb-check-vulns.nse @@ -79,11 +79,11 @@ author = "Ron Bowes" copyright = "Ron Bowes" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"intrusive","exploit","dos","vuln"} --- run after all smb-* scripts (so if it DOES crash something, it doesn't till +-- run after all smb-* scripts (so if it DOES crash something, it doesn't kill -- other scans have had a chance to run) dependencies = { - "smb-brute", smb-enum-sessions", "smb-security-mode", - "smb-check-vulns", "smb-enum-shares", "smb-server-stats", + "smb-brute", "smb-enum-sessions", "smb-security-mode", + "smb-enum-shares", "smb-server-stats", "smb-enum-domains", "smb-enum-users", "smb-system-info", "smb-enum-groups", "smb-os-discovery", "smb-enum-processes", "smb-psexec",