Releases: shide1989/winrm-client
Releases · shide1989/winrm-client
v0.0.12
What's Changed
Bug Fixes
- NTLMv2 auth: Full rewrite with session key exchange, MIC, AV_PAIR parsing, and SPNEGO unwrapping (#18)
- NTLMv2 domain handling: Fix domain handling + test environment setup (#17)
- Interactive mode: Race poll timeout against blocking HTTP calls to prevent hangs (#20)
- OpenSSL RC4: Replace OpenSSL RC4 with pure JS implementation for Node 24+ compatibility
Tests
- All E2E tests passed successfully on pre-configured machines.
CI/CD
v0.0.7
What's Changed
- Add Native NTLM Authentication Support by @shide1989 in #10
- feat: added missing ts-node dep by @shide1989 in #11
- fix/github jest 2 by @shide1989 in #12
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.4
What's Changed
Implement custom prompt detection.
This allows you to integrate LLMs for detection and dynamic response generation.
- feat: custom-prompt-detection by @shide1989 in #6
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- feat: enhanced logging utility and upgraded XML parsing with recent lib by @shide1989 in #4
- feat: implemented interactivity for commands that require inputs, with prompt pattern detection by @shide1989 in #5
- feat: Manual GitHub Action for Build, Version Bump, and NPM Publish by @shide1989 in #7
- Feature/GitHub publish by @shide1989 in #8
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Feature/node typescript update by @shide1989 in #1
- fix: removed useless maps by @shide1989 in #2
New Contributors
- @shide1989 made their first contribution in #1
Full Changelog: https://github.com/shide1989/winrm-client/commits/v0.0.1