This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local nmap = require "nmap" | |
local smb = require "smb" | |
local stdnse = require "stdnse" | |
local string = require "string" | |
local table = require "table" | |
author = "Igor Livshitz" | |
license = "Same as Nmap--See https://nmap.org/book/man-legal.html" | |
categories = {"default", "discovery", "safe"} | |
dependencies = {"smb-brute"} |