Search Criteria
Package Details: sliver 1.5.43-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.000031 |
| First Submitted: | 2023-04-25 00:21 (UTC) |
| Last Updated: | 2025-08-21 20:43 (UTC) |
Dependencies (9)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, goup-rsAUR, gcc-go-snapshotAUR, go-binAUR, gcc-go) (make)
- make (make-gitAUR, make-staticAUR) (make)
- sed (sed-gitAUR, uutils-sedAUR) (make)
- tar (tar-gitAUR, uutils-tar-gitAUR) (make)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR) (make)
- which (which-gitAUR) (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
gittomakedependsbecausegorequires fetching dependencies. Additionally, I encountered several errors while building this package, indicating an attempt to rungit diffin 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 buildto create a vanilla environment. This will eliminate any external factors that may affect the build process.