Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAle98 committed Apr 5, 2023
1 parent d2aaee9 commit 04e8104
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions server/db/models/implant.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package models
*/

import (
"fmt"
"time"

"github.com/bishopfox/sliver/protobuf/clientpb"
Expand Down Expand Up @@ -191,8 +190,6 @@ func (ic *ImplantConfig) ToProtobuf() *clientpb.ImplantConfig {

FileName: ic.FileName,
}
a := ic.ECCServerPublicKey
fmt.Print(a)
// Copy Canary Domains
config.CanaryDomains = []string{}
for _, canaryDomain := range ic.CanaryDomains {
Expand Down

0 comments on commit 04e8104

Please sign in to comment.