From 5ac8d124bd7f780b8cd5735ede5edbfcec6d2dd6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Dec 2021 20:27:21 +0000 Subject: [PATCH] pe-sieve: Update to version 0.3.2 --- 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 3d30abd2bf..4d94ea2855 100644 --- a/bucket/pe-sieve.json +++ b/bucket/pe-sieve.json @@ -1,16 +1,16 @@ { - "version": "0.3.1.3", + "version": "0.3.2", "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.1.3/pe-sieve64.exe#/pe-sieve.exe", - "hash": "dfab6658443af12e012a5fdbe3f64b9725be764237564cac6939e680b2c4ef9c" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.2/pe-sieve64.exe#/pe-sieve.exe", + "hash": "fc3a6ced08ca2c3390141c05fab8c63901d2727ca31ee64be938f61c053d1ca9" }, "32bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.1.3/pe-sieve32.exe#/pe-sieve.exe", - "hash": "dec8861747b3e438774f7b67709e3696905950c47bc3deefceaf775e54f95585" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.2/pe-sieve32.exe#/pe-sieve.exe", + "hash": "e9b995df227b1aca2389ec8500f2e805e91d06703e40cf3383ee7eb297c7e50f" } }, "bin": "pe-sieve.exe",