From 2dbaaf7b28627b6af5e23e9decba9c4961727ce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 15 Jun 2020 14:32:41 +0200 Subject: [PATCH] pe-sieve: Update to version 0.2.7.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 59e13f81c4..df3f6064bd 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.7", + "version": "0.2.7.1", "architecture": { "64bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.7/pe-sieve64.exe#/pe-sieve.exe", - "hash": "0a031255f0ea99f9aee76ffa727b5fcb64e17f3d0fce04cfd15263cee31108b4" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.7.1/pe-sieve64.exe#/pe-sieve.exe", + "hash": "461677c5b0fda25b6acba2ad95bb543d00873c320e0d33e0d0297e0ef3b887bd" }, "32bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.7/pe-sieve32.exe#/pe-sieve.exe", - "hash": "962ac0fc9b5305e1666f4bb0df534f173ffb0ed47f755715398b3651d48e0cea" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.7.1/pe-sieve32.exe#/pe-sieve.exe", + "hash": "e1e4bbdd2ec1c03c822cef59bf0d4c08870ba19622050e54b311a186174482a4" } }, "bin": "pe-sieve.exe",