-
Notifications
You must be signed in to change notification settings - Fork 182
Update BeReal.py #1139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Update BeReal.py #1139
Conversation
Added support for Hackemist SDWebImage Cache, EntitiesStore.sqlite, Cache.db Fixed minor bugs
Thank you for updating these two modules. For Waze module: Thank you very much for your contribution. |
For BeReal module: For Waze module: Grazie a Voi |
Hi @djangofaiola, If you're inserting HTML tags for better rendering in the HTML report, you need to create the This was documented in the
You have an example in Merci beaucoup. |
@Johann-PLW did we update the html output engine to take a list of source files? that would be a way better option than injecting formatting tags into the html. |
Hi @Johann-PLW , |
@JamesHabben , |
@Johann-PLW , @JamesHabben Thank you for the great work done |
@djangofaiola ibthink I misunderstood then. In other modules where the source files can be a long list and unique for each record, we have gone to adding a We also have a new media manager library that we are moving modules over to when working with media type files. This will help our new LAVA viewer to enrich these for better examiner review. I forget the module that @Johann-PLW started with though , maybe WhatsApp? If you are curious, look at the |
take a look at an example of what i am describing in my last comment. there is a iLEAPP/scripts/artifacts/appleWifiPlist.py Lines 218 to 267 in b14e3ae
|
so if i am following along properly, you would put the path of the central database file in the overall artifact output source path value, then for each of the records that you parse you would make a column indicating the path to each of the files in subfolders. |
also @djangofaiola , some new documentation about the media management api is up. open to feedback and questions. https://github.com/abrignoni/iLEAPP/wiki/Artifact-Module-API#check_in_media |
Added support for Hackemist SDWebImage Cache, EntitiesStore.sqlite, Cache.db
Fixed minor bugs