为了快速得到某个段的shell临时简易的写了一个nmap脚本,主要功能是从bing获取同服务器站点。 View Code LUAlocal http = require "http" local nmap = require "nmap" local shortport = require "shortport" local stdnse = require "stdnse" local string = require "string" description = [[ reverse domain for ip ]] author = "b4dboy" license = "Same as Nmap--See http://nmap.org/book/man-legal.html" categories = {"default", "discovery", "safe"} portrule = [...]