
MozCache – shell script to perform forensics analysis of the Mozilla-Browsers cache (Firefox, Iceweasel and Seamonkey).
MozCacahe is a Simple shell script to perform forensics analysis of the Mozilla-Browsers cache (Firefox, Iceweasel and Seamonkey).
The script orders by date the files cached from a browser of the Mozilla family using the cache version 2. Together with the name of each file the script generates another file with the suffix “_metadata” with all the metadata information, download URL, size , server response code, HTTP protocols, expiration date, etc.
Use and Download:
1 2 3 4 5 6 7 8 9 |
git clone https://github.com/Busindre/MozCache && cd MozCache bash mozcache.sh Example: ls /home/user/mozcache_zwuryy49.default Read Metadata: cat /home/user/mozcache_zwuryy49.default/17-01-2018/63F48F4F7F1BC3195F5AB831F9794F3DBA2D30E1_metadata a,:https://normandy.cdn.mozilla.net/api/v1/ |
Source: https://github.com/Busindre