We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3a130 commit 0df9472Copy full SHA for 0df9472
1 file changed
modules/exploits/windows/local/deskflow_ipc_lpe.rb
@@ -18,7 +18,7 @@ def initialize(info = {})
18
'Name' => 'Deskflow Unauthenticated IPC Named Pipe Local Privilege Escalation',
19
'Description' => %q{
20
Deskflow daemon runs as SYSTEM and exposes a named pipe
21
- (\\.\pipe\deskflow-daemon) with WorldAccessOption enabled.
+ (\.\pipe\deskflow-daemon) with WorldAccessOption enabled.
22
Any local unprivileged user can connect and send privileged
23
commands without authentication. By sending command=, elevate=yes,
24
and start, an arbitrary executable is launched as NT AUTHORITY\SYSTEM.
0 commit comments