diff --git a/bucket/pe-sieve.json b/bucket/pe-sieve.json index 4d94ea2855..676cd862a0 100644 --- a/bucket/pe-sieve.json +++ b/bucket/pe-sieve.json @@ -1,16 +1,16 @@ { - "version": "0.3.2", + "version": "0.3.3", "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.3.2/pe-sieve64.exe#/pe-sieve.exe", - "hash": "fc3a6ced08ca2c3390141c05fab8c63901d2727ca31ee64be938f61c053d1ca9" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.3/pe-sieve64.exe#/pe-sieve.exe", + "hash": "bd67fa3184fa8c586c9252240c0d21d29623659fcaeb430f8380209b1926bc8c" }, "32bit": { - "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.2/pe-sieve32.exe#/pe-sieve.exe", - "hash": "e9b995df227b1aca2389ec8500f2e805e91d06703e40cf3383ee7eb297c7e50f" + "url": "https://github.com/hasherezade/pe-sieve/releases/download/v0.3.3/pe-sieve32.exe#/pe-sieve.exe", + "hash": "1c851bab95f9e0a53b6b76f85d21198ff6ff2eaf49812c7b870436a10edc90d8" } }, "bin": "pe-sieve.exe",