This file contains hidden or 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 ipOps = require "ipOps" | |
local nmap = require "nmap" | |
local packet = require "packet" | |
local stdnse = require "stdnse" | |
local string = require "string" | |
local target = require "target" | |
description = [[ | |
Discovers Sonicwall firewalls which are directly attached (not routed) using | |
the same method as the manufacturers own 'SetupTool'. An interface needs to be |