mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +00:00
Lua 5.2 upgrade [1] for NSE.
[1] http://seclists.org/nmap-dev/2012/q2/34
This commit is contained in:
parent
a839e69449
commit
000f6dc4d9
553 changed files with 13477 additions and 8870 deletions
|
|
@ -1,3 +1,7 @@
|
|||
local nmap = require "nmap"
|
||||
local shortport = require "shortport"
|
||||
local stdnse = require "stdnse"
|
||||
|
||||
description = [[
|
||||
Extends version detection to detect NetBuster, a honeypot service
|
||||
that mimes NetBus.
|
||||
|
|
@ -14,9 +18,6 @@ author = "Toni Ruottu"
|
|||
license = "Same as Nmap--See http://nmap.org/book/man-legal.html"
|
||||
categories = {"version"}
|
||||
|
||||
require("nmap")
|
||||
require("stdnse")
|
||||
require("shortport")
|
||||
|
||||
portrule = shortport.version_port_or_service ({}, "netbus", {"tcp"})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue