All public logs
Jump to navigation
Jump to search
Combined display of all available logs of truxwiki.com. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 10:03, 19 May 2023 Sam talk contribs created page Type Investigation (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Investigation</code> |- | File Type Value | 59 |- | Parent Type | None |- | Carve | No...")
- 08:31, 19 May 2023 Sam talk contribs created page Truxton communication tag (Created page with "This will tag the communication. You can only tag a communication file after <code>truxton_communication_save()</code> has been called. This will cause a record to be crea...")
- 08:23, 19 May 2023 Sam talk contribs created page Truxton communication add note (Created page with "This will add an investigator's note to the communication. You can only add a note to an artifact after <code>truxton_communication_save()</code> has been called. This wil...")
- 08:19, 19 May 2023 Sam talk contribs created page Truxton communication set subject (Created page with "Sets the name of this child file object. This corresponds to the <code>[Text]</code> column of the <code>[MessageSubject]</code> table. =Syntax= <source lang="C"> void truxto...")
- 08:16, 19 May 2023 Sam talk contribs created page Truxton communication get subject (Created page with "Retrieves the subject of the message. This corresponds to the <code>[Text]</code> column of the <code>[MessageSubject]</code> table. =Syntax= <source lang="C"> void truxton_c...")
- 08:11, 19 May 2023 Sam talk contribs created page Truxton communication set sent (Created page with "Sets the date when the message was sent. This corresponds to the <code>[Sent]</code> column of the <code>[Message]</code> table. =Syntax= <source lang="C"> void truxton_commu...")
- 08:09, 19 May 2023 Sam talk contribs created page Truxton communication set received (Created page with "Sets the date when the message was received. This corresponds to the <code>[Received]</code> column of the <code>[Message]</code> table. =Syntax= <source lang="C"> void truxt...")
- 08:05, 19 May 2023 Sam talk contribs created page Truxton communication get sent (Created page with "This retrieves when the message was received. This corresponds to the <code>[Sent]</code> column of the <code>[Message]</code> table. =Syntax= <source lang="C"> uint64_t trux...")
- 08:04, 19 May 2023 Sam talk contribs created page Truxton communication get received (Created page with "This retrieves when the message was received. This corresponds to the <code>[Received]</code> column of the <code>[Message]</code> table. =Syntax= <source lang="C"> uint64_t...")
- 07:55, 19 May 2023 Sam talk contribs created page Truxton communication get type (Created page with "This retrieves the type of the communication. This corresponds to the <code>[ID]</code> column of the <code><nowiki>[</nowiki>MessageType<nowiki>]</nowiki></...")
- 16:33, 18 May 2023 Sam talk contribs created page TriageFile Table (Created page with "These are the names and regular expressions of files and folders that will be loaded in a Triage Load. <source lang="SQL"> CREATE TABLE "TriageFile" ( "Name" text DEFAULT...")
- 11:10, 18 May 2023 Sam talk contribs created page Type Hikvision CCTV (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Hikvision_CCTV</code> |- | File Type Value | 1085 |- | Parent Type | Type_MPEG2Video...")
- 11:08, 18 May 2023 Sam talk contribs created page Type MySQL Binary Log (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_MySQL_Binary_Log</code> |- | File Type Value | 1087 |- | Parent Type | None |- | Carve...")
- 11:06, 18 May 2023 Sam talk contribs created page Type HTTP Archive (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_HTTP_Archive</code> |- | File Type Value | 1086 |- | Parent Type | | [[Type_JSON|JSON]...")
- 17:01, 16 May 2023 Sam talk contribs created page Truxton communication set media id (Created page with "This will set the identifier of the file the message came from. It corresponds to the <code>[MediaID]</code> column of the <code>[Message]</code> table. =Syntax= <source lang...")
- 16:59, 16 May 2023 Sam talk contribs created page Truxton communication get media id (Created page with "This will retrieve the identifier of the media the message came from. It corresponds to the <code>[MediaID]</code> column of the <code>[Message]</code> table. =Syntax= <sourc...")
- 14:19, 13 May 2023 Sam talk contribs created page Truxton communication set file id (Created page with "This will set the identifier of the file the message came from. It corresponds to the <code>[FileID]</code> column of the <code>[Message]</code> table. =Syntax= <source lang=...")
- 14:16, 13 May 2023 Sam talk contribs created page Truxton communication get file id (Created page with "This will retrieve the identifier of the file the message came from. It corresponds to the <code>[FileID]</code> column of the <code>[Message]</code> table. =Syntax= <source...")
- 12:41, 5 May 2023 Sam talk contribs created page Truxton enumeration set scope id (Created page with "This tells Truxton the identifier of the thing set by scope. =Syntax= <source lang="C"> void truxton_enumeration_set_scope_id( uint64_t enumeration_handle, char const * id );...")
- 12:14, 5 May 2023 Sam talk contribs created page Truxton enumeration set scope (Created page with "This tells Truxton at what level you wish to enumerate. =Syntax= <source lang="C"> void truxton_enumeration_set_scope( uint64_t enumeration_handle, uint64_t scope ); </source...")
- 11:50, 5 May 2023 Sam talk contribs created page Truxton enumeration set target (Created page with "This tells Truxton what to enumerate within the scope. =Syntax= <source lang="C"> void truxton_enumeration_set_target( uint64_t enumeration_handle, uint64_t target ); </sourc...")
- 11:46, 5 May 2023 Sam talk contribs created page Truxton enumeration get next (Created page with "Retrieves the next item in the enumeration. =Syntax= <source lang="C"> uint64_t truxton_enumeration_get_next( uint64_t enumeration_handle ); </source> =Return value= A non-z...")
- 10:54, 5 May 2023 Sam talk contribs created page Truxton enumeration destroy (Created page with "Destroys an enumeration object. =Syntax= <source lang="C"> void truxton_enumeration_destroy( uint64_t enumeration_handle ); </source> =Sample= <source lang="C" highlight="25...")
- 10:47, 5 May 2023 Sam talk contribs created page Truxton enumeration create (Created page with "Creates an enumeration object. =Syntax= <source lang="C"> uint64_t truxton_enumeration_create( uint64_t truxton_handle ); </source> =Return value= A non-zero value on succes...")
- 06:39, 5 May 2023 Sam talk contribs created page Truxton communication set type (Created page with "This will set the type of communication. =Syntax= <source lang="C"> void truxton_communication_set_type( uint64_t communication_handle, uint64_t value ); </source> =Paramete...")
- 06:33, 5 May 2023 Sam talk contribs created page Truxton communication save (Created page with "This will save a communication to the database. =Syntax= <source lang="C"> int truxton_communication_save( uint64_t communication_handle ); </source> =Parameters= ==<code>co...")
- 16:47, 14 March 2023 Sam talk contribs created page Type Device Analytics Database (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Device_Analytics_Database</code> |- | File Type Value | 1079 |- | Parent Type | Type...")
- 11:34, 10 March 2023 Sam talk contribs created page Type Apple Keychain Sync Message Key (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Apple_Keychain_Sync_Message_Key</code> |- | File Type Value | 1084 |- | Parent Type |...")
- 07:04, 8 March 2023 Sam talk contribs created page Type Android Sparse Image (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Android_Sparse_Image</code> |- | File Type Value | 1083 |- | Parent Type | None |- | C...")
- 07:02, 8 March 2023 Sam talk contribs created page Type Apple CSSM Item (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Apple_CSSM_Item</code> |- | File Type Value | 1082 |- | Parent Type | Type_RIFF|RIFF...")
- 06:59, 8 March 2023 Sam talk contribs created page Type Git Bundle (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Git_Bundle</code> |- | File Type Value | 1081 |- | Parent Type | None |- | Carve | No...")
- 18:29, 1 March 2023 Sam talk contribs created page Tag Table (Created page with "These are the tags that can be used in Truxton. <source lang="SQL"> CREATE TABLE "Tag" ( "ID" uuid NOT NULL, "Name" text DEFAULT ''::text NOT NULL, "Description"...")
- 12:04, 20 February 2023 Sam talk contribs created page FileType Table (Created page with "The <code>[FileType]</code> table holds the information about a type of file. <source lang="SQL"> CREATE TABLE "FileType" ( "ID" smallint DEFAULT 0 NOT NULL, "ShortName"...")
- 08:43, 20 February 2023 Sam talk contribs created page Depot Table (Created page with "The <code>[Depot]</code> table holds information about the location of depots. <source lang="SQL"> CREATE TABLE "Depot" ( "ID" uuid NOT NULL, "Filename" text DEFAULT ''::...")
- 08:40, 20 February 2023 Sam talk contribs created page Definition Table (Created page with "The <code>[Definition]</code> table holds information gleaned from exploited media. <source lang="SQL"> CREATE TABLE "Definition" ( "Term" text NOT NULL, "Text" text NOT...")
- 08:38, 20 February 2023 Sam talk contribs created page Content Table (Created page with "The <code>[Content]</code> table holds information about the location of contents. <source lang="SQL"> CREATE TABLE "Content" ( "Hash" uuid NOT NULL, "DepotID" uuid N...")
- 08:36, 20 February 2023 Sam talk contribs created page BOLO Table (Created page with "The <code>[BOLO]</code> table holds information gleaned from exploited media. <source lang="SQL"> CREATE TABLE "BOLO" ( "ID" uuid NOT NULL, "Criteria" text DEFAULT ''::te...")
- 08:33, 20 February 2023 Sam talk contribs created page Alert Table (Created page with "The <code>[Alert]</code> table holds information gleaned from exploited media. <source lang="SQL"> CREATE TABLE "Alert" ( "ID" uuid NOT NULL, "BOLOID" uuid NOT NULL, "F...")
- 08:31, 20 February 2023 Sam talk contribs created page Account Table (Created page with "The <code>[Account]</code> table holds information gleaned from exploited media. <source lang="SQL"> CREATE TABLE "Account" ( "ID" bigint DEFAULT 0 NOT NULL, "Name" text...")
- 05:52, 13 January 2023 Sam talk contribs created page Python Sample Identify File Type (Created page with "This sample shows how to determine the type of a file using Python. =File Type and Details= This sample will print the file type of the file as well...")
- 07:13, 12 January 2023 Sam talk contribs created page Truxton identify bytes (Created page with "Given file contents, this function will determine the type the file. =Syntax= <source lang="C"> uint32_t truxton_identify_bytes(uint8_t const* buffer...")
- 07:07, 12 January 2023 Sam talk contribs created page Truxton get details size (Created page with "Given file contents and a file type, this function will get details about the file. =Syntax= <source lang="C"> uint64_t truxton...")
- 07:03, 12 January 2023 Sam talk contribs created page Truxton get details (Created page with "Given file contents and a file type, this function will get details about the file. =Syntax= <source lang="C"> uint64_t truxton...")
- 09:31, 11 January 2023 Sam talk contribs created page Type Realm Database (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Realm_Database</code> |- | File Type Value | 1080 |- | Parent Type | None |- | Carve |...")
- 09:28, 11 January 2023 Sam talk contribs created page Type LastPass Database (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_LastPass_Database</code> |- | File Type Value | 1079 |- | Parent Type | Type_SQLite_...")
- 09:24, 11 January 2023 Sam talk contribs created page Type Android Access Point Config (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Android_Access_Point_Config</code> |- | File Type Value | 1078 |- | Parent Type | None...")
- 08:45, 11 January 2023 Sam talk contribs created page Type Android Access Point XML (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Android_Settings</code> |- | File Type Value | 1077 |- | Parent Type | [[Type_XML|XML]...")
- 05:46, 1 November 2022 Sam talk contribs created page Truxton communication get id (Created page with "This will retrieve the identifier of the message. It corresponds to the <code>[ID]</code> column of the <code>[Message]</code> table. =Syntax= <source lang="C"> int truxton_c...")
- 05:32, 1 November 2022 Sam talk contribs created page Truxton communication add piece (Created page with "This adds a piece to the message. =Syntax= <source lang="C"> int truxton_communication_add_piece( uint64_t communication_handle, uint64_t file_handle, uint64_t origin, uint64...")
- 04:34, 28 October 2022 Sam talk contribs created page Type Microsoft RTC Log (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Microsoft_RTC_Log</code> |- | File Type Value | 1076 |- | Parent Type | None |- | Carv...")