Skip to content

Commit ba2a00a

Browse files
doublegateclaude
andcommitted
chore(release): Bump workspace version to 2.3.6
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8f7af2f commit ba2a00a

File tree

22 files changed

+123
-41
lines changed

22 files changed

+123
-41
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
---
1111

12-
## [2.3.6] - 2026-01-31 - RedOps Complete Completion & Advanced Tradecraft
12+
## [2.3.6] - 2026-02-01 - RedOps Complete Completion & Advanced Tradecraft
1313

1414
### Added
1515

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Guidance for Claude Code when working with this repository.
66

77
WRAITH (Wire-speed Resilient Authenticated Invisible Transfer Handler) is a decentralized secure file transfer protocol implemented in Rust.
88

9-
**Status:** v2.3.5 - CI/CD Stability & Security Hardening
9+
**Status:** v2.3.6 - RedOps Complete Completion & Advanced Tradecraft
1010

1111
### Metrics
1212
| Metric | Value |

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A decentralized secure file transfer protocol optimized for high-throughput, low
1414
<a href="https://github.com/doublegate/WRAITH-Protocol/actions/workflows/codeql.yml"><img src="https://github.com/doublegate/WRAITH-Protocol/actions/workflows/codeql.yml/badge.svg" alt="CodeQL"></a>
1515
<a href="https://github.com/doublegate/WRAITH-Protocol/actions/workflows/release.yml"><img src="https://github.com/doublegate/WRAITH-Protocol/actions/workflows/release.yml/badge.svg" alt="Release"></a>
1616
<br>
17-
<a href="https://github.com/doublegate/WRAITH-Protocol/releases"><img src="https://img.shields.io/badge/version-2.3.5-blue.svg" alt="Version"></a>
17+
<a href="https://github.com/doublegate/WRAITH-Protocol/releases"><img src="https://img.shields.io/badge/version-2.3.6-blue.svg" alt="Version"></a>
1818
<a href="docs/security/SECURITY_AUDIT_v1.1.0.md"><img src="https://img.shields.io/badge/security-audited-green.svg" alt="Security"></a>
1919
<a href="https://www.rust-lang.org/"><img src="https://img.shields.io/badge/rust-1.88%2B-orange.svg" alt="Rust"></a>
2020
<a href="https://doc.rust-lang.org/edition-guide/rust-2024/index.html"><img src="https://img.shields.io/badge/edition-2024-orange.svg" alt="Edition"></a>
@@ -679,7 +679,7 @@ See [CI Workflow](.github/workflows/ci.yml) and [Release Workflow](.github/workf
679679

680680
### Completed
681681

682-
WRAITH Protocol v2.3.5 represents 2,740+ story points across 24 development phases:
682+
WRAITH Protocol v2.3.6 represents 2,740+ story points across 24 development phases:
683683

684684
- Core protocol implementation (cryptography, transport, obfuscation, discovery)
685685
- 12 production-ready client applications (9 desktop + 2 mobile + 1 server platform)
@@ -764,6 +764,6 @@ WRAITH Protocol builds on excellent projects and research:
764764

765765
**WRAITH Protocol** - _Secure. Fast. Invisible._
766766

767-
**Version:** 2.3.5 | **License:** MIT | **Language:** Rust 2024 (MSRV 1.88) | **Tests:** 2,148 passing (2,123 workspace + 11 spectre-implant + 14 doc) | **Clients:** 12 applications (9 desktop + 2 mobile + 1 server)
767+
**Version:** 2.3.6 | **License:** MIT | **Language:** Rust 2024 (MSRV 1.88) | **Tests:** 2,148 passing (2,123 workspace + 11 spectre-implant + 14 doc) | **Clients:** 12 applications (9 desktop + 2 mobile + 1 server)
768768

769769
**Last Updated:** 2026-01-31
0 Bytes
Binary file not shown.
Binary file not shown.

clients/wraith-redops/spectre-implant/runner_src/obj/Release/net48/Runner.AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[assembly: System.Reflection.AssemblyCompanyAttribute("Runner")]
1414
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
1515
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
16-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0a8aa3b05cb27af841c161a725dd0929b37a2293")]
16+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+71b6a34cbd4c70fe27ebeea2a6188d17f6a62bad")]
1717
[assembly: System.Reflection.AssemblyProductAttribute("Runner")]
1818
[assembly: System.Reflection.AssemblyTitleAttribute("Runner")]
1919
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
508441b4b87bbb365e1c3a44e6b217de6f0fde3b453c928b5e95c9a277babdcf
1+
6f424bc10cf935b769fccf48625599bdac6b7b160ce38f9ae639ba9fd44c874a
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"documents":{"/home/parobek/Code/WRAITH-Protocol/*":"https://raw.githubusercontent.com/doublegate/WRAITH-Protocol/0a8aa3b05cb27af841c161a725dd0929b37a2293/*"}}
1+
{"documents":{"/home/parobek/Code/WRAITH-Protocol/*":"https://raw.githubusercontent.com/doublegate/WRAITH-Protocol/71b6a34cbd4c70fe27ebeea2a6188d17f6a62bad/*"}}

clients/wraith-redops/spectre-implant/src/c2/packet.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ pub struct WraithFrame {
1919

2020
impl WraithFrame {
2121
pub fn new(frame_type: u8, payload: Vec<u8>) -> Self {
22+
let mut nonce_bytes = [0u8; 8];
23+
crate::utils::entropy::get_random_bytes(&mut nonce_bytes);
24+
let nonce = u64::from_be_bytes(nonce_bytes);
25+
2226
Self {
23-
nonce: 0, // Should be set by session
27+
nonce,
2428
frame_type,
2529
flags: 0,
2630
stream_id: 0,

0 commit comments

Comments
 (0)