mirror of
https://github.com/moloch--/sliver-script
synced 2026-06-08 16:08:26 +00:00
53 lines
77 KiB
HTML
53 lines
77 KiB
HTML
<!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>ImplantConfig | sliver-script</title><meta name="description" content="Documentation for sliver-script"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">sliver-script</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">sliver-script</a></li><li><a href="../modules/clientpb.html">clientpb</a></li><li><a href="clientpb.ImplantConfig.html">ImplantConfig</a></li></ul><h1>Interface ImplantConfig</h1></div><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">ImplantConfig</span> <span class="tsd-signature-symbol">{</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#assets">Assets</a><span class="tsd-signature-symbol">:</span> <a href="../modules/commonpb.html" class="tsd-signature-type tsd-kind-namespace">commonpb</a><span class="tsd-signature-symbol">.</span><a href="commonpb.File.html" class="tsd-signature-type tsd-kind-interface">File</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#beaconinterval">BeaconInterval</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#beaconjitter">BeaconJitter</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#c2">C2</a><span class="tsd-signature-symbol">:</span> <a href="../modules/clientpb.html" class="tsd-signature-type tsd-kind-namespace">clientpb</a><span class="tsd-signature-symbol">.</span><a href="clientpb.ImplantC2.html" class="tsd-signature-type tsd-kind-interface">ImplantC2</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#canarydomains">CanaryDomains</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#connectionstrategy">ConnectionStrategy</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#debug">Debug</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#debugfile">DebugFile</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#evasion">Evasion</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#exports">exports</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#extension">Extension</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#format">Format</a><span class="tsd-signature-symbol">:</span> <a href="../enums/clientpb.OutputFormat.html" class="tsd-signature-type tsd-kind-enum">OutputFormat</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#goarch">GOARCH</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#goos">GOOS</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#gopackage">GoPackage</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#httpc2configname">HTTPC2ConfigName</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#id">ID</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#implantbuilds">ImplantBuilds</a><span class="tsd-signature-symbol">:</span> <a href="../modules/clientpb.html" class="tsd-signature-type tsd-kind-namespace">clientpb</a><span class="tsd-signature-symbol">.</span><a href="clientpb.ImplantBuild.html" class="tsd-signature-type tsd-kind-interface">ImplantBuild</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#implantprofileid">ImplantProfileID</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#includedns">IncludeDNS</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#includehttp">IncludeHTTP</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#includemtls">IncludeMTLS</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#includenamepipe">IncludeNamePipe</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#includetcp">IncludeTCP</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#includewg">IncludeWG</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#isbeacon">IsBeacon</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#isservice">IsService</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#issharedlib">IsSharedLib</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#isshellcode">IsShellcode</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#limitdatetime">LimitDatetime</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#limitdomainjoined">LimitDomainJoined</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#limitfileexists">LimitFileExists</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#limithostname">LimitHostname</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#limitlocale">LimitLocale</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#limitusername">LimitUsername</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#maxconnectionerrors">MaxConnectionErrors</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#netgoenabled">NetGoEnabled</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#obfuscatesymbols">ObfuscateSymbols</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#polltimeout">PollTimeout</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#reconnectinterval">ReconnectInterval</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#runatload">RunAtLoad</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#sgnenabled">SGNEnabled</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#shellcodeconfig">ShellcodeConfig</a><span class="tsd-signature-symbol">?:</span> <a href="../modules/clientpb.html" class="tsd-signature-type tsd-kind-namespace">clientpb</a><span class="tsd-signature-symbol">.</span><a href="clientpb.ShellcodeConfig.html" class="tsd-signature-type tsd-kind-interface">ShellcodeConfig</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#shellcodeencoder">ShellcodeEncoder</a><span class="tsd-signature-symbol">:</span> <a href="../enums/clientpb.ShellcodeEncoder.html" class="tsd-signature-type tsd-kind-enum">ShellcodeEncoder</a><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#templatename">TemplateName</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#trafficencoders">TrafficEncoders</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#trafficencodersenabled">TrafficEncodersEnabled</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#wgkeyexchangeport">WGKeyExchangePort</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#wgpeertunip">WGPeerTunIP</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <a class="tsd-kind-property" href="clientpb.ImplantConfig.html#wgtcpcommsport">WGTcpCommsPort</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1596">pb/clientpb/client.ts:1596</a></li><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L4703">pb/clientpb/client.ts:4703</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><h5 class="tsd-index-heading uppercase" role="button" aria-expanded="false" tabIndex="0"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg> Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="clientpb.ImplantConfig.html#assets" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Assets</span></a>
|
||
<a href="clientpb.ImplantConfig.html#beaconinterval" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Beacon<wbr/>Interval</span></a>
|
||
<a href="clientpb.ImplantConfig.html#beaconjitter" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Beacon<wbr/>Jitter</span></a>
|
||
<a href="clientpb.ImplantConfig.html#c2" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>C2</span></a>
|
||
<a href="clientpb.ImplantConfig.html#canarydomains" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Canary<wbr/>Domains</span></a>
|
||
<a href="clientpb.ImplantConfig.html#connectionstrategy" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Connection<wbr/>Strategy</span></a>
|
||
<a href="clientpb.ImplantConfig.html#debug" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Debug</span></a>
|
||
<a href="clientpb.ImplantConfig.html#debugfile" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Debug<wbr/>File</span></a>
|
||
<a href="clientpb.ImplantConfig.html#evasion" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Evasion</span></a>
|
||
<a href="clientpb.ImplantConfig.html#exports" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>exports</span></a>
|
||
<a href="clientpb.ImplantConfig.html#extension" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Extension</span></a>
|
||
<a href="clientpb.ImplantConfig.html#format" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Format</span></a>
|
||
<a href="clientpb.ImplantConfig.html#goarch" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>GOARCH</span></a>
|
||
<a href="clientpb.ImplantConfig.html#goos" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>GOOS</span></a>
|
||
<a href="clientpb.ImplantConfig.html#gopackage" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Go<wbr/>Package</span></a>
|
||
<a href="clientpb.ImplantConfig.html#httpc2configname" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>HTTPC2<wbr/>Config<wbr/>Name</span></a>
|
||
<a href="clientpb.ImplantConfig.html#id" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ID</span></a>
|
||
<a href="clientpb.ImplantConfig.html#implantbuilds" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Implant<wbr/>Builds</span></a>
|
||
<a href="clientpb.ImplantConfig.html#implantprofileid" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Implant<wbr/>ProfileID</span></a>
|
||
<a href="clientpb.ImplantConfig.html#includedns" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>IncludeDNS</span></a>
|
||
<a href="clientpb.ImplantConfig.html#includehttp" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>IncludeHTTP</span></a>
|
||
<a href="clientpb.ImplantConfig.html#includemtls" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>IncludeMTLS</span></a>
|
||
<a href="clientpb.ImplantConfig.html#includenamepipe" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Include<wbr/>Name<wbr/>Pipe</span></a>
|
||
<a href="clientpb.ImplantConfig.html#includetcp" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>IncludeTCP</span></a>
|
||
<a href="clientpb.ImplantConfig.html#includewg" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>IncludeWG</span></a>
|
||
<a href="clientpb.ImplantConfig.html#isbeacon" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Is<wbr/>Beacon</span></a>
|
||
<a href="clientpb.ImplantConfig.html#isservice" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Is<wbr/>Service</span></a>
|
||
<a href="clientpb.ImplantConfig.html#issharedlib" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Is<wbr/>Shared<wbr/>Lib</span></a>
|
||
<a href="clientpb.ImplantConfig.html#isshellcode" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Is<wbr/>Shellcode</span></a>
|
||
<a href="clientpb.ImplantConfig.html#limitdatetime" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Limit<wbr/>Datetime</span></a>
|
||
<a href="clientpb.ImplantConfig.html#limitdomainjoined" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Limit<wbr/>Domain<wbr/>Joined</span></a>
|
||
<a href="clientpb.ImplantConfig.html#limitfileexists" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Limit<wbr/>File<wbr/>Exists</span></a>
|
||
<a href="clientpb.ImplantConfig.html#limithostname" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Limit<wbr/>Hostname</span></a>
|
||
<a href="clientpb.ImplantConfig.html#limitlocale" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Limit<wbr/>Locale</span></a>
|
||
<a href="clientpb.ImplantConfig.html#limitusername" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Limit<wbr/>Username</span></a>
|
||
<a href="clientpb.ImplantConfig.html#maxconnectionerrors" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Max<wbr/>Connection<wbr/>Errors</span></a>
|
||
<a href="clientpb.ImplantConfig.html#netgoenabled" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Net<wbr/>Go<wbr/>Enabled</span></a>
|
||
<a href="clientpb.ImplantConfig.html#obfuscatesymbols" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Obfuscate<wbr/>Symbols</span></a>
|
||
<a href="clientpb.ImplantConfig.html#polltimeout" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Poll<wbr/>Timeout</span></a>
|
||
<a href="clientpb.ImplantConfig.html#reconnectinterval" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Reconnect<wbr/>Interval</span></a>
|
||
<a href="clientpb.ImplantConfig.html#runatload" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Run<wbr/>At<wbr/>Load</span></a>
|
||
<a href="clientpb.ImplantConfig.html#sgnenabled" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>SGNEnabled</span></a>
|
||
<a href="clientpb.ImplantConfig.html#shellcodeconfig" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Shellcode<wbr/>Config?</span></a>
|
||
<a href="clientpb.ImplantConfig.html#shellcodeencoder" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Shellcode<wbr/>Encoder</span></a>
|
||
<a href="clientpb.ImplantConfig.html#templatename" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Template<wbr/>Name</span></a>
|
||
<a href="clientpb.ImplantConfig.html#trafficencoders" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Traffic<wbr/>Encoders</span></a>
|
||
<a href="clientpb.ImplantConfig.html#trafficencodersenabled" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Traffic<wbr/>Encoders<wbr/>Enabled</span></a>
|
||
<a href="clientpb.ImplantConfig.html#wgkeyexchangeport" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>WGKey<wbr/>Exchange<wbr/>Port</span></a>
|
||
<a href="clientpb.ImplantConfig.html#wgpeertunip" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>WGPeer<wbr/>TunIP</span></a>
|
||
<a href="clientpb.ImplantConfig.html#wgtcpcommsport" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>WGTcp<wbr/>Comms<wbr/>Port</span></a>
|
||
</div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><h2><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg> Properties</h2></summary><section><section class="tsd-panel tsd-member"><a id="assets" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Assets</span><a href="#assets" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Assets</span><span class="tsd-signature-symbol">:</span> <a href="../modules/commonpb.html" class="tsd-signature-type tsd-kind-namespace">commonpb</a><span class="tsd-signature-symbol">.</span><a href="commonpb.File.html" class="tsd-signature-type tsd-kind-interface">File</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1647">pb/clientpb/client.ts:1647</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="beaconinterval" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Beacon<wbr/>Interval</span><a href="#beaconinterval" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">BeaconInterval</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1601">pb/clientpb/client.ts:1601</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="beaconjitter" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Beacon<wbr/>Jitter</span><a href="#beaconjitter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">BeaconJitter</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1602">pb/clientpb/client.ts:1602</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="c2" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>C2</span><a href="#c2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">C2</span><span class="tsd-signature-symbol">:</span> <a href="../modules/clientpb.html" class="tsd-signature-type tsd-kind-namespace">clientpb</a><span class="tsd-signature-symbol">.</span><a href="clientpb.ImplantC2.html" class="tsd-signature-type tsd-kind-interface">ImplantC2</a><span class="tsd-signature-symbol">[]</span></div><div class="tsd-comment tsd-typography"><p>c2</p>
|
||
</div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1624">pb/clientpb/client.ts:1624</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="canarydomains" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Canary<wbr/>Domains</span><a href="#canarydomains" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">CanaryDomains</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1625">pb/clientpb/client.ts:1625</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="connectionstrategy" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Connection<wbr/>Strategy</span><a href="#connectionstrategy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ConnectionStrategy</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1626">pb/clientpb/client.ts:1626</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="debug" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Debug</span><a href="#debug" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Debug</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1605">pb/clientpb/client.ts:1605</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="debugfile" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Debug<wbr/>File</span><a href="#debugfile" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">DebugFile</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1638">pb/clientpb/client.ts:1638</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="evasion" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Evasion</span><a href="#evasion" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Evasion</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1606">pb/clientpb/client.ts:1606</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="exports" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>exports</span><a href="#exports" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">exports</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1639">pb/clientpb/client.ts:1639</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="extension" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Extension</span><a href="#extension" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Extension</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1646">pb/clientpb/client.ts:1646</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="format" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Format</span><a href="#format" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">Format</span><span class="tsd-signature-symbol">:</span> <a href="../enums/clientpb.OutputFormat.html" class="tsd-signature-type tsd-kind-enum">OutputFormat</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1633">pb/clientpb/client.ts:1633</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="goarch" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>GOARCH</span><a href="#goarch" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">GOARCH</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1604">pb/clientpb/client.ts:1604</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="goos" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>GOOS</span><a href="#goos" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">GOOS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1603">pb/clientpb/client.ts:1603</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="gopackage" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Go<wbr/>Package</span><a href="#gopackage" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">GoPackage</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1610">pb/clientpb/client.ts:1610</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="httpc2configname" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>HTTPC2<wbr/>Config<wbr/>Name</span><a href="#httpc2configname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">HTTPC2ConfigName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1642">pb/clientpb/client.ts:1642</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="id" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>ID</span><a href="#id" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ID</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1597">pb/clientpb/client.ts:1597</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="implantbuilds" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Implant<wbr/>Builds</span><a href="#implantbuilds" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ImplantBuilds</span><span class="tsd-signature-symbol">:</span> <a href="../modules/clientpb.html" class="tsd-signature-type tsd-kind-namespace">clientpb</a><span class="tsd-signature-symbol">.</span><a href="clientpb.ImplantBuild.html" class="tsd-signature-type tsd-kind-interface">ImplantBuild</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1598">pb/clientpb/client.ts:1598</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="implantprofileid" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Implant<wbr/>ProfileID</span><a href="#implantprofileid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ImplantProfileID</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1599">pb/clientpb/client.ts:1599</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="includedns" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>IncludeDNS</span><a href="#includedns" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">IncludeDNS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1614">pb/clientpb/client.ts:1614</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="includehttp" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>IncludeHTTP</span><a href="#includehttp" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">IncludeHTTP</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1612">pb/clientpb/client.ts:1612</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="includemtls" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>IncludeMTLS</span><a href="#includemtls" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">IncludeMTLS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1611">pb/clientpb/client.ts:1611</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="includenamepipe" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Include<wbr/>Name<wbr/>Pipe</span><a href="#includenamepipe" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">IncludeNamePipe</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1615">pb/clientpb/client.ts:1615</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="includetcp" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>IncludeTCP</span><a href="#includetcp" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">IncludeTCP</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1616">pb/clientpb/client.ts:1616</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="includewg" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>IncludeWG</span><a href="#includewg" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">IncludeWG</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1613">pb/clientpb/client.ts:1613</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="isbeacon" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Is<wbr/>Beacon</span><a href="#isbeacon" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">IsBeacon</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1600">pb/clientpb/client.ts:1600</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="isservice" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Is<wbr/>Service</span><a href="#isservice" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">IsService</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1635">pb/clientpb/client.ts:1635</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="issharedlib" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Is<wbr/>Shared<wbr/>Lib</span><a href="#issharedlib" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">IsSharedLib</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1634">pb/clientpb/client.ts:1634</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="isshellcode" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Is<wbr/>Shellcode</span><a href="#isshellcode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">IsShellcode</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1636">pb/clientpb/client.ts:1636</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="limitdatetime" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Limit<wbr/>Datetime</span><a href="#limitdatetime" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">LimitDatetime</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1628">pb/clientpb/client.ts:1628</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="limitdomainjoined" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Limit<wbr/>Domain<wbr/>Joined</span><a href="#limitdomainjoined" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">LimitDomainJoined</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1627">pb/clientpb/client.ts:1627</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="limitfileexists" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Limit<wbr/>File<wbr/>Exists</span><a href="#limitfileexists" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">LimitFileExists</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1631">pb/clientpb/client.ts:1631</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="limithostname" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Limit<wbr/>Hostname</span><a href="#limithostname" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">LimitHostname</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1629">pb/clientpb/client.ts:1629</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="limitlocale" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Limit<wbr/>Locale</span><a href="#limitlocale" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">LimitLocale</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1632">pb/clientpb/client.ts:1632</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="limitusername" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Limit<wbr/>Username</span><a href="#limitusername" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">LimitUsername</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1630">pb/clientpb/client.ts:1630</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="maxconnectionerrors" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Max<wbr/>Connection<wbr/>Errors</span><a href="#maxconnectionerrors" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">MaxConnectionErrors</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1621">pb/clientpb/client.ts:1621</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="netgoenabled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Net<wbr/>Go<wbr/>Enabled</span><a href="#netgoenabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">NetGoEnabled</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1643">pb/clientpb/client.ts:1643</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="obfuscatesymbols" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Obfuscate<wbr/>Symbols</span><a href="#obfuscatesymbols" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ObfuscateSymbols</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1607">pb/clientpb/client.ts:1607</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="polltimeout" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Poll<wbr/>Timeout</span><a href="#polltimeout" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">PollTimeout</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1622">pb/clientpb/client.ts:1622</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="reconnectinterval" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Reconnect<wbr/>Interval</span><a href="#reconnectinterval" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ReconnectInterval</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1620">pb/clientpb/client.ts:1620</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="runatload" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Run<wbr/>At<wbr/>Load</span><a href="#runatload" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">RunAtLoad</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1637">pb/clientpb/client.ts:1637</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="sgnenabled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>SGNEnabled</span><a href="#sgnenabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">SGNEnabled</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1609">pb/clientpb/client.ts:1609</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="shellcodeconfig" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag">Optional</code><span>Shellcode<wbr/>Config</span><a href="#shellcodeconfig" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ShellcodeConfig</span><span class="tsd-signature-symbol">?:</span> <a href="../modules/clientpb.html" class="tsd-signature-type tsd-kind-namespace">clientpb</a><span class="tsd-signature-symbol">.</span><a href="clientpb.ShellcodeConfig.html" class="tsd-signature-type tsd-kind-interface">ShellcodeConfig</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1640">pb/clientpb/client.ts:1640</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="shellcodeencoder" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Shellcode<wbr/>Encoder</span><a href="#shellcodeencoder" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">ShellcodeEncoder</span><span class="tsd-signature-symbol">:</span> <a href="../enums/clientpb.ShellcodeEncoder.html" class="tsd-signature-type tsd-kind-enum">ShellcodeEncoder</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1641">pb/clientpb/client.ts:1641</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="templatename" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Template<wbr/>Name</span><a href="#templatename" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">TemplateName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1608">pb/clientpb/client.ts:1608</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="trafficencoders" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Traffic<wbr/>Encoders</span><a href="#trafficencoders" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">TrafficEncoders</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1645">pb/clientpb/client.ts:1645</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="trafficencodersenabled" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>Traffic<wbr/>Encoders<wbr/>Enabled</span><a href="#trafficencodersenabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">TrafficEncodersEnabled</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1644">pb/clientpb/client.ts:1644</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="wgkeyexchangeport" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>WGKey<wbr/>Exchange<wbr/>Port</span><a href="#wgkeyexchangeport" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">WGKeyExchangePort</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1618">pb/clientpb/client.ts:1618</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="wgpeertunip" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>WGPeer<wbr/>TunIP</span><a href="#wgpeertunip" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">WGPeerTunIP</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1617">pb/clientpb/client.ts:1617</a></li></ul></aside></section><section class="tsd-panel tsd-member"><a id="wgtcpcommsport" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><span>WGTcp<wbr/>Comms<wbr/>Port</span><a href="#wgtcpcommsport" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">WGTcpCommsPort</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/sliverarmory/sliver-script/blob/9b5f9bdba06591362feb4ee0b40ea225c6423c53/src/pb/clientpb/client.ts#L1619">pb/clientpb/client.ts:1619</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#assets" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Assets</span></a><a href="#beaconinterval" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Beacon<wbr/>Interval</span></a><a href="#beaconjitter" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Beacon<wbr/>Jitter</span></a><a href="#c2" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>C2</span></a><a href="#canarydomains" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Canary<wbr/>Domains</span></a><a href="#connectionstrategy" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Connection<wbr/>Strategy</span></a><a href="#debug" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Debug</span></a><a href="#debugfile" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Debug<wbr/>File</span></a><a href="#evasion" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Evasion</span></a><a href="#exports" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>exports</span></a><a href="#extension" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Extension</span></a><a href="#format" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Format</span></a><a href="#goarch" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>GOARCH</span></a><a href="#goos" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>GOOS</span></a><a href="#gopackage" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Go<wbr/>Package</span></a><a href="#httpc2configname" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>HTTPC2<wbr/>Config<wbr/>Name</span></a><a href="#id" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>ID</span></a><a href="#implantbuilds" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Implant<wbr/>Builds</span></a><a href="#implantprofileid" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Implant<wbr/>ProfileID</span></a><a href="#includedns" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>IncludeDNS</span></a><a href="#includehttp" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>IncludeHTTP</span></a><a href="#includemtls" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>IncludeMTLS</span></a><a href="#includenamepipe" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Include<wbr/>Name<wbr/>Pipe</span></a><a href="#includetcp" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>IncludeTCP</span></a><a href="#includewg" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>IncludeWG</span></a><a href="#isbeacon" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Is<wbr/>Beacon</span></a><a href="#isservice" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Is<wbr/>Service</span></a><a href="#issharedlib" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Is<wbr/>Shared<wbr/>Lib</span></a><a href="#isshellcode" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Is<wbr/>Shellcode</span></a><a href="#limitdatetime" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Limit<wbr/>Datetime</span></a><a href="#limitdomainjoined" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Limit<wbr/>Domain<wbr/>Joined</span></a><a href="#limitfileexists" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Limit<wbr/>File<wbr/>Exists</span></a><a href="#limithostname" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Limit<wbr/>Hostname</span></a><a href="#limitlocale" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Limit<wbr/>Locale</span></a><a href="#limitusername" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Limit<wbr/>Username</span></a><a href="#maxconnectionerrors" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Max<wbr/>Connection<wbr/>Errors</span></a><a href="#netgoenabled" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Net<wbr/>Go<wbr/>Enabled</span></a><a href="#obfuscatesymbols" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Obfuscate<wbr/>Symbols</span></a><a href="#polltimeout" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Poll<wbr/>Timeout</span></a><a href="#reconnectinterval" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Reconnect<wbr/>Interval</span></a><a href="#runatload" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Run<wbr/>At<wbr/>Load</span></a><a href="#sgnenabled" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>SGNEnabled</span></a><a href="#shellcodeconfig" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Shellcode<wbr/>Config</span></a><a href="#shellcodeencoder" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Shellcode<wbr/>Encoder</span></a><a href="#templatename" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Template<wbr/>Name</span></a><a href="#trafficencoders" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Traffic<wbr/>Encoders</span></a><a href="#trafficencodersenabled" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>Traffic<wbr/>Encoders<wbr/>Enabled</span></a><a href="#wgkeyexchangeport" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>WGKey<wbr/>Exchange<wbr/>Port</span></a><a href="#wgpeertunip" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>WGPeer<wbr/>TunIP</span></a><a href="#wgtcpcommsport" class=""><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>WGTcp<wbr/>Comms<wbr/>Port</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">sliver-script</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|