From 9ec9054d8e708af780ba408c4d1731fd2de2f6ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 28 Jul 2020 12:41:14 +0200 Subject: [PATCH] pe-sieve: Update to version 0.2.8.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 3d1ebbc9fd..99ef870ed2 100644 --- a/bucket/pe-sieve.json +++ b/bucket/pe-sieve.json @@ -1,16 +1,16 @@ { - "version": "0.2.8.5", + "version": "0.2.8.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.8.5/pe-sieve64.exe#/pe-sieve.exe", - "hash": "0a5a214f62e1a408a64df8922e5b435e5188dc614833f1561d34487f3dc55004" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.8.6/pe-sieve64.exe#/pe-sieve.exe", + "hash": "7c0708eb856788d026e16481bf4ceb03d616a665d214edbd5ae6e1ae45ed1df7" }, "32bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.8.5/pe-sieve32.exe#/pe-sieve.exe", - "hash": "0d47908c8fe429049dda88cf7a50c5a310c77f970db8a84d1b2af914a047bd2d" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.8.6/pe-sieve32.exe#/pe-sieve.exe", + "hash": "1afaf95d048ad29a18d0b309791cd5385935d300291d9b44ab96e6d5389ca4e5" } }, "bin": "pe-sieve.exe",