Skip to content

Commit

Permalink
v1.7 - Added RUNDLL and MSHTA Launchers
Browse files Browse the repository at this point in the history
Added 3 new LAUNCHER options:
RUNDLL
RUNDLL++
MSHTA++
  • Loading branch information
Daniel Bohannon authored Mar 3, 2017
1 parent e6b01ed commit 3619e16
Show file tree
Hide file tree
Showing 10 changed files with 156 additions and 84 deletions.
232 changes: 150 additions & 82 deletions Invoke-Obfuscation.ps1

Large diffs are not rendered by default.

Binary file modified Out-EncodedAsciiCommand.ps1
Binary file not shown.
Binary file modified Out-EncodedBXORCommand.ps1
Binary file not shown.
Binary file modified Out-EncodedBinaryCommand.ps1
Binary file not shown.
Binary file modified Out-EncodedHexCommand.ps1
Binary file not shown.
Binary file modified Out-EncodedOctalCommand.ps1
Binary file not shown.
Binary file modified Out-ObfuscatedStringCommand.ps1
Binary file not shown.
Binary file modified Out-PowerShellLauncher.ps1
Binary file not shown.
Binary file modified Out-SecureStringCommand.ps1
Binary file not shown.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Invoke-Obfuscation v1.6
Invoke-Obfuscation v1.7
===============

![Invoke-Obfuscation Screenshot](https://github.com/danielbohannon/danielbohannon.github.io/blob/master/Invoke-Obfuscation%20Screenshot.png)
Expand Down Expand Up @@ -139,4 +139,8 @@ ENCODING functions to add numerous command-line syntaxes for IEX.
encapsulate variables in ${} if they are already encapsulated (so ${${var}} won't
happen as this causes errors).
- Replaced Invoke-Obfuscation.psm1 with Invoke-Obfuscation.psd1 (thanks @Carlos_Perez).
- Fixed several TOKEN-level obfuscation bugs reported by @cobbr_io and @IISResetMe.
- Fixed several TOKEN-level obfuscation bugs reported by @cobbr_io and @IISResetMe.

v1.7 - 2017-03-03 nullcon (Goa, India):
- Added 3 new LAUNCHERs: RUNDLL, RUNDLL++ and MSHTA++
- Added additional ExecutionContext wildcard variable strings (E*t, *cut*t, etc.)

0 comments on commit 3619e16

Please sign in to comment.