Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Amaranth-Project — CVE-2025-8088 exploitation chain + Quasar C2 multi-stage payload delivery | Kitploit
Tools/GitHubGitHub/lewis-ricardo/amaranth-project
Phishing ToolsVulnerability AnalysisExploitationMalware AnalysisPenetration TestingCommand and ControlLearning & EducationPayload DevelopmentRemote Access Trojan
GitHublewis-ricardo/amaranth-project

Amaranth-Project

CVE-2025-8088 exploitation chain + Quasar C2 multi-stage payload delivery

72 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository

Amaranth Project

Utilize CVE-2025-8088 (WinRAR path traversal vulnerability, ≤ 7.11) to implement a multi-stage backdoor implantation attack chain.

root@kitploit:~
诱饵文档 → 恶意RAR → CVE触发 → ADS写入 → Stager执行 → 文件加载 → C2上线

Project Structure

DirectoryContent
Stage01~Stage07/Source code and test scripts for attack chains at each historical stage
loader/Self-developed PE memory loader (C language)
rat-client/Self-developed lightweight RAT client (C#)
source/Upstream source code of Quasar RAT / AsyncRAT
tools/Quasar C2 server, Donut and other tools
payloads/Compiled payload files
poc/Exploit script for CVE-2025-8088
side-load/DLL side-loading experiment
docs/Documentation, progress reports, attack flow
计划书/Original plan

Acknowledgements

  • Quasar RAT: Upstream open-source RAT framework (https://github.com/quasar/QuasarRAT). The source/Quasar-master/ directory in the project contains its original source code. The C2 client is modified and compiled based on this.
  • AsyncRAT: Upstream open-source RAT framework (https://github.com/NYAN-x-CAT/AsyncRAT-C-Sharp). The source/AsyncRAT-C-Sharp/ directory in the project contains its original source code.

Test Environment

MachineIPRole
Physical machine192.168.30.1C2 server + attack machine
Win10 VM192.168.30.136Target machine (WinRAR 7.11)

Security Statement

This project is for network security research and education purposes only.

Download Tool