- Fixed menu command to avoid being detected as malware
- Improved EDR evasion randomizing powershell function names and variables
- Added progress bar for AMSI bypass
- Improvements of paths parsing
- Fixed bug downloading files without extension
- Replaced deprecated File.exists by File.exist function to avoid errors on newer Ruby versions
- Added user-agent option (Thanks gmkbenjamin)
- AMSI bypass refactor
- ETW bypasss added
- Fixed Donut-Loader feature
- Improvements on powershell functions loading
- Improvements on gemspec file and in ruby code using Rubocop (Thanks noraj)
- Fixed issues with download and upload commands
- Added support for simple wildcard usage in upload and download commands
- Fixed non-controlled error on wrong certificates path when SSL enabled
- Docker image improved to support remote path completion
- Added CI files to be used in Github actions for Docker automated building
- Improvements on dynamic AMSI bypass
- Added gemspec file to repo for gem building
- Fixed missing output messages for Invoke-Binary
- Extracted AMSI bypass from menu to avoid menu problems due to M$ AV signatures
- Dynamic AMSI bypass implemented to avoid AV signatures
- Fixed minor duplicated code problem
- Dockerfile improvements
- AMSI bypass update
- Version released just to quick fix ruby dependencies on gem
- Remote files/directories autocomplete feature
- Added option to log commands and outputs to a log file (Thanks to Borch Cañavate)
- File permission access error now handled in exception to avoid losing connection
- Improvements on bundler installation method
- Added spn (Service Principal Names) option param for kerberos auth to set some different than default HTTP
- Fixed prompt colors (ANSI)
- Fixed Invoke-Binary arguments
- Service function improved, now show privileges over the services
- Added progress bar for file uploads/downloads
- New ascii art on menu
- Name of Dll loader refactored
- Help added to Invoke-Binary
- Fixed Invoke-Binary to accept any number of arguments separated by commas
- Fixed required params for certificates auth
- Removed trailing spaces for better visualization
- Added command line option to disable colors
- Improved Windows compatibility
- Trap capturing to avoid accidental shell exit on Ctrl+C
- Fix GSSAPI error
- Docker support added
- Added AMSI bypass
- Fix the ps1 load with large size
- Kerberos auth support
- Improve upload/download functionality
- Added pass-the-hash feature
- Added bundler installation method
- Added x64 compatibility to use Donut payloads
- Added SSL and certificates support
- Upload/download messages improved
- Updated documentation
- Removed scripts and executables dir as mandatory arguments
- Added logo
- Refactor to class
- Fixed upload/download error
- Added help arguments for connection
- Small fixes
- Added colors to shell prompt
- Added images to documentation
- Added some validations
- Added badges to documentation
- Translation to english
- Added first documentation
- Added colors for messages
- First ruby gem created
- Initial commit