From 9cccf81f414304e93b3f20e5e176056cdb3088d6 Mon Sep 17 00:00:00 2001 From: Paul Scott <114586131+p-s-cott@users.noreply.github.com> Date: Wed, 16 Aug 2023 15:47:36 +0100 Subject: [PATCH] bump version number, add missing point to readme --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8df153..c97b33e 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ It creates a zip, which contains a number of different pieces of data to underst - Memory of running proccesses, on a per-process basis. This is also carved to extract log and text data from memory - Netstat data of active connections - The contents of open files, for example running binaries +- Details of which processes triggered a provided compiled YARA rule file We have successfully executed it across: - Windows diff --git a/setup.py b/setup.py index 4ffb986..04a147b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ long_description = (this_directory / "README.md").read_text() -VERSION = '1.0.7' +VERSION = '1.0.8' setup( name='varc',