博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Digital Forensics Framework v0.4.3 available
阅读量:2434 次
发布时间:2019-05-10

本文共 1695 字,大约阅读时间需要 5 分钟。

Dff (Digital Forensics Framewor) is a simple but powerfull open source tool with a flexible module system which will help you in your digital forensics works, including files recovery due to error or crash, evidence research and analysis, etc. The source code is written in C++ and Python, allowing performances and great extensibility

Features

API :

- Stackable File System (made multi-layer analysis possible)

- Environement API for auto-completion and auto generation of Graphical Script
- Multi-threaded (possiblity to launch modules in background, so investigator can continue to work on the cases even if they launched modules that do heavy computations)
- Hash calculation possible with different algo (MD5, SHA1, SHA256)
- File oriented data representation (ex: a zip file can be browse like a normal directory, bypass zip-bomb problem)
- MAC Times access

Users :

- An user-friendly Graphical Interface, with multi-browser and dockable widget

- A console interface
- Multi-Platform (Linux, Windowx, futur port on BSD & OS X )
- Tagged modules
- Gallery view
- File type auto-detection (don’t rely on file extension)
- Command history

Developers:

- API available both in Python and C++

- Core API wrote in C++ for enhanced speed
- Live Scripting : API available and scriptable in live with a python interpreter
- Easy drivers and script developement through our API
- Possibility of writing script both in console or in QT for graphical use
- IDE, with template available for our different type of modules (graphical, console, drivers...)

Available Drivers and Scripts:

- FAT 12/16/32 Drivers

- FTL-Reconstruction and CellPhone file system
- SMS-Decode
- SHM (Shared Memory)

 

Download地址:http://www.digital-forensic.org/download-en.html

你可能感兴趣的文章
基础算法面试题---如何用栈实现队列
查看>>
基础算法面试题---如何用队列实现栈(1)
查看>>
基础算法面试题---如何用队列实现栈(2)
查看>>
API接口安全性设计以及各参数的作用
查看>>
《Netty权威指南 第2版》学习笔记(1)---服务端与客户端开发入门
查看>>
《Netty权威指南 第2版》学习笔记(6)--- HTTP协议开发应用
查看>>
链表算法面试题---删除链表中的重复元素II
查看>>
链表算法面试题---合并两个链表
查看>>
链表算法面试题---旋转链表
查看>>
链表算法面试题---交换链表的节点I
查看>>
链表算法面试题---交换链表的节点II
查看>>
链表算法面试题---链表的插入排序
查看>>
链表算法面试题---链表的归并排序
查看>>
链表算法面试题---合并N个有序链表
查看>>
链表算法面试题---分割链表
查看>>
总结、归类---使用二分处理旋转数组的问题
查看>>
分布式常用技术
查看>>
uniapp DES加解密
查看>>
ajax图片上传
查看>>
小程序数组去重
查看>>