Lazza / Fuji

Graphical interface for the forensic logical acquisition of Mac computers
https://andrealazzarotto.com
GNU General Public License v3.0
51 stars 6 forks source link

Update abstract.py - Add more Data from system_profiler #6

Closed BrunoFischerGermany closed 3 months ago

BrunoFischerGermany commented 4 months ago

Add "SPSoftwareDataType", "SPNVMeDataType", "SPStorageDataType"]

Lazza commented 3 months ago

It seems that SPStorageDataType includes redundant information that is included later with diskutil info, moreover it includes mounted DMG and other stuff as well.

NVME info is OK but older Macs might have SATA drives instead. I will tweak the PR a bit.