mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-05 05:53:16 +03:00
4 lines
191 B
Plaintext
4 lines
191 B
Plaintext
Set WshShell = CreateObject("WScript.Shell")
|
|
|
|
WshShell.Exec("%windir%\system32\inetsrv\appcmd.exe install module /name:ModSecurityIIS /image:%windir%\system32\inetsrv\modsecurityiis.dll")
|