Skip to content

Instantly share code, notes, and snippets.

@Danielg75
Danielg75 / smb.nse
Created May 26, 2017 07:31
CVE-2017-7494 nmap script
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"}