mirror of
https://github.com/nmap/nmap.git
synced 2025-12-07 21:21:31 +00:00
Reindent some scripts. Whitespace only.
https://secwiki.org/w/Nmap/Code_Standards
This commit is contained in:
@@ -7,7 +7,7 @@ local ike = require "ike"
|
||||
|
||||
description=[[
|
||||
|
||||
Obtains information (such as vendor and device type where available) from an IKE service by sending four packets to the host. This scripts tests with both Main and Aggressive Mode and sends multiple transforms per request.
|
||||
Obtains information (such as vendor and device type where available) from an IKE service by sending four packets to the host. This scripts tests with both Main and Aggressive Mode and sends multiple transforms per request.
|
||||
|
||||
]]
|
||||
|
||||
|
||||
@@ -80,8 +80,8 @@ 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 executeion.
|
||||
]],
|
||||
references = {
|
||||
'http://dev.metasploit.com/redmine/projects/framework/repository/entry/modules/exploits/multi/misc/java_rmi_server.rb',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user