Skip to content

Commit

Permalink
Fix profile beacon new
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Oct 17, 2022
1 parent ab5b319 commit 7b697ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/command/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,8 @@ func BindCommands(con *console.SliverConsoleClient) {

f.Bool("R", "run-at-load", false, "run the implant entrypoint from DllMain/Constructor (shared library only)")

f.String("I", "template", "sliver", "implant code template")

f.Int("j", "reconnect", generate.DefaultReconnect, "attempt to reconnect every n second(s)")
f.Int("P", "poll-timeout", generate.DefaultPollTimeout, "long poll request timeout")
f.Int("k", "max-errors", generate.DefaultMaxErrors, "max number of connection errors")
Expand Down

0 comments on commit 7b697ae

Please sign in to comment.