Hulto

Results 56 comments of Hulto

Could do it either: - Every time we do a callback (would work if proxy is configured after the implant is deployed) https://github.com/KCarretto/realm/blob/c22cee4dfb22dbb06695ede7829d13d3cba485f4/implants/lib/tavern/src/http.rs#L51C1-L59C1 - Or when the callback is defined...

Both! Nat CCDC runs a proxy for the event so we need a way to use it. Ideally we'd automatically use it like how sliver does by pulling proxy info...

Kyle: "Yes I would like a sql dump of test data and I will just make it that. So if you’d like to provide SQL of what it should be...

Thanks @AnthonyCamper While were doing docs fixes i'd like to add: `make it more clear that reflective loader is always required` This should be a simple update to https://docs.realm.pub/user-guide/imix#windows Adding...

We probably don't want to break Activating users out into its own section since long term it should be a UI flow.

## Logs ### Success case (slow execution) ``` 2024-04-19T00:29:41.178Z INFO imix::agent > callback complete (duration=0s, sleep=5s) 2024-04-19T00:29:46.283Z INFO imix::agent > callback complete (duration=0s, sleep=5s) 2024-04-19T00:29:51.385Z INFO imix::agent > callback complete...

Great idea. And I think we've kinda started going down the protobuf route you're thinking of. We've added a number of types like File, Process, and Credential which you can...

Here's where the current types are defined. https://github.com/spellshift/realm/blob/main/tavern/internal/c2/proto/eldritch.proto Here's the eldritch docs to report objects to the backend. https://docs.realm.pub/user-guide/eldritch#report

Closing for now since it's been a while.

Add docs Add test