From be96cbf9a5380450ce958f4cb362eb0e73a22b54 Mon Sep 17 00:00:00 2001 From: Tomas Kracmar Date: Fri, 7 Nov 2025 20:56:02 +0100 Subject: [PATCH] Bumped versions --- Elysium.ps1 | 14 +++++++------- Extract-NTHashes.ps1 | 2 +- Prepare-KHDBStorage.ps1 | 2 +- Test-WeakADPasswords.ps1 | 2 +- Uninstall.ps1 | 2 +- Update-KHDB.ps1 | 2 +- Update-LithnetStore.ps1 | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Elysium.ps1 b/Elysium.ps1 index 250633d..bba4838 100644 --- a/Elysium.ps1 +++ b/Elysium.ps1 @@ -7,7 +7,7 @@ ################################################## ## Project: Elysium ## ## File: Elysium.ps1 ## -## Version: 1.2.0 ## +## Version: 1.3.0 ## ## Support: support@cqre.net ## ################################################## @@ -92,8 +92,8 @@ function Show-Menu { Write-Host "1: Download/Update Known-Hashes Database (KHDB)" Write-Host "2: Test Weak AD Passwords" Write-Host "3: Extract and Send Current Hashes for KHDB Update" - Write-Host "4: Uninstall" - Write-Host "5: Update Lithnet Password Protection Store" + Write-Host "4: Update Lithnet Password Protection Store" + Write-Host "5: Uninstall" Write-Host "6: Exit" } @@ -126,13 +126,13 @@ do { } } '4' { - Write-Host "Uninstalling..." - & (Join-Path -Path $PSScriptRoot -ChildPath 'Uninstall.ps1') - } - '5' { Write-Host "Updating Lithnet Password Protection store..." & (Join-Path -Path $PSScriptRoot -ChildPath 'Update-LithnetStore.ps1') } + '5' { + Write-Host "Uninstalling..." + & (Join-Path -Path $PSScriptRoot -ChildPath 'Uninstall.ps1') + } '6' { Write-Host "Exiting..." # end loop; transcript will be stopped after the loop diff --git a/Extract-NTHashes.ps1 b/Extract-NTHashes.ps1 index 7f8e4e2..f8bb843 100644 --- a/Extract-NTHashes.ps1 +++ b/Extract-NTHashes.ps1 @@ -7,7 +7,7 @@ ################################################## ## Project: Elysium ## ## File: Extract-NTLMHashes.ps1 ## -## Version: 1.2.1 ## +## Version: 1.3.0 ## ## Support: support@cqre.net ## ################################################## diff --git a/Prepare-KHDBStorage.ps1 b/Prepare-KHDBStorage.ps1 index d0a1444..69d171f 100644 --- a/Prepare-KHDBStorage.ps1 +++ b/Prepare-KHDBStorage.ps1 @@ -7,7 +7,7 @@ ################################################## ## Project: Elysium ## ## File: Prepare-KHDBStorage.ps1 ## -## Version: 1.0.0 ## +## Version: 1.1.0 ## ## Support: support@cqre.net ## ################################################## diff --git a/Test-WeakADPasswords.ps1 b/Test-WeakADPasswords.ps1 index efe4149..e47a403 100644 --- a/Test-WeakADPasswords.ps1 +++ b/Test-WeakADPasswords.ps1 @@ -8,7 +8,7 @@ ################################################## ## Project: Elysium ## ## File: Test-WeakADPasswords.ps1 ## -## Version: 1.3.3 ## +## Version: 1.4.0 ## ## Support: support@cqre.net ## ################################################## diff --git a/Uninstall.ps1 b/Uninstall.ps1 index eed6ce9..23f973e 100644 --- a/Uninstall.ps1 +++ b/Uninstall.ps1 @@ -7,7 +7,7 @@ ################################################## ## Project: Elysium ## ## File: Uninstall.ps1 ## -## Version: 1.1.0 ## +## Version: 1.2.0 ## ## Support: support@cqre.net ## ################################################## diff --git a/Update-KHDB.ps1 b/Update-KHDB.ps1 index 93b162e..5b61f95 100644 --- a/Update-KHDB.ps1 +++ b/Update-KHDB.ps1 @@ -7,7 +7,7 @@ ################################################## ## Project: Elysium ## ## File: Update-KHDB.ps1 ## -## Version: 2.0.0 ## +## Version: 2.1.0 ## ## Support: support@cqre.net ## ################################################## diff --git a/Update-LithnetStore.ps1 b/Update-LithnetStore.ps1 index 43d3d7e..0650491 100644 --- a/Update-LithnetStore.ps1 +++ b/Update-LithnetStore.ps1 @@ -7,7 +7,7 @@ ################################################## ## Project: Elysium ## ## File: Update-LithnetStore.ps1 ## -## Version: 1.0.0 ## +## Version: 1.1.0 ## ## Support: support@cqre.net ## ##################################################