Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implants command experiences consistent failures after specific trigger #1771

Open
save196 opened this issue Sep 2, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@save196
Copy link

save196 commented Sep 2, 2024

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:

  1. implants -> [*] No implant builds
  2. generate --mtls <ip> -l -f service
  3. implants -> shows the generated implant
  4. (spawn session implant on the target machine)
  5. use <session-id>
  6. ps
  7. background
  8. implants -> still shows the list of implants
  9. use <session-id>
  10. migrate -p <pid> -> returns [*] Successfully migrated to 1120 but doesn't spawn any session
  11. background
  12. 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):

  • OS: Kali linux
  • Version 2024.3

Additional context
Sliver version: compiled from master (c58cb2d)

@rkervella rkervella added the bug Something isn't working label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants