From 931690d2b3b189bbf5936f363b7fa74297644faf Mon Sep 17 00:00:00 2001 From: Cristian Souza Date: Sat, 23 Dec 2023 22:05:57 -0300 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ddb9c6..00b18fc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ -# forensictools -Collection of forensic tools +

+ +

+ +--- + +```forensictools``` is a toolkit designed for digital forensics, offering a wide array of tools. Its primary goal is to simplify the creation of a virtual environment for conducting forensic examinations. + +In addition to installing the tools, ```forensictools``` seamlessly integrates the programs into the Windows PATH. This integration allows for effortless utilization of these tools directly from the command line, eliminating the need for manual setup or configuration. + +# Download and usage +This repository hosts only the source code required to build the application package encompassing all available tools. To acquire the final setup program, navigate to the [releases](https://github.com/cristianzsh/forensictools/releases) section. + +# Adding new tools + +If you wish to propose a new tool for inclusion, please open an issue. All tools included in this toolkit are freely available for download.