Update exploit ranking to reflect the fact that this is a CMD Injection vulnerability with no chance of crashing the host

This commit is contained in:
gwillcox-r7 2020-08-13 14:40:33 -05:00
parent 959689d5de
commit 3c70f37dbe
No known key found for this signature in database
GPG Key ID: D35E05C0F2B81E83
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
## ##
class MetasploitModule < Msf::Exploit::Remote class MetasploitModule < Msf::Exploit::Remote
Rank = GoodRanking Rank = ExcellentRanking
include Msf::Exploit::Remote::HttpClient include Msf::Exploit::Remote::HttpClient
include Msf::Exploit::CmdStager include Msf::Exploit::CmdStager