https://github.com/hausec/maliciousclickoncemsbuild
Basic C# Project that will take an MSBuild payload and run it with MSBuild via ClickOnce.
https://github.com/hausec/maliciousclickoncemsbuild
Last synced: about 1 year ago
JSON representation
Basic C# Project that will take an MSBuild payload and run it with MSBuild via ClickOnce.
- Host: GitHub
- URL: https://github.com/hausec/maliciousclickoncemsbuild
- Owner: hausec
- License: bsd-3-clause
- Created: 2020-10-24T14:28:54.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-24T14:35:28.000Z (over 5 years ago)
- Last Synced: 2025-07-11T11:54:15.024Z (about 1 year ago)
- Language: C#
- Size: 1.95 KB
- Stars: 92
- Watchers: 2
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MaliciousClickOnceMSBuild
Basic C# Project that will take an MSBuild payload and run it with MSBuild via ClickOnce.
## Usage
1. Create a new .NET Framework console project in Visual Studio
2. Import Program.cs from this repository
3. Add the MSBuild payload file to the project
4. Publish the project
### This project is not supported. Do not open issues or pull requests.