mirror of
https://github.com/S3N4T0R-0X0/APTs-Adversary-Simulation.git
synced 2026-08-04 09:41:40 +02:00
Update README.md
This commit is contained in:
@@ -41,17 +41,11 @@ Sub DownloadAndRun This is the download manager of the payload responsible for r
|
||||
|
||||
must put the download link for the payload file where CertificationKit.ini is the payload file. You must convert this link to HEX format just like we did with the file path.
|
||||
|
||||
1.Function DecodeHex
|
||||
Function DecodeHex Serves as the decoder ring for the entire operation. This clever obfuscation technique helps hide true intentions by keeping file paths and download URLs encrypted until the very moment they're needed.
|
||||
|
||||
Serves as the decoder ring for the entire operation. This clever obfuscation technique helps hide true intentions by keeping file paths and download URLs encrypted until the very moment they're needed.
|
||||
Sub ExecuteFile Is the execution engine that ensures the payload file runs on the system. It employs multiple methods to launch the file first using the Shell command with hidden window settings then falling back to Windows Script Host for redundancy. Both approaches run silently in the background leaving no visual indicators for the victim to notice.
|
||||
|
||||
2.Sub ExecuteFile
|
||||
|
||||
Is the execution engine that ensures the payload file runs on the system. It employs multiple methods to launch the file first using the Shell command with hidden window settings then falling back to Windows Script Host for redundancy. Both approaches run silently in the background leaving no visual indicators for the victim to notice.
|
||||
|
||||
3.Sub AutoOpen
|
||||
|
||||
It executes the code automatically when the document is opened
|
||||
Sub AutoOpen It executes the code automatically when the document is opened
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user