Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 21 days ago
JSON representation

Basic C# Project that will take an MSBuild payload and run it with MSBuild via ClickOnce.

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.