File tree Expand file tree Collapse file tree 4 files changed +235
-50
lines changed Expand file tree Collapse file tree 4 files changed +235
-50
lines changed Original file line number Diff line number Diff line change 1+ ### 3.7
2+ - Fixed menu command to avoid being detected as malware
3+ - Improved EDR evasion randomizing powershell function names and variables
4+ - Added progress bar for AMSI bypass
5+
16### 3.6
27 - Improvements of paths parsing
38 - Fixed bug downloading files without extension
Original file line number Diff line number Diff line change @@ -561,7 +561,7 @@ Use it at your own servers and/or with the server owner's permission.
561561[ @arale61 ] : https://twitter.com/arale61
562562
563563<!-- Badges URLs -->
564- [ Version-shield ] : https://img.shields.io/badge/version-3.6 -blue.svg?style=flat-square&colorA=273133&colorB=0093ee " Latest version "
564+ [ Version-shield ] : https://img.shields.io/badge/version-3.7 -blue.svg?style=flat-square&colorA=273133&colorB=0093ee " Latest version "
565565[ 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 "
566566[ License-shield ] : https://img.shields.io/badge/license-LGPL%20v3%2B-blue.svg?style=flat-square&colorA=273133&colorB=bd0000 " LGPL v3+ "
567567[ Docker-shield ] : https://img.shields.io/docker/automated/oscarakaelvis/evil-winrm.svg?style=flat-square&colorA=273133&colorB=a9a9a9 " Docker rules! "
Original file line number Diff line number Diff line change 22
33Gem ::Specification . new do |spec |
44 spec . name = 'evil-winrm'
5- spec . version = '3.6 '
5+ spec . version = '3.7 '
66 spec . license = 'LGPL-3.0'
77 spec . authors = %w[ CyberVaca OscarAkaElvis Jarilaos Arale61 ]
88 spec . email = [ '[email protected] ' ]
You can’t perform that action at this time.
0 commit comments