generic_clickonce

Description

Generates a ClickOnce deployment manifest (.application) for serving a .NET implant payload.

Overview

Generates a ClickOnce .application deployment manifest. When a user clicks the hosted URL, dfsvc.exe downloads and installs the payload. Operator must host the generated files at the DeployUrl.

Parameters

Name Type Description
AppName string Application display name.
DeployUrl string Base URL where manifest files will be hosted.
AssemblyName string Assembly file name. Default: SpecterInsight.
Version string Application version. Default: 1.0.0.0.
PublisherName string Publisher name. Default: Microsoft Corporation.
Scroll to Top