You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Sliver implant on linux does not read files under /proc/* that report a 0 byte size. For example cat /proc/net/arp reports back no stdout when there are in fact entries in the file visible with cat /proc/net/arp in a separate terminal or via execute -o '/bin/sh' -- -c 'cat /proc/net/arp' in the sliver session
To Reproduce
Steps to reproduce the behavior:
Establish mtls sliver session on a linux host. Enter session context.
sliver > version
[*] Client v1.5.39 - e4b64e10504723c8e5d182389e9b46c54a1123b5 - linux/amd64
Compiled at 2024-11-08 12:29:21 -0500 EST
Compiled with go version go1.23.0 linux/amd64
[*] Server v1.5.39 - e4b64e10504723c8e5d182389e9b46c54a1123b5 - linux/amd64
Compiled at 2024-11-08 12:29:21 -0500 EST
The text was updated successfully, but these errors were encountered:
Describe the bug
Sliver implant on linux does not read files under
/proc/*
that report a 0 byte size. For examplecat /proc/net/arp
reports back no stdout when there are in fact entries in the file visible withcat /proc/net/arp
in a separate terminal or viaexecute -o '/bin/sh' -- -c 'cat /proc/net/arp'
in the sliver sessionTo Reproduce
Steps to reproduce the behavior:
cat /proc/net/arp
execute -o '/bin/sh' -- -c 'cat /proc/net/arp'
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: