implants
command experiences consistent failures after specific trigger
#1771
Labels
bug
Something isn't working
Describe the bug
The
implants
command starts failing and returns[!] rpc error: code = Unknown desc = record not found
instead of the list of generated implants. The only way I was able to fix it is by removing the ~/.sliver dir.To Reproduce
I was able to consistently reproduce the issue by running
migrate -p <pid>
in a session created with service format (I'm not sure if it may happens even under other circumnstances).Steps:
implants
->[*] No implant builds
generate --mtls <ip> -l -f service
implants
-> shows the generated implantuse <session-id>
ps
background
implants
-> still shows the list of implantsuse <session-id>
migrate -p <pid>
-> returns[*] Successfully migrated to 1120
but doesn't spawn any sessionbackground
implants
->[!] rpc error: code = Unknown desc = record not found
Expected behavior
Having the list of generated implants from
implants
.Desktop (please complete the following information):
Additional context
Sliver version: compiled from master (c58cb2d)
The text was updated successfully, but these errors were encountered: