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

Varshini is a Cyber Security expert in Threat Analysis, Vulnerability Assessment, and Research. Passionate about staying ahead of emerging Threats and Technologies.

Recent Posts

Useful Bug Bounty And Security Related Write-ups : A Comprehensive Guide For Enthusiasts

This repo contains all variants of information security & Bug bounty & Penetration Testing write-up…

2 hours ago

Admin-Panel-Dorks : Mastering Google Dorks To Uncover Hidden Admin Panels

site:*/sign-in site:*/account/login site:*/forum/ucp.php?mode=login inurl:memberlist.php?mode=viewprofile intitle:"EdgeOS" intext:"Please login" inurl:user_login.php intitle:"Web Management Login" site:*/users/login_form site:*/access/unauthenticated site:account.*.*/login site:admin.*.com/signin/…

2 hours ago

Conduwuit : Pioneering A New Era In Matrix Homeservers

Matrix is an open network for secure and decentralized communication. Users from every Matrix homeserver…

2 hours ago

LSMS – Linux Security And Monitoring Scripts

Linux Security And Monitoring Scripts are a collection of security and monitoring scripts you can…

2 hours ago

Fiber – Using Fibers To Run In-Memory Code

A fiber is a unit of execution that must be manually scheduled by the application…

2 hours ago

XSS-Exploitation-Tool : A Penetration Testing Tool

XSS Exploitation Tool is a penetration testing tool that focuses on the exploit of Cross-Site…

2 hours ago