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: 4 months 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-24T14:35:28.000Z (about 5 years ago)
- Last Synced: 2025-04-27T19:45:55.535Z (6 months ago)
- Language: C#
- Size: 1.95 KB
- Stars: 91
- Watchers: 3
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - hausec/MaliciousClickOnceMSBuild - Basic C# Project that will take an MSBuild payload and run it with MSBuild via ClickOnce. (C# #)
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.