From 513ab13e71895fb4f53624ad5a6c0a04661aeffb Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Tue, 14 Nov 2023 12:43:42 +0530 Subject: [PATCH 01/45] Add kaspersky-virus-removal-tool --- bucket/kaspersky-virus-removal-tool.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/kaspersky-virus-removal-tool.json diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json new file mode 100644 index 00000000000000..8cfb861ff82ba8 --- /dev/null +++ b/bucket/kaspersky-virus-removal-tool.json @@ -0,0 +1,23 @@ +{ + "version": "202311140045", + "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", + "homepage": "https://support.kaspersky.com/15674", + "license": "Freeware", + "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", + "hash": "40cc0f8eaf37eac9c922495530e9a89ec7224da6004503b3b48598d8c778339b", + "bin": "KVRT.exe", + "shortcuts": [ + [ + "KVRT.exe", + "Kaspersky Virus Removal Tool", + "-accepteula" + ] + ], + "checkver": { + "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/kvrt.xml", + "regex": "\"([\\d]+)\"" + }, + "autoupdate": { + "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe" + } +} From c7f9fd1fa10f376ef5a458b0933b5a406586628b Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Wed, 15 Nov 2023 00:22:21 +0530 Subject: [PATCH 02/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 8cfb861ff82ba8..83fd92dd336aac 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311140045", + "version": "202311141514", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "40cc0f8eaf37eac9c922495530e9a89ec7224da6004503b3b48598d8c778339b", + "hash": "3d8990028639873cd3da327350ef4be44b3bd919545af8f873efed973ca97f0e", "bin": "KVRT.exe", "shortcuts": [ [ From 432e78ef94a3be51b0837561fb92979d1b76a727 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Wed, 15 Nov 2023 10:48:17 +0530 Subject: [PATCH 03/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 83fd92dd336aac..28dafdd1bd6077 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311141514", + "version": "202311142308", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "3d8990028639873cd3da327350ef4be44b3bd919545af8f873efed973ca97f0e", + "hash": "de8a73715f243a5a463d09c3bbc75c68f6fa219191665a4b1ecfca1678b9571b", "bin": "KVRT.exe", "shortcuts": [ [ From 2e2fb2105ada7e59a1323a007de06c74ef94d865 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Wed, 15 Nov 2023 15:37:08 +0530 Subject: [PATCH 04/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 28dafdd1bd6077..04d29b1434c6fa 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311142308", + "version": "202311150528", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "de8a73715f243a5a463d09c3bbc75c68f6fa219191665a4b1ecfca1678b9571b", + "hash": "22278c969e9b9a05b43ea453ee7d27cfba14b95e31a376babf7c8b35cebd1f50", "bin": "KVRT.exe", "shortcuts": [ [ From 7c8726a019ba45fa45622f6df9cda91a102a0b13 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:03:36 +0530 Subject: [PATCH 05/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 04d29b1434c6fa..7339889aee8115 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311150528", + "version": "202311160244", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "22278c969e9b9a05b43ea453ee7d27cfba14b95e31a376babf7c8b35cebd1f50", + "hash": "092a68291b2d8e6807e4f650b1576bec9ad049a3abf692ec51295a8e7d05d7de", "bin": "KVRT.exe", "shortcuts": [ [ From 582e4ffd72ffff48e22b4a7efba31839841c018b Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:25:57 +0530 Subject: [PATCH 06/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 7339889aee8115..bf4db840566459 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311160244", + "version": "202311170153", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "092a68291b2d8e6807e4f650b1576bec9ad049a3abf692ec51295a8e7d05d7de", + "hash": "1761ed5aaf0f51c84d359258c85e8de84b36ff6683b1262b09cb02338ac7b998", "bin": "KVRT.exe", "shortcuts": [ [ From a1d490eb51cc6223c7a5fbd7be63e6ad0c769772 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Fri, 17 Nov 2023 19:16:14 +0530 Subject: [PATCH 07/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index bf4db840566459..2614aa1e67326f 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311170153", + "version": "202311170938", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "1761ed5aaf0f51c84d359258c85e8de84b36ff6683b1262b09cb02338ac7b998", + "hash": "8f7e31b2be8d7250d2920e50bf56098ed4d31832dd54058ca71f45cab640d7b9", "bin": "KVRT.exe", "shortcuts": [ [ From c92a16a1e1f860c10ce72096907de19fc753d45f Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sat, 18 Nov 2023 11:18:40 +0530 Subject: [PATCH 08/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 2614aa1e67326f..5d37b496f2ff7a 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311170938", + "version": "202311180155", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", - "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "8f7e31b2be8d7250d2920e50bf56098ed4d31832dd54058ca71f45cab640d7b9", + "url": "https://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", + "hash": "2003ded638f4b60b3da04e02f2b3a5e92f5e67474580685bd83343e5f4df4ac5", "bin": "KVRT.exe", "shortcuts": [ [ From 4399b2962558c0429865cc91649b8186cf8ffe07 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sat, 18 Nov 2023 11:22:02 +0530 Subject: [PATCH 09/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 5d37b496f2ff7a..5459af48230572 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -14,10 +14,10 @@ ] ], "checkver": { - "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/kvrt.xml", + "url": "https://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/kvrt.xml", "regex": "\"([\\d]+)\"" }, "autoupdate": { - "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe" + "url": "https://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe" } } From 7620efff71142de217bca41b7a94bf24050ca1ab Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sat, 18 Nov 2023 11:29:17 +0530 Subject: [PATCH 10/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 5459af48230572..87f553e7b8c3ef 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -3,7 +3,7 @@ "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", - "url": "https://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", + "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", "hash": "2003ded638f4b60b3da04e02f2b3a5e92f5e67474580685bd83343e5f4df4ac5", "bin": "KVRT.exe", "shortcuts": [ @@ -14,10 +14,10 @@ ] ], "checkver": { - "url": "https://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/kvrt.xml", + "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/kvrt.xml", "regex": "\"([\\d]+)\"" }, "autoupdate": { - "url": "https://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe" + "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe" } } From f11267dc873ac51aa346e0831715580ce656566a Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sat, 18 Nov 2023 11:29:40 +0530 Subject: [PATCH 11/45] Update kaspersky-virus-removal-tool.json From ed4c527bc69eba74c259395f5d50ad432f93fd31 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sat, 18 Nov 2023 19:16:51 +0530 Subject: [PATCH 12/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 87f553e7b8c3ef..f39f6238ba364b 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -3,7 +3,7 @@ "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", - "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", + "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", "hash": "2003ded638f4b60b3da04e02f2b3a5e92f5e67474580685bd83343e5f4df4ac5", "bin": "KVRT.exe", "shortcuts": [ @@ -14,10 +14,10 @@ ] ], "checkver": { - "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/kvrt.xml", + "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/kvrt.xml", "regex": "\"([\\d]+)\"" }, "autoupdate": { - "url": "http://devbuilds.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe" + "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe" } } From 099563ea4af162dbea533678406aab3a223da131 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sun, 19 Nov 2023 01:26:43 +0530 Subject: [PATCH 13/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index f39f6238ba364b..cef2e4de707cb1 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311180155", + "version": "202311181508", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "2003ded638f4b60b3da04e02f2b3a5e92f5e67474580685bd83343e5f4df4ac5", + "hash": "d1daa461ec044cd1b31824614a9836b388a8f70f8aa23d2aeefa0127c02a2525", "bin": "KVRT.exe", "shortcuts": [ [ From bfa747ce8c2c96bf9f80d573e134861456d55b9d Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Mon, 20 Nov 2023 01:56:54 +0530 Subject: [PATCH 14/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index cef2e4de707cb1..08a2184e6f23bc 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311181508", + "version": "202311191455", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "d1daa461ec044cd1b31824614a9836b388a8f70f8aa23d2aeefa0127c02a2525", + "hash": "4c58ce238d586206027dd70e27b00aa76f288fd089db5217b839d31f76d43531", "bin": "KVRT.exe", "shortcuts": [ [ From 7a80d20f39652ddf2b190734c4738bf0513b006d Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Mon, 20 Nov 2023 15:19:54 +0530 Subject: [PATCH 15/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 08a2184e6f23bc..207170849472db 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311191455", + "version": "202311200603", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "4c58ce238d586206027dd70e27b00aa76f288fd089db5217b839d31f76d43531", + "hash": "cfa9464b3b8404d463918c8270aa73379146b0888ecf0a759176da38956e029b", "bin": "KVRT.exe", "shortcuts": [ [ From 318aadf422a2e24461b49822fc8998cb7da106fc Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Tue, 21 Nov 2023 12:05:52 +0530 Subject: [PATCH 16/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 207170849472db..eb41630e45e2b2 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311200603", + "version": "202311210037", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "cfa9464b3b8404d463918c8270aa73379146b0888ecf0a759176da38956e029b", + "hash": "b6fc83701fee5bee8ab2b84f58134db6293998e3ddf62f698d1152e3ba2ff521", "bin": "KVRT.exe", "shortcuts": [ [ From 863c9b0eafdf8a98adb0a66ce19af189dbad12fe Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Wed, 22 Nov 2023 01:42:47 +0530 Subject: [PATCH 17/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index eb41630e45e2b2..4350c0d8859553 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311210037", + "version": "202311211526", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "b6fc83701fee5bee8ab2b84f58134db6293998e3ddf62f698d1152e3ba2ff521", + "hash": "66c7deff3c77b0e7f052b4d6cd5c98161cbb42352e3b64dd50c4ed7310688b44", "bin": "KVRT.exe", "shortcuts": [ [ From 9a2076ebb23f462f9ffb15e0f41bc40bcb55c466 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:23:48 +0530 Subject: [PATCH 18/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 4350c0d8859553..7fef18b834080a 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311211526", + "version": "202311220252", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "66c7deff3c77b0e7f052b4d6cd5c98161cbb42352e3b64dd50c4ed7310688b44", + "hash": "f93e5cc787da5d78c04c07cf2b4986310492d128e62929b771011da056fe56aa", "bin": "KVRT.exe", "shortcuts": [ [ From 9e39efb9dc1cecd770ec99ca4b076cc93eb93bce Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Wed, 22 Nov 2023 20:25:20 +0530 Subject: [PATCH 19/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 7fef18b834080a..a36f43d7642e0b 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311220252", + "version": "202311221030", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "f93e5cc787da5d78c04c07cf2b4986310492d128e62929b771011da056fe56aa", + "hash": "5299fb7e9115154f8fc59519101b680674333e5ac7f2f74f2b57f641bc261f24", "bin": "KVRT.exe", "shortcuts": [ [ From c621e73b25a3ca6cbec900ee4741f75f01833d2d Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Thu, 23 Nov 2023 01:26:09 +0530 Subject: [PATCH 20/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index a36f43d7642e0b..1ad88476af5fe9 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311221030", + "version": "202311221357", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "5299fb7e9115154f8fc59519101b680674333e5ac7f2f74f2b57f641bc261f24", + "hash": "7c58468fa6e5cda2332bf000f64691aa91c26ac37c80e707b2a81d0157800c2c", "bin": "KVRT.exe", "shortcuts": [ [ From f70f2b942ab4eb4f87d91bbd272bfa97bd730c10 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Thu, 23 Nov 2023 13:45:53 +0530 Subject: [PATCH 21/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 1ad88476af5fe9..f6bb60445825d4 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311221357", + "version": "202311230248", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "7c58468fa6e5cda2332bf000f64691aa91c26ac37c80e707b2a81d0157800c2c", + "hash": "2c2535460831ed568f34a79b3c7e84df8d6587fa800d31b47671a1ec76fb06ef", "bin": "KVRT.exe", "shortcuts": [ [ From 67f2ab2eb3615630285e674b10f31fa54aa01210 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Thu, 23 Nov 2023 17:08:36 +0530 Subject: [PATCH 22/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index f6bb60445825d4..7213b85d74edfb 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311230248", + "version": "202311230801", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "2c2535460831ed568f34a79b3c7e84df8d6587fa800d31b47671a1ec76fb06ef", + "hash": "ef4e222cab3b695860a65adb8e6ff44f82366634eb8fc67f50868fdfd95e8de7", "bin": "KVRT.exe", "shortcuts": [ [ From 6555a76cf568b61cca2a18fb3a24e6cf5e388597 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:37:00 +0530 Subject: [PATCH 23/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 7213b85d74edfb..faf4b45c72d0f3 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311230801", + "version": "202311231330", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "ef4e222cab3b695860a65adb8e6ff44f82366634eb8fc67f50868fdfd95e8de7", + "hash": "8c768ba778916a2ed93f197eb82b0758277740a8e170657f580c652af199c412", "bin": "KVRT.exe", "shortcuts": [ [ From 33b3f8701d5f5f4810d135bb2cb01f22243c2156 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Fri, 24 Nov 2023 03:00:42 +0530 Subject: [PATCH 24/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index faf4b45c72d0f3..201380a051119b 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311231330", + "version": "202311231700", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "8c768ba778916a2ed93f197eb82b0758277740a8e170657f580c652af199c412", + "hash": "a093acdcbd87464917ba13279c58c67d3393d305a4661541fe6fabfcd9835397", "bin": "KVRT.exe", "shortcuts": [ [ From 1abd287c99c6b0a0cda5457a4ab11edd9c099366 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Fri, 24 Nov 2023 18:51:49 +0530 Subject: [PATCH 25/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 201380a051119b..b91cfc2e5ce8b3 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311231700", + "version": "202311240609", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "a093acdcbd87464917ba13279c58c67d3393d305a4661541fe6fabfcd9835397", + "hash": "718a2b2c93f1cbf3616b3930a56e090a936061eb989e3012e0e9946136818f0a", "bin": "KVRT.exe", "shortcuts": [ [ From 818a99f47b7b81f3ba07cebb6ec04a318282a0d4 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sat, 25 Nov 2023 02:55:38 +0530 Subject: [PATCH 26/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index b91cfc2e5ce8b3..be2e8e0bdce918 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311240609", + "version": "202311241220", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "718a2b2c93f1cbf3616b3930a56e090a936061eb989e3012e0e9946136818f0a", + "hash": "f2597bdeac0fbe90768ab98399c8759856a0954449cb71996be6c1eb837dbae0", "bin": "KVRT.exe", "shortcuts": [ [ From 0fb6d79218a40bb7e6cd89bd18305b7a9ed85824 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sat, 25 Nov 2023 12:02:50 +0530 Subject: [PATCH 27/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index be2e8e0bdce918..893faa666d5b22 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311241220", + "version": "202311250248", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "f2597bdeac0fbe90768ab98399c8759856a0954449cb71996be6c1eb837dbae0", + "hash": "7872ec0b5765c1274ae3c8431bcfa608353e83850a26cee587c423a85a77a9f4", "bin": "KVRT.exe", "shortcuts": [ [ From ee42c22007d59ce9479a1e5723574a603012faa6 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sat, 25 Nov 2023 16:13:53 +0530 Subject: [PATCH 28/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 893faa666d5b22..54fb0050785b2e 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311250248", + "version": "202311250614", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "7872ec0b5765c1274ae3c8431bcfa608353e83850a26cee587c423a85a77a9f4", + "hash": "1f3254de844a0ed50666fbab3270f182bd4bd812114f1c3967d94a6838beb41c", "bin": "KVRT.exe", "shortcuts": [ [ From 17dc7b239863cc606ac0def977b2e8f03119cf25 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sun, 26 Nov 2023 19:21:07 +0530 Subject: [PATCH 29/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 54fb0050785b2e..0ea5200721175c 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311250614", + "version": "202311261201", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "1f3254de844a0ed50666fbab3270f182bd4bd812114f1c3967d94a6838beb41c", + "hash": "91c59130c20c5392da8b2c0e8558a9f0bba51cd128afd664e748e60e0c8f3870", "bin": "KVRT.exe", "shortcuts": [ [ From 5eedac5a97bbb86bebcb74dd50f9542dfe836efc Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:42:53 +0530 Subject: [PATCH 30/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 0ea5200721175c..bf0143fd82692c 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311261201", + "version": "202311270408", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "91c59130c20c5392da8b2c0e8558a9f0bba51cd128afd664e748e60e0c8f3870", + "hash": "0d31de22aae33ec97a9c42b8b99105e7e47567b0e91549d0d16e2cc72960bea8", "bin": "KVRT.exe", "shortcuts": [ [ From 3f45638f785abb228eee3dac4e4f3ecccaea4287 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Mon, 27 Nov 2023 23:52:21 +0530 Subject: [PATCH 31/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index bf0143fd82692c..bdde52c43fce3b 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311270408", + "version": "202311271311", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "0d31de22aae33ec97a9c42b8b99105e7e47567b0e91549d0d16e2cc72960bea8", + "hash": "42bc26d20b87848d2dee6cd96822c43f53e16407b72b54bad0b9c843edafa34c", "bin": "KVRT.exe", "shortcuts": [ [ From 26a18135ada25e4449261900da99579fb2b530ad Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Tue, 28 Nov 2023 21:39:35 +0530 Subject: [PATCH 32/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index bdde52c43fce3b..fd4d8da173f49b 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311271311", + "version": "202311281142", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "42bc26d20b87848d2dee6cd96822c43f53e16407b72b54bad0b9c843edafa34c", + "hash": "ace1d2191fe3f0e0fe43365f6ca085e793e484f375b0f36b4ceec283477af0ef", "bin": "KVRT.exe", "shortcuts": [ [ From c333712e254f6123efac8114b9f07157e021a679 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Wed, 29 Nov 2023 03:17:42 +0530 Subject: [PATCH 33/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index fd4d8da173f49b..93d9a46d1b2fe6 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311281142", + "version": "202311281917", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "ace1d2191fe3f0e0fe43365f6ca085e793e484f375b0f36b4ceec283477af0ef", + "hash": "6cb7a5f493bccafa409c36e3854fbfda784e21b20ece3ed92bf37d1ba1b2a8aa", "bin": "KVRT.exe", "shortcuts": [ [ From 61470196c12c76402cafa11b474b293944ef8f2e Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:32:47 +0530 Subject: [PATCH 34/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 93d9a46d1b2fe6..0972bc40dd12e1 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311281917", + "version": "202311290058", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "6cb7a5f493bccafa409c36e3854fbfda784e21b20ece3ed92bf37d1ba1b2a8aa", + "hash": "4019dd4bf736bebb70e76a16ef91ab13e3ad1db6611c37f01bb19a295f645e37", "bin": "KVRT.exe", "shortcuts": [ [ From 9eaaf21694f9b78c1aaf9bdd92dc5e7f8e3ce5db Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:32:35 +0530 Subject: [PATCH 35/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 0972bc40dd12e1..ea87a2d45d89e5 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311290058", + "version": "202311292207", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "4019dd4bf736bebb70e76a16ef91ab13e3ad1db6611c37f01bb19a295f645e37", + "hash": "d49db4e85d3bfcfa5aa4c7c8e7cf15308799fe84ea309a50228dc7d3077da17e", "bin": "KVRT.exe", "shortcuts": [ [ From 5ecd8a5c6569a208039067e7079f8653e492fdb3 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Thu, 30 Nov 2023 20:34:07 +0530 Subject: [PATCH 36/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index ea87a2d45d89e5..837c970b5a3138 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311292207", + "version": "202311301044", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "d49db4e85d3bfcfa5aa4c7c8e7cf15308799fe84ea309a50228dc7d3077da17e", + "hash": "84d0784708a09051666ca3fe97a76930585e2837e9680b9687637f7c40e5b9f2", "bin": "KVRT.exe", "shortcuts": [ [ From ca769303f234265bdff2becf173fb6539ea93b65 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:49:36 +0530 Subject: [PATCH 37/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 837c970b5a3138..decc53e8886c65 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202311301044", + "version": "202312010132", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "84d0784708a09051666ca3fe97a76930585e2837e9680b9687637f7c40e5b9f2", + "hash": "62cae1cb29f996caec2f2e69dba395a36989fa83a98841bb97d73736cf4ea483", "bin": "KVRT.exe", "shortcuts": [ [ From 2381ec238b894519cbd6628f81adb75709a9001d Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sat, 2 Dec 2023 11:18:15 +0530 Subject: [PATCH 38/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index decc53e8886c65..72e2c5376e7785 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202312010132", + "version": "202312012253", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "62cae1cb29f996caec2f2e69dba395a36989fa83a98841bb97d73736cf4ea483", + "hash": "02ca94ec181eb02d4c0b0e4fed4d484a835210ea8c99920efd17b1e686adef6f", "bin": "KVRT.exe", "shortcuts": [ [ @@ -15,7 +15,7 @@ ], "checkver": { "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/kvrt.xml", - "regex": "\"([\\d]+)\"" + "xpath": "//root//update_info//@databases_timestamp" }, "autoupdate": { "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe" From 244d2065770a107c33e29093c36f86070935c6da Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sat, 2 Dec 2023 15:23:26 +0530 Subject: [PATCH 39/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 72e2c5376e7785..d7fc243968a53e 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202312012253", + "version": "202312020557", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "02ca94ec181eb02d4c0b0e4fed4d484a835210ea8c99920efd17b1e686adef6f", + "hash": "7b97006a2f66aab97ad3532d032c2d7ea7f0b44337ec92b4f03f26e407de4be2", "bin": "KVRT.exe", "shortcuts": [ [ From c62de8f8e5417d5ffed03b483a8fc89ed60216a9 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sun, 3 Dec 2023 01:36:55 +0530 Subject: [PATCH 40/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index d7fc243968a53e..5e765a64f8f1ca 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202312020557", + "version": "202312021305", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "7b97006a2f66aab97ad3532d032c2d7ea7f0b44337ec92b4f03f26e407de4be2", + "hash": "a1143d8959c06e236880361edd75631ff41a16326dc6f5dc50a0461d17e56074", "bin": "KVRT.exe", "shortcuts": [ [ From 04f0f3a75744dcc3f2080ccf8e5360245cb754ca Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Mon, 4 Dec 2023 18:45:39 +0530 Subject: [PATCH 41/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 5e765a64f8f1ca..2c95ce8df78262 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202312021305", + "version": "202312041051", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "a1143d8959c06e236880361edd75631ff41a16326dc6f5dc50a0461d17e56074", + "hash": "07b0538ab10f83a80f75594526478d144f2a988166e3a025b5f455d976a49f41", "bin": "KVRT.exe", "shortcuts": [ [ From d8ac2bdee3f4032100e8bd2e08d10eb1fa14828d Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Tue, 26 Dec 2023 13:11:03 +0530 Subject: [PATCH 42/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 2c95ce8df78262..45986ad99590c3 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202312041051", + "version": "202312260244", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "07b0538ab10f83a80f75594526478d144f2a988166e3a025b5f455d976a49f41", + "hash": "78f01aacd86ada74dd5d8cd57ab4c2860a3df5a9bdba56aab0580e2e7afe70db", "bin": "KVRT.exe", "shortcuts": [ [ From 7f299ae2e32b08814f1b6b39fc561acfbbfbe0e6 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Wed, 7 Feb 2024 23:45:14 +0530 Subject: [PATCH 43/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 45986ad99590c3..09dca12b785a16 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "202312260244", + "version": "20.0.11.0.202402071445", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "78f01aacd86ada74dd5d8cd57ab4c2860a3df5a9bdba56aab0580e2e7afe70db", + "hash": "820015ae072cecd51f1f44c492f7b1f8be064a676cb8a2c59b38c27282ad43ef", "bin": "KVRT.exe", "shortcuts": [ [ @@ -15,7 +15,8 @@ ], "checkver": { "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/kvrt.xml", - "xpath": "//root//update_info//@databases_timestamp" + "regex": "version = \"([\\d.]+)\"\\r?\\n\\s{4}databases_timestamp = \"([\\d]+)\"", + "replace": "${1}.${2}" }, "autoupdate": { "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe" From 752b7abd7d44a4139f8f850f56427e0e57e0c793 Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Sun, 21 Apr 2024 06:01:15 +0530 Subject: [PATCH 44/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 09dca12b785a16..07ff644b130a0f 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "20.0.11.0.202402071445", + "version": "20.0.11.0.202404201910", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "820015ae072cecd51f1f44c492f7b1f8be064a676cb8a2c59b38c27282ad43ef", + "hash": "bb804f8349947610c68f022d5aaa7ee41d8a67eb809c5f190ceec409c1e4e030", "bin": "KVRT.exe", "shortcuts": [ [ From a85c983dd1f4526e30abe335b1408de9949c6d8d Mon Sep 17 00:00:00 2001 From: Witchilich <56309157+Witchilich@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:07:51 +0530 Subject: [PATCH 45/45] Update kaspersky-virus-removal-tool.json --- bucket/kaspersky-virus-removal-tool.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/kaspersky-virus-removal-tool.json b/bucket/kaspersky-virus-removal-tool.json index 07ff644b130a0f..252067c333658a 100644 --- a/bucket/kaspersky-virus-removal-tool.json +++ b/bucket/kaspersky-virus-removal-tool.json @@ -1,10 +1,10 @@ { - "version": "20.0.11.0.202404201910", + "version": "20.0.12.0.202411280100", "description": "Kaspersky's Virus Removal Tool. Scan and disinfect an infected computer from viruses and other types of malicious programs.", "homepage": "https://support.kaspersky.com/15674", "license": "Freeware", "url": "https://devbuilds.s.kaspersky-labs.com/devbuilds/KVRT/latest/full/KVRT.exe", - "hash": "bb804f8349947610c68f022d5aaa7ee41d8a67eb809c5f190ceec409c1e4e030", + "hash": "097ca8eed46b0cb5e82a3d859e6aabc846ee602ed3511e6dc0e2737eda1a3be2", "bin": "KVRT.exe", "shortcuts": [ [