Codebase list sliver / 50eaf9f9-1256-466c-b762-7fb1634edd7e/main
Refresh patches. Kali Janitor 1 year, 6 months ago
2 changed file(s) with 11 addition(s) and 9 deletion(s). Raw diff Collapse all Expand all
99 Makefile | 6 +++---
1010 1 file changed, 3 insertions(+), 3 deletions(-)
1111
12 --- a/Makefile
13 +++ b/Makefile
14 @@ -12,7 +12,7 @@
12 Index: sliver.git/Makefile
13 ===================================================================
14 --- sliver.git.orig/Makefile
15 +++ sliver.git/Makefile
16 @@ -12,7 +12,7 @@ TAGS ?= -tags osusergo,netgo,cgosqlite,s
1517 # Prerequisites
1618 #
1719 # https://stackoverflow.com/questions/5618615/check-if-a-program-exists-from-a-makefile
2022 K := $(foreach exec,$(EXECUTABLES),\
2123 $(if $(shell which $(exec)),some string,$(error "No $(exec) in PATH")))
2224
23 @@ -34,8 +34,8 @@
25 @@ -34,8 +34,8 @@ ARMORY_REPO_URL ?= https://api.github.co
2426 VERSION_PKG = github.com/bishopfox/sliver/client/version
2527 CLIENT_ASSETS_PKG = github.com/bishopfox/sliver/client/assets
2628
66 client/command/screenshot/screenshot.go | 2 +-
77 1 file changed, 1 insertion(+), 1 deletion(-)
88
9 diff --git a/client/command/screenshot/screenshot.go b/client/command/screenshot/screenshot.go
10 index 1afef61..512de66 100644
11 --- a/client/command/screenshot/screenshot.go
12 +++ b/client/command/screenshot/screenshot.go
13 @@ -122,7 +122,7 @@ func PrintScreenshot(screenshot *sliverpb.Screenshot, hostname string, ctx *grum
9 Index: sliver.git/client/command/screenshot/screenshot.go
10 ===================================================================
11 --- sliver.git.orig/client/command/screenshot/screenshot.go
12 +++ sliver.git/client/command/screenshot/screenshot.go
13 @@ -122,7 +122,7 @@ func PrintScreenshot(screenshot *sliverp
1414 var n int
1515 n, err = saveToFile.Write(screenshot.Data)
1616 if err != nil {