From 0724ffc3eacbb8046ea03f9e7f8687fd102fe8d4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 30 Dec 2019 20:00:26 +0000 Subject: [PATCH] pe-sieve: Update to version 0.2.4 --- 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 815be5715a..78451a6356 100644 --- a/bucket/pe-sieve.json +++ b/bucket/pe-sieve.json @@ -2,15 +2,15 @@ "homepage": "https://hshrzd.wordpress.com/pe-sieve/", "description": "Scans a given process. Recognizes and dumps a variety of potentially malicious implants (replaced/injected PEs, shellcodes, hooks, in-memory patches).", "license": "BSD-2-Clause", - "version": "0.2.3", + "version": "0.2.4", "architecture": { "64bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.3/pe-sieve64.exe#/pe-sieve.exe", - "hash": "e423e68527019d0cce76f19719353037af1abf3cb6ff9ccb846be190fc6f799d" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.4/pe-sieve64.exe#/pe-sieve.exe", + "hash": "df769f5be8a2d0d7ea2db7673180ed1018ec45d756fcfd78f96d1b9cb7ca820e" }, "32bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.3/pe-sieve32.exe#/pe-sieve.exe", - "hash": "07b0e9c91048a3bfa186c0cf366932738ead11596b2901493b472fac97c451ba" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.4/pe-sieve32.exe#/pe-sieve.exe", + "hash": "d8681082f3e0352cefa042aecf2213d2830b7259b29b2a5dc275e1121ebc4797" } }, "bin": "pe-sieve.exe",