Skip to content

Commit

Permalink
Merge pull request #65 from Hackplayers/dev
Browse files Browse the repository at this point in the history
Dev to master v3.7
  • Loading branch information
OscarAkaElvis authored Oct 14, 2024
2 parents 71ca144 + 9fdf097 commit ffe958c
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 50 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 3.7
- Fixed menu command to avoid being detected as malware
- Improved EDR evasion randomizing powershell function names and variables
- Added progress bar for AMSI bypass

### 3.6
- Improvements of paths parsing
- Fixed bug downloading files without extension
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ Use it at your own servers and/or with the server owner's permission.
[@arale61]: https://twitter.com/arale61

<!-- Badges URLs -->
[Version-shield]: https://img.shields.io/badge/version-3.6-blue.svg?style=flat-square&colorA=273133&colorB=0093ee "Latest version"
[Version-shield]: https://img.shields.io/badge/version-3.7-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!"
Expand Down
2 changes: 1 addition & 1 deletion evil-winrm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'evil-winrm'
spec.version = '3.6'
spec.version = '3.7'
spec.license = 'LGPL-3.0'
spec.authors = %w[CyberVaca OscarAkaElvis Jarilaos Arale61]
spec.email = ['[email protected]']
Expand Down
Loading

0 comments on commit ffe958c

Please sign in to comment.