Marek Grzelak

Results 26 issues of Marek Grzelak

[Anime relations](https://github.com/erengy/anime-relations) seems to release new changes more often than Tundra does its releases (which contain those updates). It would be beneficial for Tundra to be able to grab those...

enhancement
good first issue

The progress bar [comment mentions an issue](https://github.com/praetorian-inc/noseyparker/blob/main/crates/progress/src/lib.rs#L8-L14) with the `indicatif` estimation algorithm for ETA and the throughput. The [PR linked in the comment](https://github.com/console-rs/indicatif/issues/394) with the fix for the issue was...

enhancement
ux

Any functionality added to the agent and/or C2 server that is not required to run should be behind the Rust feature to allow for enabling/disabling them by the user.

new feature

For embedding config in prod and loading in dev for the agent, this flag will be of use: https://doc.rust-lang.org/reference/conditional-compilation.html#debug_assertions Possible implementation: https://github.com/pyrossh/rust-embed/blob/master/src/lib.rs _Originally posted by @seqre in https://github.com/seqre/rast/issues/4#issuecomment-1272427892_

new feature

Implement using HTTP(s) for data transfer between agents and C2 server.

idea

Add commands for common system information gathering.

new feature