Update archmigrate.rb

bug/bundler_fix
Carter 2017-05-23 14:40:42 -04:00 committed by GitHub
parent 5ee570bb9c
commit e945773576
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class MetasploitModule < Msf::Post
[
OptString.new('EXE', [true, 'The executable to start and migrate into', 'C:\windows\sysnative\svchost.exe']),
OptBool.new('FALLBACK', [ true, 'If the selected migration executable does not exist fallback to a sysnative file', true ]),
OptBool.new('IGNORE_SYSTEM', [true, 'Migrate even if you have SYSTEM privileges', true])
OptBool.new('IGNORE_SYSTEM', [true, 'Migrate even if you have SYSTEM privileges', false])
],
self.class
)