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 c46c05f commit 2134cc3Copy full SHA for 2134cc3
modules/exploits/windows/misc/nvidia_mental_ray.rb
@@ -19,9 +19,8 @@ def initialize(info = {})
19
The Nvidia Mental Ray Satellite Service listens for control commands on port 7414.
20
When it receives the command to load a DLL (via an UNC path) it will try to
21
connect back to the host on port 7514. If a TCP connection is successful it will
22
- then attempt to load the DLL.
23
-
24
- Tested on Win7 x64 against v3.11.1
+ then attempt to load the DLL. This module has been tested successfully on Win7 x64
+ with Nvidia Mental Ray Satellite Service v3.11.1.
25
},
26
'License' => MSF_LICENSE,
27
'Author' =>
0 commit comments