Skip to content

Commit

Permalink
Declare correct SessionType - Fix rapid7#12587
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoles committed Nov 16, 2019
1 parent 6b58655 commit 9e37fb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/exploits/windows/local/persistence_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ def initialize(info = {})
'Author' => [ 'Green-m <greenm.xxoo[at]gmail.com>' ],
'Platform' => [ 'windows' ],
'Targets' => [['Windows', {}]],
'SessionTypes' => [ 'meterpreter', 'shell'],
'DefaultTarget' => 0,
'References' => [
'SessionTypes' => [ 'meterpreter' ],
'DefaultTarget' => 0,
'References' => [
[ 'URL', 'https://github.com/rapid7/metasploit-framework/blob/master/external/source/metsvc/src/metsvc.cpp' ]
],
'DisclosureDate'=> "Oct 20 2018"
Expand Down

0 comments on commit 9e37fb3

Please sign in to comment.