1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00

Land #6496, specify scripting language - elastic search

This commit is contained in:
Louis Sato 2016-01-27 15:42:47 -06:00
commit f6f2e1403b
No known key found for this signature in database
GPG Key ID: 501290E4CECB7DF4

View File

@ -185,7 +185,8 @@ class Metasploit3 < Msf::Exploit::Remote
},
"script_fields" => {
"msf_result" => {
"script" => java
"script" => java,
"lang" => "groovy"
}
}
}