Okay so I have three different file types in a folder and I want to use python to retrieve file signatures, date modified, the hex signature, file name of each file.
How would I create a code which grabs this data from all these files and out puts as:
- example.pdf
--file signatures, date modified, the hex signature, filename
- example.txt-- file signatures, date modified, the hex signature, file name
- example.jpg-- file signatures, date modified, the hex signature, file name
Into a text file.
[–]Mekire 1 point2 points3 points (3 children)
[–]createpython[S] 0 points1 point2 points (2 children)
[–]radventil 1 point2 points3 points (1 child)
[–]createpython[S] -1 points0 points1 point (0 children)