Windows Server: Downloads
Summary
You can download all the supported plugin releases from this page.
The change log for each version series can be found under the download link & hash.
See the versioning scheme for compatibility information.
Releases
Version 2.1.0
Download: windows_server-2.1.0.tgz
SHA256: e0309eec794773aa18dfe5f8845cef105919d9c430f703a7c4f88a745e8114aa
Series History
See the revision history for series 2.1.x below
Revisions
2.1.0 - 10/02/2021
Changed
- Update third-party dependencies (no functional changes)
Version 2.0.0
Download: windows_server-2.0.0.tgz
SHA256: dca944796ad9a7430f02548fbcd875a48f96819e4fad98377935e6761200cf7e
Series History
See the revision history for series 2.0.x below
Revisions
2.0.0 - 01/02/2021
Added
-
Kerberos authentication support
-
Support for optional read_timeout and operation_timeout keys in the WindowsServer dictionary
Version 1.7.0
Download: windows_server-1.7.0.tgz
SHA256: 267c1e3017f58a11be5f9021f24621d61c27a58123ae72825f9a15afd9301f35
Series History
See the revision history for series 1.7.x below
Revisions
1.7.0 - 29/01/2021
Added
- New groups actions module
Version 1.6.0
Download: windows_server-1.6.0.tgz
SHA256: 291be9c616f288e7198456892ff15c384501135f04c90d352e4dc1957e200512
Series History
See the revision history for series 1.6.x below
Revisions
1.6.0 - 20/01/2021
Added
- New optional 'force' input to the services.stop action
Version 1.5.0
Download: windows_server-1.5.0.tgz
SHA256: 2bbe220a9e28fe74e8c3fe78c48959776664a965dd90ee4863f6ffd19552ff7e
Series History
See the revision history for series 1.5.x below
Revisions
1.5.0 - 07/01/2021
Added
- New users.output_tabbed_table action
Changed
- The users.get_all action now ensures the server is not a domain controller before auditing local users
Version 1.4.0
Download: windows_server-1.4.0.tgz
SHA256: ad0e41812f4c6e6ece96f69d258c359066607f1094ae4b1137da6ac175f6e4f2
Series History
See the revision history for series 1.4.x below
Revisions
1.4.0 - 06/01/2021
Added
- New users module with audit and table actions
Version 1.3.0
Download: windows_server-1.3.0.tgz
SHA256: 36b956e044aa760eeff58289aa091286d3d6723b2b8bec6643c9ed3bbd095f50
Series History
See the revision history for series 1.3.x below
Revisions
1.3.0 - 06/10/2020
Changed
- The validate_cert and use_ssl WindowsServer values now default to True
Version 1.2.0
Download: windows_server-1.2.0.tgz
SHA256: 5895238c7241eeba72ec9e2bb1c7c580d92689e09ced315b31a2225e59d1cac5
Series History
See the revision history for series 1.2.x below
Revisions
1.2.0 - 30/09/2020
Added
- New services actions module
Version 1.1.2
Download: windows_server-1.1.2.tgz
SHA256: 1f93312bd6fafda0a3679ed48783697e24767f1004785617f144bf81fa4f1ff4
Series History
See the revision history for series 1.1.x below
Revisions
1.1.2 - 22/09/2020
Changed
- Unpin cffi version
1.1.1 - 16/09/2020
Changed
- Pin cffi version to 1.14.2 to avoid the recently yanked 1.14.3
1.1.0 - 17/08/2020
Added
- New windows_server.rdp actions module for viewing & managing RDP sessions on a server.
Version 1.0.2
Download: windows_server-1.0.2.tgz
SHA256: dc4327d58f9975af219a82b121f165ef533928571cc76d5ee5349a60b8cc2e5d
Series History
See the revision history for series 1.0.x below
Revisions
1.0.2 - 09/06/2020
Added
- New Windows Server plugin icon
1.0.0 - 09/06/2020
Added
- Initial plugin version with DOS/Powershell execution & file upload
Versioning Scheme
Plugin versions are in major
.minor
.patch
format.
Major
- Significant functionality changes
- May not be backward compatible
Minor
- Bug fixes
- Minor functionality changes
- Backward compatible
Patch
- No functional changes
- Reserved for documentation updates