1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 16:39:03 +00:00

Fixes a typo in the script description

This commit is contained in:
nnposter
2016-10-20 01:15:24 +00:00
parent b89d814b19
commit 9d04aad062

View File

@@ -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',