sliver icon indicating copy to clipboard operation
sliver copied to clipboard

failed to perform armory install on windows

Open WhiteLee03 opened this issue 2 years ago • 3 comments

Error output as below:

C:\Users>.\sliver-client.exe
......
[*] Server v1.5.41 - xxx
[*] Welcome to the sliver shell, please type 'help' for options

[*] Check for updates with the 'update' command

sliver > armory -p socks5://127.0.0.1:10701 search hound

 Packages
 Command Name    Version   Type    Help                           URL
=============== ========= ======= ============================== =============================================
 sharp-hound-3   v0.0.2    Alias   C# based BloodHound Ingestor   https://github.com/sliverarmory/SharpHound3
 sharp-hound-4   v0.0.1    Alias   C# based BloodHound Ingestor   https://github.com/sliverarmory/SharpHound4

sliver > armory -p socks5://127.0.0.1:10701 install sharp-hound-3

[!] 
Failed to install file: empty file \SharpHound3.exe
[!] Failed to install alias 'sharp-hound-3': failed to install alias

My Windows Version: Microsoft Windows 10 (10.0.19045)

WhiteLee03 avatar Dec 27 '23 17:12 WhiteLee03

I performed armory install on my MacOs successfully, but on Windows failed🤨

WhiteLee03 avatar Dec 27 '23 17:12 WhiteLee03

It looks like this issue has been fixed since the current release version was built. Using a client binary built from the current master branch, installing aliases from the armory seems to work fine on Windows: image image If you need this functionality before the next release, you could build a Windows client from the current source by running make clients.

RafBishopFox avatar Dec 28 '23 20:12 RafBishopFox

Duplicate, root cause (https://github.com/BishopFox/sliver/issues/1360) has been identified and fixed for the armory, there are other places where it's still an issue IIRC.

rkervella avatar Jan 15 '24 19:01 rkervella