mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-19 14:04:13 +00:00
docs: update repository URLs to reflect new fork location
Update installation, cloning, issue tracking, and documentation URLs from the original MythicAgents/Ares repository to the new Aryma-f4/Ares-mythic fork to ensure users reference the correct project location.
This commit is contained in:
12
README.md
12
README.md
@@ -43,12 +43,12 @@ Ares combines the power of the BlueHammer Windows Defender exploit with a robust
|
||||
|
||||
As **root** user:
|
||||
```bash
|
||||
./mythic-cli install github https://github.com/MythicAgents/Ares.git
|
||||
./mythic-cli install github https://github.com/Aryma-f4/Ares-mythic.git
|
||||
```
|
||||
|
||||
As **non-root** user:
|
||||
```bash
|
||||
sudo -E ./mythic-cli install github https://github.com/MythicAgents/Ares.git
|
||||
sudo -E ./mythic-cli install github https://github.com/Aryma-f4/Ares-mythic.git
|
||||
```
|
||||
|
||||
Once installed, restart Mythic to build the agent.
|
||||
@@ -57,8 +57,8 @@ Once installed, restart Mythic to build the agent.
|
||||
|
||||
1. **Clone the repository**:
|
||||
```bash
|
||||
git clone https://github.com/MythicAgents/Ares.git
|
||||
cd Ares
|
||||
git clone https://github.com/Aryma-f4/Ares-mythic.git
|
||||
cd Ares-mythic
|
||||
```
|
||||
|
||||
2. **Build the agent**:
|
||||
@@ -282,8 +282,8 @@ This tool is intended for:
|
||||
## 🐛 Issues and Support
|
||||
|
||||
Report issues and feature requests:
|
||||
- GitHub Issues: https://github.com/MythicAgents/Ares/issues
|
||||
- Documentation: https://github.com/MythicAgents/Ares/wiki
|
||||
- GitHub Issues: https://github.com/Aryma-f4/Ares-mythic/issues
|
||||
- Documentation: https://github.com/Aryma-f4/Ares-mythic/wiki
|
||||
- Community Support: Mythic Discord server
|
||||
|
||||
## 📄 License
|
||||
|
||||
Reference in New Issue
Block a user