From 1b47812616138aac12dbbd1d463052d31adb9f0c Mon Sep 17 00:00:00 2001 From: Tomas Kracmar Date: Mon, 15 Apr 2024 21:42:37 +0200 Subject: [PATCH] Update version schema --- ElysiumSettings.txt.sample | 2 +- Extract-NTHashes.ps1 | 4 ++-- Uninstall.ps1 | 2 +- decrypt.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ElysiumSettings.txt.sample b/ElysiumSettings.txt.sample index f0e569c..68d6fce 100644 --- a/ElysiumSettings.txt.sample +++ b/ElysiumSettings.txt.sample @@ -8,7 +8,7 @@ ################################################## ## Project: Elysium ## ## File: ElysiumSettings.txt ## -## Version: 1.0 ## +## Version: 1.0.0 ## ## Support: support@cqre.net ## ################################################## diff --git a/Extract-NTHashes.ps1 b/Extract-NTHashes.ps1 index 842f860..79632eb 100644 --- a/Extract-NTHashes.ps1 +++ b/Extract-NTHashes.ps1 @@ -7,7 +7,7 @@ ################################################## ## Project: Elysium ## ## File: Extract-NTLMHashes.ps1 ## -## Version: 1.0 ## +## Version: 1.0.0 ## ## Support: support@cqre.net ## ################################################## @@ -204,4 +204,4 @@ else { Remove-Item -Path $exportPath, $compressedFilePath, $encryptedFilePath, $tempDownloadPath -Force Write-Host "Local and temporary files cleaned up after uploading to Azure Blob Storage." -Write-Host "Script execution completed." \ No newline at end of file +Write-Host "Script execution completed." diff --git a/Uninstall.ps1 b/Uninstall.ps1 index 5e1a72c..60473b7 100644 --- a/Uninstall.ps1 +++ b/Uninstall.ps1 @@ -7,7 +7,7 @@ ################################################## ## Project: Elysium ## ## File: Uninstall.ps1 ## -## Version: 1.0 ## +## Version: 1.0.0 ## ## Support: support@cqre.net ## ################################################## diff --git a/decrypt.py b/decrypt.py index cbea943..39ad156 100644 --- a/decrypt.py +++ b/decrypt.py @@ -7,7 +7,7 @@ ################################################## ## Project: Elysium ## ## File: decrypt.py ## -## Version: 1.0 ## +## Version: 1.0.0 ## ## Support: support@cqre.net ## ##################################################