├── ClickOnceGenerator.py ├── LICENSE.md ├── README.md ├── config-report.json ├── config.json └── template ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── Program-downloadexec.cs ├── Program-ps.cs ├── Program-report.cs └── Program.cs /ClickOnceGenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/MaliciousClickOnceGenerator/HEAD/ClickOnceGenerator.py -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/MaliciousClickOnceGenerator/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/MaliciousClickOnceGenerator/HEAD/README.md -------------------------------------------------------------------------------- /config-report.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/MaliciousClickOnceGenerator/HEAD/config-report.json -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/MaliciousClickOnceGenerator/HEAD/config.json -------------------------------------------------------------------------------- /template/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/MaliciousClickOnceGenerator/HEAD/template/Form1.Designer.cs -------------------------------------------------------------------------------- /template/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/MaliciousClickOnceGenerator/HEAD/template/Form1.cs -------------------------------------------------------------------------------- /template/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/MaliciousClickOnceGenerator/HEAD/template/Form1.resx -------------------------------------------------------------------------------- /template/Program-downloadexec.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/MaliciousClickOnceGenerator/HEAD/template/Program-downloadexec.cs -------------------------------------------------------------------------------- /template/Program-ps.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/MaliciousClickOnceGenerator/HEAD/template/Program-ps.cs -------------------------------------------------------------------------------- /template/Program-report.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/MaliciousClickOnceGenerator/HEAD/template/Program-report.cs -------------------------------------------------------------------------------- /template/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mr-Un1k0d3r/MaliciousClickOnceGenerator/HEAD/template/Program.cs --------------------------------------------------------------------------------