mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Minor description updates (and sometimes just text reformatting) for some of the 85 new scripts(!) since Nmap 6.01
This commit is contained in:
@@ -6,11 +6,11 @@ local string = require "string"
|
||||
local vulns = require "vulns"
|
||||
|
||||
description = [[
|
||||
Checks if rmiregistry allows class loading.
|
||||
Tests whether Java rmiregistry allows class loading. The default
|
||||
configuration of rmiregistry allows loading classes from remote URLs,
|
||||
which can lead to remote code execution. The vendor (Oracle/Sun)
|
||||
classifies this as a design feature.
|
||||
|
||||
The default configuration of rmiregistry allows loading classes from remote
|
||||
URLs which can lead to remote code execution. This is considered as "by
|
||||
design".
|
||||
|
||||
Based on original Metasploit module by mihi.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user