Skip to content

Commit 3def548

Browse files
fix: add back in option that was accidentally removed during merge conflict
1 parent 0983f79 commit 3def548

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nxc/protocols/smb/proto_args.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ def proto_args(parser, parents):
8282
posh_group.add_argument("--amsi-bypass", nargs=1, metavar="FILE", help="File with a custom AMSI bypass")
8383
posh_group.add_argument("--clear-obfscripts", action="store_true", help="Clear all cached obfuscated PowerShell scripts")
8484
posh_group.add_argument("--force-ps32", action="store_true", help="force PowerShell commands to run in a 32-bit process (may not apply to modules)")
85+
posh_group.add_argument("--no-encode", action="store_true", default=False, help="Do not encode the PowerShell command ran on target")
86+
8587

8688
return parser
8789

0 commit comments

Comments
 (0)