MCPcopy Create free account
hub / github.com/Tylous/SourcePoint / Beacon_Com_Struct

Function Beacon_Com_Struct

Struct/Struct.go:1281–1328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1279`}
1280
1281func Beacon_Com_Struct() string {
1282 return `
1283set host_stage "{{.Variables.stage}}";
1284set sleeptime "{{.Variables.sleep}}";
1285set jitter "{{.Variables.jitter}}";
1286set useragent "{{.Variables.useragent}}";
1287
1288http-beacon {
1289 set library "{{.Variables.httplib}}";
1290}
1291
1292
1293# Task and Proxy Max Size
1294set tasks_max_size "{{.Variables.tasks_max_size}}";
1295set tasks_proxy_max_size "{{.Variables.tasks_proxy_max_size}}";
1296set tasks_dns_proxy_max_size "{{.Variables.tasks_dns_proxy_max_size}}";
1297
1298set data_jitter "{{.Variables.datajitter}}";
1299set smb_frame_header "";
1300set pipename "{{.Variables.pipename}}";
1301set pipename_stager "{{.Variables.pipename_stager}}";
1302
1303set tcp_frame_header "";
1304set ssh_banner "{{.Variables.SSH_Banner}}";
1305set ssh_pipename "{{.Variables.SSH_pipename}}##";
1306
1307####Manaully add these if your doing C2 over DNS (Future Release)####
1308##dns-beacon {
1309# set dns_idle "1.2.3.4";
1310# set dns_max_txt "199";
1311# set dns_sleep "1";
1312# set dns_ttl "5";
1313# set maxdns "200";
1314# set dns_stager_prepend "doc-stg-prepend";
1315# set dns_stager_subhost "doc-stg-sh.";
1316
1317# set beacon "doc.bc.";
1318# set get_A "doc.1a.";
1319# set get_AAAA "doc.4a.";
1320# set get_TXT "doc.tx.";
1321# set put_metadata "doc.md.";
1322# set put_output "doc.po.";
1323# set ns_response "zero";
1324
1325#}
1326
1327`
1328}
1329func Beacon_Stage_Struct_p1() string {
1330 return `
1331

Callers 1

BuildFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected