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 fee0767 commit b65f410Copy full SHA for b65f410
modules/exploits/windows/scada/codesys_gateway_server_traversal.rb
@@ -19,8 +19,9 @@ def initialize(info = {})
19
super(update_info(info,
20
'Name' => 'SCADA 3S CoDeSys Gateway Server Directory Traversal',
21
'Description' => %q{
22
- This module exploits arbitrary file creation to execute a mof file
23
- gaining remote execution within the SCADA system
+ This module exploits a directory traversal vulnerability that allows arbitrary
+ file creation, which can be used to execute a mof file in order to gain remote
24
+ execution within the SCADA system.
25
},
26
'Author' =>
27
[
0 commit comments