Update README.md
This commit is contained in:
@@ -11,7 +11,7 @@ Description
|
||||
-----------
|
||||
This script creates an executable stager that downloads a selected powershell payload, loads it into memory and executes it using obfuscated EC methods. The script will also encrypt the stager for dynamic signatures and some additional obfuscation.
|
||||
|
||||
This enables the actual payload to be executed indirectly without the victim downloading it, only by executing the stager. The attacker can then for example implement sandbox evasion on the web server, hosting the payload, instead of in the stager itself.
|
||||
This enables the actual payload to be executed indirectly without the victim downloading it, only by executing the stager. The attacker can then for example implement evasion techniques on the web server, hosting the payload, instead of in the stager itself.
|
||||
|
||||
Additional methods allows the payload to be embedded into the 'stager' and temporarily stored encrypted on disk for memory injection.
|
||||
|
||||
@@ -40,4 +40,4 @@ Generate an embedded custom payload:
|
||||
powerstager -t win64 -o out.exe -p input.ps1
|
||||
|
||||
## DISCLAIMER:
|
||||
You shall not misuse this tool to gain unauthorized access. This tool should only be used to expand knowledge, and not for causing malicious or damaging attacks. Performing any attacks without written permission from the owner of the system is illegal.
|
||||
You shall not misuse this tool to gain unauthorized access. This tool should only be used to expand knowledge, and not for causing malicious or damaging attacks. Performing any attacks without written permission from the owner of the system is illegal.
|
||||
|
||||
Reference in New Issue
Block a user