From 70fe58244d08a4f0df639a8ce228bbe17c402eb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 8 May 2021 21:42:35 +0200 Subject: [PATCH] pe-sieve: Update to version 0.2.9.6 --- 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 1dd5aa50d6..2a58289d64 100644 --- a/bucket/pe-sieve.json +++ b/bucket/pe-sieve.json @@ -1,16 +1,16 @@ { - "version": "0.2.9.5", + "version": "0.2.9.6", "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.2.9.5/pe-sieve64.exe#/pe-sieve.exe", - "hash": "eeaa19d1cde83f5301b216160c0c7a87b92c28fedad1d08a28c301c0d9c7d408" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.9.6/pe-sieve64.exe#/pe-sieve.exe", + "hash": "d6355bf38efb4906c615533038e4cb1238c3e96557a8a7a7389e8b9f19c670d9" }, "32bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.9.5/pe-sieve32.exe#/pe-sieve.exe", - "hash": "9b09191e9f48bf2900838182f876303f4e137059c99c85d469e27e00b0d5975f" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.9.6/pe-sieve32.exe#/pe-sieve.exe", + "hash": "fbed0f6725feaaa0e0d2902c7970e825324c2ddca9dbf4ef79ebbd54a5c12adc" } }, "bin": "pe-sieve.exe",