metasploit-framework/external/source/DLLHijackAuditKit/01_StartAudit.bat

7 lines
98 B
Batchfile

@set BASE=%~dp0
@cd %BASE%
@echo [*] Starting the audit...
@cscript /nologo audit.js
pause