## https://sploitus.com/exploit?id=1BE742E5-0047-5658-836E-742F3B8FFA99



**WARNING**
This tool is limited to security research and teaching purposes only. Users bear all legal and related responsibilities arising from its use. The author assumes no legal or related responsibilities. AK47 is a cross-platform vulnerability exploitation and security assessment tool with advanced engines and various security extension modules, designed to significantly improve the efficiency of security verification.
## **Features**
- **Platform compatibility:** Windows / Linux / MacOS
- **Plugin-based:** Flexible rule orchestration and syntax engine
- **AI support:** Deep integration with MCP + Skill-powered enhancement
- **Communication protocols:** TCP / UDP / HTTP / WebSocket
- **External extensions:** ysoserial / Java-Chains / MemShellParty
- **Agent services:** OOB / JNDI / Service[DNS/LDAP/HTTP]
## **Interface Preview**
## **Common Questions**
**1. How to start the MCP service?**
Run the MCP server with `./AK47 127.0.0.1:9999`. Find the StreamableHTTP path in `AK47.log`.
**2. How to configure an Agent service?**
```bash
# Configure AK47 to connect to https://xxx:6666/8418baac-ece1-4f1f-73ef-9bfc08eb886f
./rpg_linux_amd64 -l :6666
2026/01/01 12:00:00 config.go:93: Using 8418baac-ece1-4f1f-73ef-9bfc08eb886f as agent endpoint
2026/01/01 12:00:00 service.go:360: Starting DNS server on port 53
2026/01/01 12:00:00 service.go:217: Starting TCP server on port 6666
```
**3. How to write AK47 vulnerability plugins?**
[source-iocs-preserved url=https://github.com/ReaJason/MemShellParty,https://github.com/expr-lang/expr,https://github.com/pwntester/ysoserial.net,https://github.com/vulhub/java-chains,https://github.com/wailsapp/wails,https://github.com/woodpecker-framework/ysoserial-for-woodpecker]