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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 04:05, 10 June 2020 Sam talk contribs created page Truxton file create relation (Created page with "This creates a relation object sourced from this file that you can use in the Relation API. A relation object is how you add records to the <code>...")
  • 03:58, 10 June 2020 Sam talk contribs created page Truxton file create location (Created page with "This creates a geographic location object sourced from this file that you can use in the Location API. A location object is how you add...")
  • 03:43, 10 June 2020 Sam talk contribs created page Truxton file create exif (Created page with "This creates an EXIF object sourced from this file that you can use in the EXIF API. An EXIF object is how you add records to the...")
  • 17:15, 9 June 2020 Sam talk contribs created page Truxton file create event (Created page with "This creates an event from this file that you can use in the Event API. An event object is how you add records to the <code> Event</...")
  • 16:59, 9 June 2020 Sam talk contribs created page Truxton file create artifact (Created page with "This creates an artifact from this file that you can use in the Artifact API. An artifact object is how you add records to the <code>Entity Tab...")
  • 16:20, 9 June 2020 Sam talk contribs created page Truxton child file new child (Created page with "This will create a new child file object in Truxton that is a child of the current file. That child will not exist in the database until <code>truxton_child_file_save()</c...")
  • 08:50, 9 June 2020 Sam talk contribs created page Truxton child file tag (Created page with "This will tag the child file. =Syntax= <syntaxhighlight lang="C"> void truxton_child_file_tag(uint64_t child_handle, char const * tag_name, char const * why, uint64_t origin)...")
  • 08:05, 9 June 2020 Sam talk contribs created page Truxton child file create usb (Created page with "This creates a USB device object sourced from this file that you can use in the USB Device Visit API. A USB object is how you add records to the...")
  • 05:52, 9 June 2020 Sam talk contribs created page Truxton child file create url (Created page with "This creates a website visit object sourced from this file that you can use in the Website Visit API. A URL object is how you add records to...")
  • 03:37, 9 June 2020 Sam talk contribs created page Truxton child file create relation (Created page with "This creates a relation object sourced from this file that you can use in the Relation API. A relation object is how you add records to the <code>...")
  • 17:20, 8 June 2020 Sam talk contribs created page Type Extended Audible dot com Audio (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Extended_Audible_dot_com_Audio</code> |- | File Type Value | 984 |- | Parent Type | ...")
  • 16:49, 8 June 2020 Sam talk contribs created page Truxton child file create location (Created page with "This creates a geographic location object sourced from this file that you can use in the Location API. A locatyion object is how you ad...")
  • 13:27, 8 June 2020 Sam talk contribs created page Truxton child file create exif (Created page with "This creates an EXIF object sourced from this file that you can use in the EXIF API. An EXIF object is how you add records to the...")
  • 13:08, 8 June 2020 Sam talk contribs created page Truxton child file create event (Created page with "This creates an avent from this file that you can use in the Event API. An artifact object is how you add records to the <code>[[Event Table | Event]...")
  • 11:39, 8 June 2020 Sam talk contribs created page Truxton child file create artifact (Created page with "This creates an artifact from this file that you can use in the Artifact API. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_child_file_cre...")
  • 08:19, 7 June 2020 Sam talk contribs created page Truxton file get details (Created page with "This retrieves a [https://en.wikipedia.org/wiki/JSON JSON] blob containing details from the file's contents. =Syntax= <syntaxhighlight lang="C"> void truxton_file_get_details...")
  • 08:13, 7 June 2020 Sam talk contribs created page Truxton file get truxton (Created page with "This retrieves the handle to the Truxton instance handling this file object. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_file_get_truxton( uint64_t file_handle ); </...")
  • 08:05, 7 June 2020 Sam talk contribs created page Truxton file get depot length (Created page with "This retrieves the number of bytes in the depot file where this file's contents are stored. It corresponds to the <code>Length</code> column of the <code>Content</code> table....")
  • 08:03, 7 June 2020 Sam talk contribs created page Truxton file get depot offset (Created page with "This retrieves the byte offset into the depot file where this file's contents begin. It corresponds to the <code>Offset</code> column of the <code>Content</code> table. =Synt...")
  • 08:01, 7 June 2020 Sam talk contribs created page Truxton file get depot name (Created page with "This retrieves the name of depot file where the contents are stored. It corresponds to the <code>Filename</code> column of the <code>Depot</code> table. =Syntax= <syntaxhighl...")
  • 07:46, 7 June 2020 Sam talk contribs created page Truxton file get is eliminated (Created page with "This returns non-zero if the file's contents exist contiguously within the contents of another file. It corresponds to the <code>IsResident</code> column of the <code>Content<...")
  • 07:41, 7 June 2020 Sam talk contribs created page Truxton file get disk offset (Created page with "This retrieves the byte offset into the original disk image where this file's contents began. It corresponds to the <code>PhysicalDiskOffset</code> column of the <code>File</c...")
  • 07:38, 7 June 2020 Sam talk contribs created page Truxton file get entropy (Created page with "This retrieves the entropy of the contents of the file. It corresponds to the <code>RawEntropy</code> column of the <code>File</code> table. =Syntax= <syntaxhighlight lang="C...")
  • 07:33, 7 June 2020 Sam talk contribs created page Truxton file get hash (Created page with "This retrieves the [https://en.wikipedia.org/wiki/MD5 MD5] hash of the file. It corresponds to the <code>HashID</code> column of the <code>File</code> table. =Syntax= <syntax...")
  • 07:25, 7 June 2020 Sam talk contribs created page Truxton file get type (Created page with "This retrieves the state of the contents of this file. It corresponds to the <code>ContentStatusID</code> column of the <code>File</code> table. =Syntax= <syntaxhighlight lan...")
  • 04:40, 7 June 2020 Sam talk contribs created page Hash Set (Created page with "A hash set in Truxton is a sorted list of [https://en.wikipedia.org/wiki/MD5 MD5] hashes that will be used to eliminate file content during exploitation. The hashes can be in...")
  • 04:19, 7 June 2020 Sam talk contribs created page Truxton file get content status (Created page with "This retrieves the state of the contents of this file. It corresponds to the <code>ContentStatusID</code> column of the <code>File</code> table. =Syntax= <syntaxhighlight lan...")
  • 04:15, 7 June 2020 Sam talk contribs created page Truxton file get origin (Created page with "This retrieves the origin of the file. It corresponds to the <code>OriginID</code> column of the <code>File</code> table. =Syntax= <syntaxhighlight lang="C"> uint32_t truxton...")
  • 04:08, 7 June 2020 Sam talk contribs created page Truxton file get size (Created page with "This retrieves the size of the file as reported by the filesystem of the file. It corresponds to the <code>OSLength</code> column of the <code>File</code> table. =Syntax= <sy...")
  • 04:01, 7 June 2020 Sam talk contribs created page Truxton file get attributes (Created page with "This retrieves the filesystem attributes of the file. It corresponds to the <code>Attributes</code> column of the <code>File</code> table. =Syntax= <syntaxhighlight lang="C">...")
  • 09:14, 6 June 2020 Sam talk contribs created page Truxton file create child (Created page with "This will create a new child file object in Truxton that is a child of the current file. That child will not exist in the database until <code>truxton_child_file_save()</c...")
  • 09:01, 6 June 2020 Sam talk contribs created page Truxton file get name (Created page with "This retrieves the of the file. It corresponds to the <code>Name</code> column of the <code>Filename</code> table. =Syntax= <syntaxhighlight lang="C"> void truxton_file_get_n...")
  • 07:40, 6 June 2020 Sam talk contribs created page Truxton file get modified (Created page with "This retrieves the last write date of the file. It corresponds to the <code>LastWrite</code> column of the <code>File</code> table. =Syntax= <syntaxhighlight lang="C"> uint64...")
  • 07:38, 6 June 2020 Sam talk contribs created page Truxton file get accessed (Created page with "This retrieves the last accessed date of the file. It corresponds to the <code>LastAccess</code> column of the <code>File</code> table. =Syntax= <syntaxhighlight lang="C"> ui...")
  • 07:35, 6 June 2020 Sam talk contribs created page Truxton file get created (Created page with "This retrieves the create date of the file. It corresponds to the <code>Created</code> column of the <code>File</code> table. =Syntax= <syntaxhighlight lang="C"> uint64_t tru...")
  • 07:25, 6 June 2020 Sam talk contribs created page Truxton file get is resident (Created page with "This returns non-zero if the file's contents exist contiguously within the contents of another file. It corresponds to the <code>IsResident</code> column of the <code>Content<...")
  • 07:13, 6 June 2020 Sam talk contribs created page Truxton file get number of children (Created page with "This is the number files records that have this file as their parent. It corresponds to the <code>NumberOfChildren</code> column of the <code>File</code> table. =Syntax= <syn...")
  • 06:55, 6 June 2020 Sam talk contribs created page Truxton file get parent id (Created page with "This tells you the offset into the opened file where the next read will take place. =Syntax= <syntaxhighlight lang="C"> void truxton_file_get_id( uint64_t file_handle, char *...")
  • 06:55, 6 June 2020 Sam talk contribs created page Truxton file get media id (Created page with "This tells you the offset into the opened file where the next read will take place. =Syntax= <syntaxhighlight lang="C"> void truxton_file_get_id( uint64_t file_handle, char *...")
  • 15:13, 3 June 2020 216.73.216.125 talk created page Load (Created page with "Load Will open the file, determine what type it is and navigate it. Load 's purpose in life is to find files, identify their type, eliminate their contents based on known-goo...")
  • 13:11, 3 June 2020 216.73.216.125 talk created page Type Location (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Location</code> |- | File Type Value | 54 |- | Parent Type | None |- | Carve | No |- |...")
  • 13:01, 3 June 2020 Sam talk contribs created page Truxton file get id (Created page with "This tells you the offset into the opened file where the next read will take place. =Syntax= <syntaxhighlight lang="C"> void truxton_file_get_id( uint64_t file_handle, char *...")
  • 10:38, 3 June 2020 Sam talk contribs created page Truxton file readline (Created page with "This will read a single line from the file contents. =Syntax= <syntaxhighlight lang="C"> int64_t truxton_file_readline( uint64_t file_handle, uint8_t * buffer, size_t buffer_...")
  • 10:26, 3 June 2020 Sam talk contribs created page Truxton file read (Created page with "This is how you read data from the file. =Syntax= <syntaxhighlight lang="C"> int64_t truxton_file_read( uint64_t file_handle, uint8_t * buffer, size_t buffer_size ) </syntaxh...")
  • 05:00, 3 June 2020 Sam talk contribs created page Truxton file is closed (Created page with "This tells you if the file handle has been closed. If it has, you can no longer read bytes from it. =Syntax= <syntaxhighlight lang="C"> int truxton_file_is_closed( uint64_t fi...")
  • 04:50, 3 June 2020 Sam talk contribs created page Truxton file length (Created page with "This tells you the size of the opened file in bytes. =Syntax= <syntaxhighlight lang="C"> int64_t truxton_file_length( uint64_t file_handle ) </syntaxhighlight> =Parameters= =...")
  • 17:31, 2 June 2020 Sam talk contribs created page Truxton file seek (Created page with "This allows you to alter the offset into the opened file where the next read will take place. =Syntax= <syntaxhighlight lang="C"> int64_t truxton_file_seek( uint64_t file_han...")
  • 17:25, 2 June 2020 Sam talk contribs created page Truxton file tell (Created page with "This tells you the offset into the opened file where the next read will take place. =Syntax= <syntaxhighlight lang="C"> int64_t truxton_file_tell( uint64_t file_handle ) </sy...")
  • 17:15, 2 June 2020 Sam talk contribs created page Truxton file free (Created page with "Closes and frees any resources associated with a Truxton file object. =Syntax= <syntaxhighlight lang="C"> void truxton_file_free( uint64_t file_handle ) </syntaxhighlight> =...")
  • 09:55, 2 June 2020 Sam talk contribs created page Secure Truxton (Created page with "If you run Truxton in a high-security environment, you will have to change a few things. =Services= When customers run a security scan, Truxton may show some service [https:/...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)