Skip to content

Commit

Permalink
fix: add back in option that was accidentally removed during merge co…
Browse files Browse the repository at this point in the history
…nflict
  • Loading branch information
Marshall-Hallenbeck committed May 24, 2024
1 parent 0983f79 commit 3def548
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nxc/protocols/smb/proto_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ def proto_args(parser, parents):
posh_group.add_argument("--amsi-bypass", nargs=1, metavar="FILE", help="File with a custom AMSI bypass")
posh_group.add_argument("--clear-obfscripts", action="store_true", help="Clear all cached obfuscated PowerShell scripts")
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)")
posh_group.add_argument("--no-encode", action="store_true", default=False, help="Do not encode the PowerShell command ran on target")


return parser

Expand Down

0 comments on commit 3def548

Please sign in to comment.