Cyber security

RustRedOps – Advanced Red Team Tooling And Techniques In Rust

“RustRedOps” stands as a groundbreaking repository, pioneering the development of sophisticated Red Team tools and techniques, all crafted in the Rust programming language.

It offers a comprehensive suite of projects aimed at enhancing security assessments and intrusion testing for professionals.

This article delves into the rich array of tools available, from APC injection to encryption and anti-debugging, showcasing the power and flexibility of Rust in cybersecurity operations.

Summary

  • In Construction
  • Overview
  • Contents
  • Resources
  • Requirements
  • Compile
    • Compiling the Project
    • Adding Destination Architectures
    • Compiling for a Specific Architecture
  • How to get started
  • Contributing to RustRedOps
  • Credits / References / Thanks / Motivation

In Construction

The project is still under development

Overview

RustRedOps is a repository that houses various tools and projects related to Red Team operations, developed in Rust.

This repository is dedicated to providing effective and efficient tools for security professionals and penetration testers who want to perform security assessments and intrusion tests.

Contents

The repository is organized into several projects, each with its own purpose and functionality. Here are some examples of the projects included:

  1. APC Injection
    • This project exploits the Asynchronous Code Injection (APC) technique to execute malicious code in target processes.
  2. Early Bird APC Injection
    • It focuses on a variation of APC injection, executing code before the main process starts.
  3. Local Payload Execution
    • This project addresses the direct execution of malicious payloads in a system’s local environment.
  4. Process Argument Spoofing
    • Exploits the technique of masking or altering the arguments of a process to hide malicious activity.
  5. Process Injection (DLL)
    • It focuses on injecting dynamic link libraries (DLL) into running processes to execute malicious code.
  6. Process Injection (Shellcode)
    • It exploits shellcode injection directly into running processes to control or execute malicious tasks.
  7. Local Thread Hijacking
    • This project deals with hijacking the threads of processes running on the local system to execute malicious code.
  8. Remote Thread Hijacking
    • It addresses the hijacking of threads in remote system processes to carry out malicious actions.
  9. Local Function Stomping Injection
    • It focuses on replacing locally running functions with malicious code, changing their default behavior.
  10. Remote Function Stomping Injection
    • It exploits the substitution of functions in remote systems to carry out malicious activities.
  11. Local Mapping Injection
    • Performing malicious code injection via memory mapping into local processes.
  12. Remote Mapping Injection
    • Performing malicious code injection via memory mapping into remote processes.
  13. Minidump-rs
    • Dumping the lsass.exe process.

For more information click here.

Varshini

Tamil has a great interest in the fields of Cyber Security, OSINT, and CTF projects. Currently, he is deeply involved in researching and publishing various security tools with Kali Linux Tutorials, which is quite fascinating.

Recent Posts

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

18 hours ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

18 hours ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

3 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

5 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago