RENAME TO FOLDER

This commit is contained in:
Abdullah Sarwar
2025-11-26 02:42:58 +05:00
parent e2e1c7626d
commit e6177501ad
6 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
## Overview
**RABIDS** (Roving Autonomous Bartmoss Interface Drones) is a comprehensive framework for building custom offensive security payloads. It provides a powerful yet intuitive graphical interface to chain together various modules—such as ransomware, clipboard hijackers, and persistence loaders—into a single, compiled executable for Windows, Linux, or macOS. **RABIDS** (Roving Autonomous Bartmoss Interface Drones) is a comprehensive framework for building custom offensive security payloads. It provides a powerful yet intuitive graphical interface to chain together various modules—such as ransomware, clipboard hijackers, and persistence loaders—into a single, compiled executable for Windows, Linux, or macOS.
This tool is designed for security researchers, red teamers, and educational purposes to simulate advanced adversaries and study malware behavior in a controlled environment. This tool is designed for security researchers, red teamers, and educational purposes to simulate advanced adversaries and study malware behavior in a controlled environment.

View File

@ -418,7 +418,7 @@ def main():
target_os, target_arch = parse_target(args.target) target_os, target_arch = parse_target(args.target)
script_dir = Path(__file__).parent.resolve() script_dir = Path(__file__).parent.resolve()
dll_source_dir = script_dir / 'DLL' dll_source_dir = script_dir / 'DEPENDENCIES'
MODULE_DLLS = { MODULE_DLLS = {
'MODULE/ctrlvamp.nim': {'pcre64DllData_b64': 'pcre64.dll'}, 'MODULE/ctrlvamp.nim': {'pcre64DllData_b64': 'pcre64.dll'},