1- # 📖 pentest-agent — Complete Usage Guide
1+ # 📖 ares — Complete Usage Guide
22
33```
44 ██████╗ ██╗ ██╗██╗██████╗ ███████╗
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
6363pip 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
7474Usage: python main.py --target <target> [options]
7575
7676Options:
@@ -141,7 +141,7 @@ msfrpcd -P msfrpc_password -S -a 127.0.0.1 -p 55553
141141ss -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)
145145python 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