From c05e94546cc9c7b3d5933a59065b4411344a43ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 7 Sep 2021 09:33:53 -0700 Subject: [PATCH] pe-sieve: Update to version 0.3.1 --- bucket/pe-sieve.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/pe-sieve.json b/bucket/pe-sieve.json index e0b08ffb09..3fcbf918a3 100644 --- a/bucket/pe-sieve.json +++ b/bucket/pe-sieve.json @@ -1,16 +1,16 @@ { - "version": "0.3.0", + "version": "0.3.1", "description": "Scans a given process. Recognizes and dumps a variety of potentially malicious implants (replaced/injected PEs, shellcodes, hooks, in-memory patches).", "homepage": "https://hshrzd.wordpress.com/pe-sieve/", "license": "BSD-2-Clause", "architecture": { "64bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.0/pe-sieve64.exe#/pe-sieve.exe", - "hash": "11310ad3ad7e348f436074369349f28151e72616ed7245b56463a9670b6d4183" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.1/pe-sieve64.exe#/pe-sieve.exe", + "hash": "5800d560ed6ba7c6bffdd71a8c721de4f9dbf1bcd8788f13ab37ce36c4a6ef36" }, "32bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.0/pe-sieve32.exe#/pe-sieve.exe", - "hash": "d24f0402d1fc2d4a8a4f7bc0ccfb425ac9e996ebb145c25c7e0f1cda4427ece0" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.1/pe-sieve32.exe#/pe-sieve.exe", + "hash": "2a6071fd9d24d8803fa56bdc56e5843ff25775a87807484d23826af5ae05fbad" } }, "bin": "pe-sieve.exe",