mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 06:56:38 +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,8 @@
|
|||
local comm = require "comm"
|
||||
local nmap = require "nmap"
|
||||
local shortport = require "shortport"
|
||||
local string = require "string"
|
||||
|
||||
description = [[
|
||||
Detects the Java Debug Wire Protocol. This protocol is used by Java programs
|
||||
to be debugged via the network. It should not be open to the public Internet,
|
||||
|
|
@ -16,8 +21,6 @@ categories = {"version"}
|
|||
-- PORT STATE SERVICE VERSION
|
||||
-- 9999/tcp open jdwp Java Debug Wire Protocol (Reference Implementation) version 1.6 1.6.0_17
|
||||
|
||||
require "comm"
|
||||
require "shortport"
|
||||
|
||||
portrule = function(host, port)
|
||||
-- JDWP will close the port if there is no valid handshake within 2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue