Adaptix Framework v0.6 → v0.7 Changelog #1202
Closed
+141
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Technical Summary
AdaptixC2
credmgr
command.AxScript Console
supports live script evaluation and syntax/error output. Example:Dynamic C2 Scripting with AxScript: Utilize the AxScript engine to script listener events, UI menus, and agent extenders. Scripts are loaded at runtime, enabling operators to define custom behaviors without recompiling. The AxScript Console provides immediate feedback and error reporting for rapid iteration.
In-Memory DLL Execution via rundll32: Bypass disk-based execution by exporting a beacon loader as a DLL and invoking it with
rundll32.exe bea...
🤖 Agent Actions
Added comprehensive coverage of the Adaptix C2 Framework:
Created
src/windows-hardening/adaptix.md
• Explains AxScript engine, Credential Manager, Beacon & Gopher agents, BOF modules, in-memory DLL execution via rundll32, reflective BOF loading, token management and privilege-escalation techniques.
• Includes practical command examples, trade-craft notes and reference section.
Linked the new page from related C2 framework pages:
• Updated
windows-hardening/mythic.md
• Updated
windows-hardening/cobalt-strike.md
This enriches HackTricks’ post-exploitation toolset documentation with Adaptix-specific tactics while connecting it to existing C2 resources.
✅ Review Checklist
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.
📚 Repository Maintenance
All .md files have been checked for proper formatting (headers, includes, etc.).