Update README.md
This commit is contained in:
12
README.md
12
README.md
@ -13,15 +13,11 @@
|
||||
- Automatically replaces detected wallet addresses with user-configurable predefined addresses
|
||||
- Predefined addresses for each chain can be set using the `set` command before build
|
||||
|
||||
---
|
||||
|
||||
## Overview
|
||||
**RABIDS** Roving Autonomous Bartmoss Interface Drones is a modular Windows malware generation framework. It empowers security researchers and red teamers to rapidly build custom malware payloads by chaining together a variety of modules—such as ransomware, persistence loaders, C2 servers, and more—into a single executable. RABIDS is designed for advanced adversary simulation, malware research, and authorized red team operations.
|
||||
|
||||
> **Warning:** This tool is for educational and authorized security research only. Misuse may be illegal and unethical.
|
||||
|
||||
---
|
||||
|
||||
## Features
|
||||
|
||||
- **Modular Payloads:** Chain multiple modules (ransomware, persistence, C2, etc.) into a single EXE.
|
||||
@ -49,27 +45,19 @@
|
||||
```
|
||||
- The final EXE will be saved in the `.LOOT` directory.
|
||||
|
||||
---
|
||||
|
||||
## Advanced Features
|
||||
- **Module Chaining:** Combine multiple behaviors in one payload.
|
||||
- **Custom Build Options:** Set EXE name, enable obfuscation, etc.
|
||||
- **In-Memory Execution:** Use Rust loader for stealthy delivery.
|
||||
|
||||
---
|
||||
|
||||
## Legal Disclaimer
|
||||
|
||||
RABIDS is intended for educational purposes and authorized security testing only. You must have explicit permission to use this tool against any system or network. The authors and contributors are not responsible for misuse, damage, or legal consequences. Always follow applicable laws and ethical guidelines.
|
||||
|
||||
---
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions are welcome! Please fork the repository, create a feature branch, and submit a pull request with a detailed description of your changes.
|
||||
|
||||
---
|
||||
|
||||
## License
|
||||
|
||||
MIT License. See the `LICENSE` file for details.
|
||||
|
||||
Reference in New Issue
Block a user