Skip to content

Commit b1a4079

Browse files
authored
rebrand: rename PentestAgent to ARES
1 parent 2771ba0 commit b1a4079

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

GUIDE.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 📖 pentest-agent — Complete Usage Guide
1+
# 📖 ares — Complete Usage Guide
22

33
```
44
██████╗ ██╗ ██╗██╗██████╗ ███████╗
@@ -9,7 +9,7 @@
99
╚═════╝ ╚═════╝ ╚═╝╚═════╝ ╚══════╝
1010
```
1111

12-
[![Version](https://img.shields.io/badge/version-6.1.9-00ff41?style=for-the-badge)](https://github.com/Kim-San04/pentest-agent/releases)
12+
[![Version](https://img.shields.io/badge/version-6.1.9-00ff41?style=for-the-badge)](https://github.com/Kim-San04/ares/releases)
1313
[![Python](https://img.shields.io/badge/Python-3.10+-3776ab?style=for-the-badge&logo=python&logoColor=white)](https://python.org)
1414
[![Lab Only](https://img.shields.io/badge/⚠️%20Lab%20Only-Authorized%20Environments-ff0000?style=for-the-badge)](https://hackthebox.com)
1515

@@ -58,8 +58,8 @@ sudo apt update && sudo apt install -y \
5858
### Clone & Install
5959

6060
```bash
61-
git clone https://github.com/Kim-San04/pentest-agent.git
62-
cd pentest-agent
61+
git clone https://github.com/Kim-San04/ares
62+
cd ares
6363
pip install -r requirements.txt
6464
```
6565

@@ -70,7 +70,7 @@ python main.py --help
7070
```
7171

7272
```
73-
pentest-agent v6.1.9 — Autonomous AI Pentest Agent
73+
ares v6.1.9 — Autonomous AI Pentest Agent
7474
Usage: python main.py --target <target> [options]
7575
7676
Options:
@@ -141,7 +141,7 @@ msfrpcd -P msfrpc_password -S -a 127.0.0.1 -p 55553
141141
ss -tlnp | grep 55553
142142
# Should show: 127.0.0.1:55553
143143

144-
# Or let pentest-agent auto-start it (auto-start msfrpcd feature)
144+
# Or let ares auto-start it (auto-start msfrpcd feature)
145145
python main.py --target 192.168.1.100 --agent
146146
# [*] msfrpcd not detected — auto-starting...
147147
# [+] msfrpcd started on 127.0.0.1:55553
@@ -568,8 +568,8 @@ A: In `./output/` by default. Use `--output /path/to/dir` to change.
568568

569569
<div align="center">
570570

571-
*pentest-agent v6.1.9 — For authorized lab environments only*
571+
*ares v6.1.9 — For authorized lab environments only*
572572

573-
[![GitHub](https://img.shields.io/badge/GitHub-Kim--San04-00ff41?style=for-the-badge&logo=github)](https://github.com/Kim-San04/pentest-agent)
573+
[![GitHub](https://img.shields.io/badge/GitHub-Kim--San04-00ff41?style=for-the-badge&logo=github)](https://github.com/Kim-San04/ares)
574574

575575
</div>

0 commit comments

Comments
 (0)