Land #7449, unsuitable language fix
commit
ebf52759cc
|
@ -161,7 +161,7 @@ module Msf::Post::Common
|
||||||
# /bin/sh.
|
# /bin/sh.
|
||||||
#
|
#
|
||||||
# This problem was originally solved by using Shellwords.shellwords but
|
# This problem was originally solved by using Shellwords.shellwords but
|
||||||
# unfortunately, it is retarded. When a backslash occurs inside double
|
# unfortunately, it is unsuitable. When a backslash occurs inside double
|
||||||
# quotes (as is often the case with Windows commands) it inexplicably
|
# quotes (as is often the case with Windows commands) it inexplicably
|
||||||
# removes them. So. Shellwords is out.
|
# removes them. So. Shellwords is out.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue