backorifice-brute.nse 說明
針對  the BackOrifice service 作密碼 暴力攻擊   the BackOrifice service說明:  https://en.wikipedia.org/wiki/Back_Orifice  原廠說明:  https://nmap.org/nsedoc/scripts/backorifice-brute.html   內文:  local bin = require "bin"  local bit = require "bit"  local brute = require "brute"  local creds = require "creds"  local nmap = require "nmap"  local shortport = require "shortport"  local stdnse = require "stdnse"  local string = require "string"  local table = require "table"   description = [[  Performs brute force password auditing against the BackOrifice service. The  <code>backorifice-brute.ports</code> script argument is mandatory (it specifies ports to run  the script against).  ]]   ---  -- @usage  -- nmap -sU --script backorifice-brute <host> --script-args backorifice-brute.ports=<ports>  --  -- @arg backorifice-brute.ports (mandatory) List of UDP ports to run the script against separat...
