Search Criteria
Package Details: sliver 1.5.42-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sliver.git (read-only, click to copy) |
---|---|
Package Base: | sliver |
Description: | Sliver is a an opensource C2 framework designed by bishop fox |
Upstream URL: | https://github.com/BishopFox/sliver |
Licenses: | BSD-3-Clause |
Provides: | sliver |
Submitter: | Rad10 |
Maintainer: | Rad10 |
Last Packager: | Rad10 |
Votes: | 1 |
Popularity: | 0.153681 |
First Submitted: | 2023-04-25 00:21 (UTC) |
Last Updated: | 2024-04-22 20:13 (UTC) |
Dependencies (9)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
- make (make-gitAUR) (make)
- sed (busybox-coreutilsAUR, sed-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- which (busybox-coreutilsAUR) (make)
- zip (zip-natspecAUR) (make)
Latest Comments
Rad10 commented on 2024-04-22 20:11 (UTC)
Thanks for the heads up @TJM. I tested this bare metal in a docker container and I've updated the git version with the correct dependencies. This package will not work anymore because the makefile assumes that it is in a git repo and all of its downloaded dependencies require a commit hash. Because of that, I'm going to look at deprecating this package. If you want to compile the binaries anyway, I suggest the -git version as I tested that and it still works.
TJM commented on 2024-03-12 04:17 (UTC)
I suggest adding
git
tomakedepends
becausego
requires fetching dependencies. Additionally, I encountered several errors while building this package, indicating an attempt to rungit diff
in non-git directories. The error message was:fatal: not a git repository (or any of the parent directories): .git
.To ensure reproducible builds, it's recommended to use
pkgctl build
to create a vanilla environment. This will eliminate any external factors that may affect the build process.