Skip to content

Commit ffe958c

Browse files
Merge pull request #65 from Hackplayers/dev
Dev to master v3.7
2 parents 71ca144 + 9fdf097 commit ffe958c

File tree

4 files changed

+235
-50
lines changed

4 files changed

+235
-50
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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!"

evil-winrm.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::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]']

0 commit comments

Comments
 (0)