A remote access tool that allows the user to execute commands in the host computer.

3 Open Issues Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub
Tests 3 months ago

AI 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.

Complexity: 3/5
enhancement help wanted good first issue

A remote access tool that allows the user to execute commands in the host computer.

Rust

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.

Complexity: 3/5
enhancement help wanted good first issue

A remote access tool that allows the user to execute commands in the host computer.

Rust

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.

Complexity: 4/5
bug help wanted

A remote access tool that allows the user to execute commands in the host computer.

Rust