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
When generating an implant, specifying canary domain throws an error
rpc error: code = Unknown desc = no such table: canary_domains
To Reproduce
Steps to reproduce the behavior:
Launch v1.2 of ./sliver-server
Command: generate --dns v.domain.com --canary c.domain.com -e -r service
See error rpc error: code = Unknown desc = no such table: canary_domains
sliver > generate --dns v.domain.com. --canary c.domain.com. -e -r service
[*] Generating new windows/amd64 implant binary
[*] Symbol obfuscation is enabled.
[*] This process can take awhile, and consumes significant amounts of CPU/Memory
[!] rpc error: code = Unknown desc = no such table: canary_domains
sliver > generate --dns v.domain.com. -e -r service
[*] Generating new windows/amd64 implant binary
[*] Symbol obfuscation is enabled.
[*] This process can take awhile, and consumes significant amounts of CPU/Memory
[*] Build completed in 00:29:35
[*] Implant saved to /root/COMFORTABLE_MATTER.exe
Expected behavior
No error
Desktop (please complete the following information):
OS: Ubuntu 20.04 (server)
The text was updated successfully, but these errors were encountered:
Describe the bug
When generating an implant, specifying canary domain throws an error
To Reproduce
Steps to reproduce the behavior:
./sliver-server
generate --dns v.domain.com --canary c.domain.com -e -r service
rpc error: code = Unknown desc = no such table: canary_domains
Expected behavior
No error
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: