1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

Fixed a typo and a circular dependency in smb-check-vulns.nse.

This commit is contained in:
ron
2010-01-04 17:00:40 +00:00
parent 2b6adfa8a3
commit 046c637bb1

View File

@@ -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",