From 8341452e651a5dad1e55456fe4484c89615bdc18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 15 Jun 2020 08:44:23 +0200 Subject: [PATCH] pe-sieve: Update to version 0.2.7 --- 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 9a754c8bc4..59e13f81c4 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.6.1", + "version": "0.2.7", "architecture": { "64bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.6.1/pe-sieve64.exe#/pe-sieve.exe", - "hash": "1a4623652004a04d0556d1552eef9c9ad0c6f5602b67fe71b0fe01a989a09d8f" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.7/pe-sieve64.exe#/pe-sieve.exe", + "hash": "0a031255f0ea99f9aee76ffa727b5fcb64e17f3d0fce04cfd15263cee31108b4" }, "32bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.6.1/pe-sieve32.exe#/pe-sieve.exe", - "hash": "0e88b4102734cab55047fe96fdad1ab836eea978b89ca5737fa939de9a7cba35" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.2.7/pe-sieve32.exe#/pe-sieve.exe", + "hash": "962ac0fc9b5305e1666f4bb0df534f173ffb0ed47f755715398b3651d48e0cea" } }, "bin": "pe-sieve.exe",