Example #1
0
 public override string GetGruntExecutorCode(Grunt grunt, HttpProfile profile)
 {
     return(this.GruntTemplateReplace(GruntExecutorTemplateCode, grunt, profile));
 }
Example #2
0
 public virtual string GetGruntStagerCode(Grunt grunt, HttpProfile profile, ImplantTemplate template)
 {
     return("");
 }