發表文章

目前顯示的是 11月, 2017的文章

broadcast-novell-locate 說明

一般而言. 網路裡頭有一台Novell 主機, 超穩, 可是Novell NetWare Core Protocol (NCP) 這是在 IPX/SPX  協定,...比較少見難找 官方: https://nmap.org/nsedoc/scripts/broadcast-novell-locate.html 內文: local bin = require "bin" local ipOps = require "ipOps" local srvloc = require "srvloc" local stdnse = require "stdnse" local table = require "table" description = [[ Attempts to use the Service Location Protocol to discover Novell NetWare Core Protocol (NCP) servers. ]] --- -- --@output -- Pre-scan script results: -- | broadcast-novell-locate: -- |   Tree name: CQURE-LABTREE -- |   Server name: linux-l84t -- |   Addresses -- |_    192.168.56.33 -- -- -- Version 0.1 -- Created 04/26/2011 - v0.1 - created by Patrik Karlsson author = "Patrik Karlsson" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"broadcast", "safe"} prerule = function() return true end function action()