Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hausec/MaliciousClickOnceMSBuild
- Owner: hausec
- License: bsd-3-clause
- Created: 2020-10-24T14:28:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-24T14:35:28.000Z (about 4 years ago)
- Last Synced: 2024-11-20T13:51:50.701Z (22 days ago)
- Language: C#
- Size: 1.95 KB
- Stars: 90
- 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.