Skip to content

Commit

Permalink
Fix issue #948
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Oct 17, 2022
1 parent 3cb0353 commit ab5b319
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 @@ -1557,6 +1557,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("Z", "strategy", "", "specify a connection strategy (r = random, rd = random domain, s = sequential)")

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 ab5b319

Please sign in to comment.