An open API service indexing awesome lists of open source software.

https://github.com/nannib/raw2fs

Bash script for computer forensics - It's possible to resolve the file name starting from the carved file name generated by the Foremost tool and save it, it generates an HTML report. It's possible to resolve the file name starting from the offset of a "grep" keywords search. The tool identifies automatically the change of the partition and, if the keyword is contained into the slack space, saves the sector/cluster/block where it is. (remember that for fat -> sector, ntfs -> cluster, ext2/3 -> block) (The SleuthKit based)
https://github.com/nannib/raw2fs

address caine carving digital files filesystem forensics recovery strings

Last synced: 4 months ago
JSON representation

Bash script for computer forensics - It's possible to resolve the file name starting from the carved file name generated by the Foremost tool and save it, it generates an HTML report. It's possible to resolve the file name starting from the offset of a "grep" keywords search. The tool identifies automatically the change of the partition and, if the keyword is contained into the slack space, saves the sector/cluster/block where it is. (remember that for fat -> sector, ntfs -> cluster, ext2/3 -> block) (The SleuthKit based)

Awesome Lists containing this project

README

          

# Raw2FS
Bash script for computer forensics - It's possible to resolve the file name starting from the carved file name generated by
the Foremost tool and save it, it generates an HTML report. It's possible to resolve the
file name starting from the offset of a "grep" keywords search. The tool identifies automatically
the change of the partition and, if the keyword is contained into
the slack space, saves the sector/cluster/block where it is.
(remember that for fat -> sector, ntfs -> cluster, ext2/3 -> block) (The SleuthKit based)