├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 Digital Forensics Discord Server 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # MemberProjects 2 | A repo that contains links to projects by members of the Digital Forensics Discord Server! This is meant to help promote projects made by our very own members and to support open source development. 3 | 4 | # Projects by Digital Forensics Discord Server Members 5 | 6 | | GitHub Username | Project | Description | 7 | |---|---|---| 8 | | N/A | [AboutDFIR.com - The Definitive Compendium Project](https://www.aboutdfir.com) | Owned and created by [Devon Ackerman](https://twitter.com/aboutdfir), AboutDFIR is maintained as a collaborative effort between multiple current members of the Digital Forensics Discord Server, including but not limited to [Abhiram Kumar](https://twitter.com/_abhiramkumar), [Tony Knutson](https://twitter.com/bigt252002), [Cassie Doemel](https://twitter.com/DFIRDetective), and [Andrew Rathbun](https://twitter.com/bunsofwrath12) | 9 | | [Nasreddine Bencherchali](https://github.com/nasbench) | [EVTX-ETW-Resources](https://github.com/nasbench/EVTX-ETW-Resources) | A collaborative project with [Andrew Rathbun](https://github.com/AndrewRathbun) to enumerate the various Event Providers within every version of Windows and Windows Server | 10 | | [Oaker Min](https://github.com/brootware) | [PyRedactKit](https://github.com/brootware/PyRedactKit) | Python CLI tool to redact sensitive data. 🔐📝 | 11 | | [Nisarg Suthar](https://github.com/nisargsuthar) | [Veritas](https://github.com/nisargsuthar/Veritas) | A hex viewer made for parsing and color coding artifact file structures for visualization using dynamic templates, to make validation process easier. | 12 | | [Doomdie](https://github.com/1Doomdie1) | [ReadFS](https://github.com/1Doomdie1/ReadFS) | A tool designed to extract data from a logical ReFS 3.4 forensic image produced by FTK Imager. | 13 | | [Adrian Kydland Skaftun](https://github.com/bittib010) | [HexMarksTheSpot](https://github.com/bittib010/HexMarksTheSpot) | A hexviewer with annotations and educational information relating to each sequence parsed - visually appealing with colors and lots of functionality. | --------------------------------------------------------------------------------