Update README with new browser forensics tools#116
Closed
florianamette wants to merge 4 commits into
Closed
Conversation
Added new tools for browser forensics and updated existing sections.
|
📊 Repository Info (auto-generated)
This comment is auto-generated to help reviewers. It does not determine whether a tool should be included. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds several browser-based forensic parsers and a new Browser Forensics section to the curated tool list.
Changes:
- Added “Ram Parser” to Memory Forensics listings.
- Added multiple browser-based NTFS artifact parsers (MFT/USN/LNK/Jump Lists/Recycle Bin/Amcache).
- Introduced a new “Browser Forensics” section with relevant tools.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
| - [pdf-parser](https://blog.didierstevens.com/programs/pdf-tools/) - Parse and analyze PDF files to extract metadata and identify malicious content | ||
|
|
||
| ### Browser Forensics | ||
| - [hindsight](https://github.com/RyanDFIR/hindsight) - Browser forensics tool for Google Chrome (and other Chromium-based browsers) |
| - [oletools](https://github.com/decalage2/oletools) - Tools to analyze Microsoft OLE2 files and MS Office documents for malware analysis and forensics | ||
| - [pdf-parser](https://blog.didierstevens.com/programs/pdf-tools/) - Parse and analyze PDF files to extract metadata and identify malicious content | ||
|
|
||
| ### Browser Forensics |
Comment on lines
+259
to
+260
| ### Browser Forensics | ||
| - [hindsight](https://github.com/RyanDFIR/hindsight) - Browser forensics tool for Google Chrome (and other Chromium-based browsers) |
Comment on lines
+178
to
+183
| - [MFT Parser](https://www.mftparser.com/en) - NTFS $MFT parser in the browser | ||
| - [USN Journal Parser (browser)](https://www.usnparser.com/en) - Windows NTFS USN Journal ($UsnJrnl:$J) files parser in the browser | ||
| - [LNK Parser](https://www.lnkparser.com/en) - Windows .lnk shortcut parser in the browser | ||
| - [Jump List Parser](https://www.jumplistparser.com/en) - AutomaticDestinations and CustomDestinations jump list artifacts parser in the browser | ||
| - [Recycle Bin $I Parser](https://www.recyclebinparser.com/en) - Recycle Bin $I Parser in the browser | ||
| - [Amcache Parser](https://www.amcacheparser.com) - Amcache Parser in the browser |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added new tools for browser forensics and updated existing sections.