Open Issues Need Help
View All on GitHubAI Summary: Implement integration tests for the R.A.T. project, covering agent registration (successful and failed scenarios) and job execution (successful and failed scenarios). This involves writing tests that simulate agent registration requests, command execution requests, and verifying the correct responses and database updates.
A remote access tool that allows the user to execute commands in the host computer.
AI Summary: The task requires modifying the Makefile to add support for compiling the RAT project for Windows and Linux operating systems, in addition to the existing macOS support. This involves adding appropriate compilation flags and potentially handling platform-specific dependencies or configurations.
A remote access tool that allows the user to execute commands in the host computer.
AI Summary: Debug an asymmetric encryption implementation in a Rust-based remote access tool (RAT). The issue is that signature validation fails when sending encrypted jobs to the agent, likely due to a problem in key generation or exchange. The task involves investigating the encryption branch's code, identifying the source of the signature validation error, and correcting it.
A remote access tool that allows the user to execute commands in the host computer.