Next Release

From truxwiki.com
Revision as of 16:25, 15 August 2025 by Sam (talk | contribs) (→‎Bug Fixes)
Jump to navigation Jump to search

This is a place holder for what is being put into the next release of Truxton.

Truxton Next

<< Released 2025-?

Improvements

  • Improved the quality of parsing Cellebrite reports to clean up deleted entries and pull more contact information.
  • We now exploit Twitter direct messages as chat.
  • Improved protocol buffer expansion. Added support for Unix microsecond timestamps.
  • Easy Button loads will now process backup.z01 and TAR files.
  • Firefox cookies are now exploited
  • Better handling of SQLite files with custom collations.
  • Better exploitation of Android WiFi Configuration files.
  • Better exploitation of Chrome Web Data.
  • New C API's
    • truxton_media_set_calculated_size
    • truxton_set_artifact_type_color
    • truxton_set_event_type_color
    • truxton_set_file_type_color
    • truxton_set_investigation_status_color
    • truxton_set_investigation_type_color
    • truxton_set_location_type_color
    • truxton_set_message_type_color
    • truxton_set_review_status_color
    • truxton_set_review_type_color
    • truxton_set_url_type_color
  • New Python APIs to set colors of things.

Bug Fixes

  • Consolidated contacts reports where phone numbers showed up as email addresses.
  • The loader now processes APFS filesystems correctly
  • The enumeration API wasn't scoping media and investigation enumeration.
  • KTX conversion now handle uncompressed payloads.
  • Parquet files were not being identified.
  • Truxton.ETL assembly was not sourcing relationships properly
  • Fixed a bug in the C API that caused Notes to not be associated with contacts
  • Notes now appear in the Consolidated Contact reports
  • Added missing EVENT_TYPE constants to Python
  • Consolidated Contacts now does a better job of consolidating contacts

New Types

File

  1. Type_EBTS - Electronic Biometric Transmission Specification (fingerprints, biometric information, etc.)
  2. Type_OBB - Android opaque binary blobs
  3. Type_Volley_Cache - Android library for applications to cache web data
  4. Type_Glide_Disk_Cache - Something really similar to Volley cache
  5. Type_Wwise_SoundBank - A bundle of sounds for an application
  6. Type_Roblox_Cache - Cache used by Roblox application
  7. Type_Android_Binary_XML - Yet another XML compression scheme (different from the other Android Binary XML format)
  8. Type_Apple_Spotlight_String_Map - String maps used by Apple's Spotlight system
  9. Type_Visio - Visio drawings
  10. Type_Envelope_Index - Apple Envelope Index SQLite database
  11. Type_XAR - Extensible Archive
  12. Type_Apple_Logdata_Statistics - Apple Logdata Statistics
  13. Type_Apple_Shutdown_Log - Apple shutdown log
  14. Type_WiFi_Network_Store_Model - Apple WiFi Network Store database
  15. Type_Notepad_Tabstate - Microsoft Notepad Tab State
  16. Type_Android_Snapchat_Core - Android Snapchat Core
  17. Type_Android_Snapchat_Main - Android Snapchat Main
  18. Type_Android_WiFi_Config_Store - Android WiFi Configuration Store
  19. Type_Android_Bluetooth_Share_Database - Android Bluetooth File Sharing Database
  20. Type_Samsung_Smart_Tethering - Samsung Smart Tethering Database
  21. Type_Android_WiFi_QTables - Android WiFI Q Tables

Entity Types

Event Types

  1. EVENT_TYPE_COOKIE_CREATED - A browser cookie was created.
  2. EVENT_TYPE_COOKIE_USED - A browser cookie was used.
  3. EVENT_TYPE_FILE_TRANSFER - A file was transferred.

Location Type

Message Type

URL Types

  1. URL_TYPE_VOLLEY_CACHE - A URL used by Android's Volley caching system to retrieve a file from the internet
  2. URL_TYPE_APPLICATION - A URL used by an application to retrieve a file from the internet