-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e837f4
commit 931690d
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,16 @@ | ||
# forensictools | ||
Collection of forensic tools | ||
<p align="center"> | ||
<img src="imgs/forensictools_full.png"/> | ||
</p> | ||
|
||
--- | ||
|
||
```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. |