├── LICENSE.txt ├── Program.cs ├── ProjectInstaller.Designer.cs ├── ProjectInstaller.cs ├── ProjectInstaller.resx ├── README.md ├── SimpleService.Designer.cs ├── SimpleService.cs ├── SimpleService.resx ├── SimpleWindowsService1.csproj ├── SimpleWindowsService1.csproj.user └── screenshots ├── Out Exploit Payload executes on windows.png ├── Unquoted service path vulnerability used to create a windows user.png ├── Using Powershell to find Un-Quoted Service path vulnerabilities.png ├── Windows Service That May Be vulnerable with an Un-quoted Service Path.png └── Windows Service with a Quoted Path.png /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/Program.cs -------------------------------------------------------------------------------- /ProjectInstaller.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/ProjectInstaller.Designer.cs -------------------------------------------------------------------------------- /ProjectInstaller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/ProjectInstaller.cs -------------------------------------------------------------------------------- /ProjectInstaller.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/ProjectInstaller.resx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/README.md -------------------------------------------------------------------------------- /SimpleService.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/SimpleService.Designer.cs -------------------------------------------------------------------------------- /SimpleService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/SimpleService.cs -------------------------------------------------------------------------------- /SimpleService.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/SimpleService.resx -------------------------------------------------------------------------------- /SimpleWindowsService1.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/SimpleWindowsService1.csproj -------------------------------------------------------------------------------- /SimpleWindowsService1.csproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/SimpleWindowsService1.csproj.user -------------------------------------------------------------------------------- /screenshots/Out Exploit Payload executes on windows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/screenshots/Out Exploit Payload executes on windows.png -------------------------------------------------------------------------------- /screenshots/Unquoted service path vulnerability used to create a windows user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/screenshots/Unquoted service path vulnerability used to create a windows user.png -------------------------------------------------------------------------------- /screenshots/Using Powershell to find Un-Quoted Service path vulnerabilities.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/screenshots/Using Powershell to find Un-Quoted Service path vulnerabilities.png -------------------------------------------------------------------------------- /screenshots/Windows Service That May Be vulnerable with an Un-quoted Service Path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/screenshots/Windows Service That May Be vulnerable with an Un-quoted Service Path.png -------------------------------------------------------------------------------- /screenshots/Windows Service with a Quoted Path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mattymcfatty/unquotedPoC/HEAD/screenshots/Windows Service with a Quoted Path.png --------------------------------------------------------------------------------