Skip to content

Commit

Permalink
Add missing --name flag for beacon profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rkervella committed Aug 11, 2022
1 parent ce95f86 commit 9852f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/command/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -1523,6 +1523,7 @@ func BindCommands(con *console.SliverConsoleClient) {

f.String("c", "canary", "", "canary domain(s)")

f.String("N", "name", "", "implant name")
f.String("m", "mtls", "", "mtls connection strings")
f.String("g", "wg", "", "wg connection strings")
f.String("b", "http", "", "http(s) connection strings")
Expand Down

0 comments on commit 9852f03

Please sign in to comment.