- Python Digital Forensics Cookbook
- Preston Miller Chapin Bryce
- 72字
- 2021-07-08 10:33:57
Recording file attributes
Recipe Difficulty: Easy
Python Version: 2.7 or 3.5
Operating System: Any
Now that we can iterate over files and folders, let’s learn to record metadata about these objects. File metadata plays an important role in forensics, as collecting and reviewing this information is a basic task during most investigations. Using a single Python library, we can gather some of the most important attributes of files across platforms.
推薦閱讀
- Learn Blockchain Programming with JavaScript
- MySQL數(shù)據(jù)庫(kù)管理實(shí)戰(zhàn)
- Python科學(xué)計(jì)算(第2版)
- Django開發(fā)從入門到實(shí)踐
- Web Application Development with MEAN
- The DevOps 2.4 Toolkit
- Python完全自學(xué)教程
- Python機(jī)器學(xué)習(xí)算法與實(shí)戰(zhàn)
- 小學(xué)生C++創(chuàng)意編程(視頻教學(xué)版)
- Getting Started with LLVM Core Libraries
- AIRIOT物聯(lián)網(wǎng)平臺(tái)開發(fā)框架應(yīng)用與實(shí)戰(zhàn)
- HTML5 APP開發(fā)從入門到精通(微課精編版)
- 零基礎(chǔ)學(xué)C語(yǔ)言(第4版)
- Mastering OAuth 2.0
- Parallel Programming with Python