From 5673178f5cad3fe06bb814fe8bab06b2d33b58c8 Mon Sep 17 00:00:00 2001 From: OscarAkaElvis Date: Thu, 24 Oct 2024 13:57:42 +0200 Subject: [PATCH] Prepare version numbers for v3.8 --- CHANGELOG.md | 3 +++ README.md | 2 +- evil-winrm.gemspec | 2 +- evil-winrm.rb | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 366470a..ff97889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 3.8 + - TODO + ### 3.7 - Fixed menu command to avoid being detected as malware - Improved EDR evasion randomizing powershell function names and variables diff --git a/README.md b/README.md index 7e02484..29c18ac 100644 --- a/README.md +++ b/README.md @@ -561,7 +561,7 @@ Use it at your own servers and/or with the server owner's permission. [@arale61]: https://twitter.com/arale61 -[Version-shield]: https://img.shields.io/badge/version-3.7-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version" +[Version-shield]: https://img.shields.io/badge/version-3.8-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version" [Ruby2.3-shield]: https://img.shields.io/badge/ruby-2.3%2B-blue.svg?style=flat-square&colorA=273133&colorB=ff0000 "Ruby 2.3 or later" [License-shield]: https://img.shields.io/badge/license-LGPL%20v3%2B-blue.svg?style=flat-square&colorA=273133&colorB=bd0000 "LGPL v3+" [Docker-shield]: https://img.shields.io/docker/automated/oscarakaelvis/evil-winrm.svg?style=flat-square&colorA=273133&colorB=a9a9a9 "Docker rules!" diff --git a/evil-winrm.gemspec b/evil-winrm.gemspec index 170be3d..440027c 100644 --- a/evil-winrm.gemspec +++ b/evil-winrm.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = 'evil-winrm' - spec.version = '3.7' + spec.version = '3.8' spec.license = 'LGPL-3.0' spec.authors = %w[CyberVaca OscarAkaElvis Jarilaos Arale61] spec.email = ['oscar.alfonso.diaz@gmail.com'] diff --git a/evil-winrm.rb b/evil-winrm.rb index 04c9385..2854fd9 100755 --- a/evil-winrm.rb +++ b/evil-winrm.rb @@ -22,7 +22,7 @@ # Constants # Version -VERSION = '3.7' +VERSION = '3.8' # Msg types TYPE_INFO = 0