We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc4faa commit 3dec7f6Copy full SHA for 3dec7f6
modules/exploits/windows/local/nvidia_nvsvc.rb
@@ -92,8 +92,8 @@ def check
92
end
93
94
if sysinfo['Architecture'] =~ /WOW64/i
95
- # Unable to check the file in System32 (Need to add a DisableWOW64FSRedirection option to meterp!)
96
- return Exploit::CheckCode::Detected
+ path = svc['Command'].gsub('"','').strip
+ path.gsub!("system32","sysnative")
97
else
98
path = svc['Command'].gsub('"','').strip
99
0 commit comments