Skip to content

Commit 408d368

Browse files
committed
Land #566, guard token in ManageEngine install
2 parents 6da0bda + ab5dcdd commit 408d368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/installs/install_manageengine.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
powershell -Command "[System.Net.ServicePointManager]::ServerCertificateValidationCallback = {$true} ; [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (New-Object System.Net.WebClient).DownloadFile('https://metasploitable-binaries.s3.amazonaws.com/metasploitable3/ManageEngine_DesktopCentral.exe', 'C:\Windows\Temp\ManageEngine_DesktopCentral.exe')" <NUL
2-
start /WAIT C:\Windows\Temp\ManageEngine_DesktopCentral.exe /w /s /f1C:\Vagrant\resources\manageengine\setup.iss
2+
start /WAIT C:\Windows\Temp\ManageEngine_DesktopCentral.exe /w /s /f1"C:\Vagrant\resources\manageengine\setup.iss"
33
net stop "ManageEngine Desktop Central Server"
44
net stop "MEDC Server Component - Apache"
55
net stop "MEDC Server Component - Notification Server"

0 commit comments

Comments
 (0)