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 6468eb5 commit 953bfe1Copy full SHA for 953bfe1
lib/msf/core/exploit/powershell.rb
@@ -147,7 +147,6 @@ def generate_psh_args(opts)
147
# @param ps_code [String] Powershell code
148
# @param payload_arch [String] The payload architecture 'x86'/'x86_64'
149
# @param encoded [Boolean] Indicates whether ps_code is encoded or not
150
- #ex
151
# @return [String] Wrapped powershell code
152
def run_hidden_psh(ps_code, payload_arch, encoded)
153
arg_opts = {
0 commit comments