Skip to content

Commit 0df9472

Browse files
author
katana
committed
Fix: use single backslash in description to pass ModuleDescriptionIndentation cop
1 parent 8a3a130 commit 0df9472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/exploits/windows/local/deskflow_ipc_lpe.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def initialize(info = {})
1818
'Name' => 'Deskflow Unauthenticated IPC Named Pipe Local Privilege Escalation',
1919
'Description' => %q{
2020
Deskflow daemon runs as SYSTEM and exposes a named pipe
21-
(\\.\pipe\deskflow-daemon) with WorldAccessOption enabled.
21+
(\.\pipe\deskflow-daemon) with WorldAccessOption enabled.
2222
Any local unprivileged user can connect and send privileged
2323
commands without authentication. By sending command=, elevate=yes,
2424
and start, an arbitrary executable is launched as NT AUTHORITY\SYSTEM.

0 commit comments

Comments
 (0)