Skip to content

Commit

Permalink
Merge pull request #1057 from BishopFox/fix/1055
Browse files Browse the repository at this point in the history
Fix issue #1055 and #1054
  • Loading branch information
moloch-- authored Jan 4, 2023
2 parents 0910c28 + 4a996b5 commit ce213ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/command/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,7 @@ func BindCommands(con *console.SliverConsoleClient) {
f.Bool("l", "skip-symbols", false, "skip symbol obfuscation")
f.String("I", "template", "sliver", "implant code template")
f.Bool("E", "external-builder", false, "use an external builder")
f.Bool("G", "disable-sgn", false, "disable shikata ga nai shellcode encoder")

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

Expand Down Expand Up @@ -1541,6 +1542,7 @@ func BindCommands(con *console.SliverConsoleClient) {
f.Bool("d", "debug", false, "enable debug features")
f.Bool("e", "evasion", false, "enable evasion features")
f.Bool("l", "skip-symbols", false, "skip symbol obfuscation")
f.Bool("G", "disable-sgn", false, "disable shikata ga nai shellcode encoder")

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

Expand Down Expand Up @@ -1599,6 +1601,7 @@ func BindCommands(con *console.SliverConsoleClient) {
f.Int64("M", "minutes", 0, "beacon interval minutes")
f.Int64("S", "seconds", 60, "beacon interval seconds")
f.Int64("J", "jitter", 30, "beacon interval jitter in seconds")
f.Bool("G", "disable-sgn", false, "disable shikata ga nai shellcode encoder")

// Generate flags
f.String("o", "os", "windows", "operating system")
Expand Down

0 comments on commit ce213ed

Please sign in to comment.