mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fixes a typo in the script description
This commit is contained in:
parent
b89d814b19
commit
9d04aad062
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ action = function (host, port)
|
|||
title = "RMI registry default configuration remote code execution vulnerability",
|
||||
|
||||
description = [[
|
||||
Default configuration of RMI registry allows loading classes from remote URLs which can lead to remote code executeion.
|
||||
Default configuration of RMI registry allows loading classes from remote URLs which can lead to remote code execution.
|
||||
]],
|
||||
references = {
|
||||
'https://github.com/rapid7/metasploit-framework/blob/master/modules/exploits/multi/misc/java_rmi_server.rb',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue