diff --git a/configs/generic-downloader-domain-evasion.json b/configs/generic-downloader-domain-evasion.json index 45f5acb..d206f8d 100644 --- a/configs/generic-downloader-domain-evasion.json +++ b/configs/generic-downloader-domain-evasion.json @@ -1,7 +1,7 @@ { "description": "Generic download exec payload including domain check", "comment": "File is saved at the following path %temp%\\PATH.", - "template": "../template/downloader.vba", + "template": "templates/generic-downloader-domain-evasion.vba", "varcount": 80, "encodingoffset": 4, "encodedvars": { @@ -10,4 +10,4 @@ "PATH": "malicious.exe" }, "payload": "cmd.exe /c " -} \ No newline at end of file +}