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)
  • 11:37, 1 June 2021 Sam talk contribs created page Truxton create media hashset (Created page with "This will create a hash set file of every unique hash in a piece of media. =Syntax= <source lang="C"> void truxton_create_media_hashset( uint64_t truxton_handle,...")
  • 11:36, 1 June 2021 Sam talk contribs created page Truxton create investigation hashset (Created page with "This will create a hash set file of every unique hash in an investigation. =Syntax= <source lang="C"> void truxton_create_investigation_hashset( uint64_t truxton...")
  • 11:25, 1 June 2021 Sam talk contribs created page Truxton create everything hashset (Created page with "This will create a hash set file of every unique hash in Truxton. =Syntax= <source lang="C"> void truxton_create_everything_hashset( uint64_t truxton_handle, cha...")
  • 11:59, 28 May 2021 Sam talk contribs created page TruxtonSensitiveSiteList (Created page with "This class lets you add list of geographic coordinates that should be alerted on. This will populate the <code>[SensitiveSiteList]</code> table in the database. =Attributes a...")
  • 04:11, 26 May 2021 Sam talk contribs created page Truxton sensitive site list get description (Created page with "This retrieves the description of the list. This corresponds to the <code>[Description]</code> column of the <code>[SensitiveSiteList]</code> table. =Syntax= <source lang="C"...")
  • 04:05, 26 May 2021 Sam talk contribs created page Truxton sensitive site list get name (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the list. This corresponds to the <code>[Name]</code> column of the <code>[SensitiveSi...")
  • 04:02, 26 May 2021 Sam talk contribs created page Truxton sensitive site list get id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the list. =Syntax= <source lang="C"> void truxton_sensitive_site_list_get_id( uint64_...")
  • 15:43, 25 May 2021 Sam talk contribs created page Truxton sensitive site list remove (Created page with "This removes an entry from the list. It deletes a record from the <code>[SensitiveSite]</code> table. =Syntax= <source lang="C"> int truxton_sensitive_site_list_remove( uint6...")
  • 15:02, 25 May 2021 Sam talk contribs created page Truxton sensitive site list add (Created page with "This makes an entry in the list. It creates a record in the <code>[SensitiveSite]</code> table. =Syntax= <source lang="C"> int truxton_sensitive_site_list_add( uint64_t ssl_h...")
  • 14:47, 25 May 2021 Sam talk contribs created page Truxton sensitive site list save (Created page with "This saves the list data to the database. It creates a record in the <code>[SensitiveSiteList]</code> table. =Syntax= <source lang="C"> int truxton_sensitive_site_list_save(...")
  • 14:41, 25 May 2021 Sam talk contribs created page Truxton sensitive site list set description (Created page with "This allows you to add a description of the list. This will be stored in the <code>[Description]</code> column of the <code>[SensitiveSiteList]</code> table. =Syntax= <source...")
  • 14:39, 25 May 2021 Sam talk contribs created page Truxton sensitive site list set name (Created page with "This allows you to set the name of the list. This will be stored in the <code>[Name]</code> column of the <code>[SensitiveSiteList]</code> table. =Syntax= <source lang="C"> v...")
  • 14:36, 25 May 2021 Sam talk contribs created page Truxton sensitive site list set id (Created page with "This frees any resources allocated to a sensitive site list object. =Syntax= <source lang="C"> void truxton_sensitive_site_list_set_id( uint64_t ssl_handle, char const * id )...")
  • 17:05, 20 May 2021 Sam talk contribs created page Truxton optimize database (Created page with "This will go through tell the database to update the query statistics on all Truxton tables. =Syntax= <source lang="C"> uint32_t truxton_optimize_database( uint64_t truxton_h...")
  • 17:04, 20 May 2021 Sam talk contribs created page Truxton delete depots (Created page with "This will go through depot storage and remove any depots that have be marked ToBeDeleted. When consolidation happens, it will copy the contents...")
  • 16:57, 20 May 2021 Sam talk contribs created page Truxton consolidate depots (Created page with "This will go through closed depots and merge the smaller ones into the larger ones. What you will be left with is few very large depot files instead of many smaller ones. =Sy...")
  • 16:55, 20 May 2021 Sam talk contribs created page Truxton clean database (Created page with "This will go through the tables looking for unreferenced (orphaned) records and delete them. =Syntax= <source lang="C"> uint32_t truxton_clean_database( uint64_t truxton_hand...")
  • 16:47, 20 May 2021 Sam talk contribs created page Truxton reindex media (Created page with "This will requeue all files in the given media to the content indexer. =Syntax= <source lang="C"> void truxton_reindex_media( uint64_t trutxon_handle, char const * media_id )...")
  • 10:13, 18 May 2021 Sam talk contribs created page Truxton sensitive site list delete (Created page with "This will delete the records in the database tables <code>[SensitiveSiteList]</code> and <code>[SensitiveSite]</code> that pertain to this list. =Syntax= <source lang="C"> vo...")
  • 09:07, 10 May 2021 Sam talk contribs created page Truxton etl send me message (Created page with "This is used during the development of your exploitation program. It is used when you want a very specific message to come into your queue. This is usually used when developin...")
  • 10:00, 6 May 2021 Sam talk contribs created page Truxton sensitive site list destroy (Created page with "This frees any resources allocated to a sensitive site list object. =Syntax= <source lang="C"> void truxton_sensitive_site_list_destroy( uint64_t ssl_handle ); </source> =Pa...")
  • 06:15, 6 May 2021 Sam talk contribs created page Truxton sensitive site list create (Created page with "This creates an object you can use to record sensitive sites in Truxton. =Syntax= <source lang="C"> uint64_t truxton_sensitive_site_list_create( uint64_t truxton_handle ); </...")
  • 16:08, 4 May 2021 Sam talk contribs created page Sensitive Site List (Created page with "A Sensitive Site List is a list of geographic areas you would like to keep an eye on. If anything comes too close to a site, you would like to have Truxton tell you about it....")
  • 17:18, 26 April 2021 Sam talk contribs created page Truxton delete media (Created page with "This deletes a piece of media from Truxton. =Syntax= <source lang="C"> void truxton_delete_media( uint64_t trutxon_handle, char const * media_id ); </source> =Parameters= ==...")
  • 17:09, 26 April 2021 Sam talk contribs created page Truxton message send (Created page with "This sends the message to a named queue. =Syntax= <source lang="C"> void truxton_message_send( uint64_t message_handle, char const * message_queue_name ); </source> =Paramet...")
  • 16:36, 5 April 2021 Sam talk contribs created page C Sample Exploitation ETL (Created page with "This sample shows the steps needed to implement a file exploitation ETL in Truxton. =Sample File Format= This sample will exploit a fake file format we call Acme. [https://en...")
  • 15:59, 5 April 2021 Sam talk contribs created page C Sample Identification ETL (Created page with "This sample shows the steps needed to implement a byte identifier ETL in C. =Sample File Format= This sample will identify a fake file format we call Acme. [https://en.wikipe...")
  • 15:44, 5 April 2021 Sam talk contribs created page C One Time Setup (Created page with "Before you begin writing C code you must generate a linker library for the C API. =Generate Linker Library= The steps for performing this are documented in the Truxton C AP...")
  • 15:38, 5 April 2021 Sam talk contribs created page C Sample Register a New File Type (Created page with "You can extend Truxton to process new file types. The first step in that process is to create an identifier for that file type and tell Truxton some details about it. =Automa...")
  • 03:14, 30 March 2021 Sam talk contribs created page TruxtonArtifactType (Created page with "This class lets you add to the <code>[EntityType]</code> table in Truxton. This is how you add your own custom artifact types to Truxton. =Attributes and Methods= ==<code>id<...")
  • 16:35, 29 March 2021 Sam talk contribs created page Truxton artifact type set short name (Created page with "This sets the label for the artifact type. This corresponds to the <code>[ShortName]</code> column of the <code>[EntityType]</code> table. =Syntax= <source lang="C"> void tru...")
  • 16:33, 29 March 2021 Sam talk contribs created page Truxton artifact type set long name (Created page with "This sets the more descriptive name for the artifact type. This corresponds to the <code>[LongName]</code> column of the <code>[EntityType]</code> table. It will be stored in...")
  • 16:12, 29 March 2021 Sam talk contribs created page Truxton artifact type set id (Created page with "This sets the artifact type identifier. This corresponds to the <code>[ID]</code> column of the <code>[EntityType]</code> table. It will be stored in the <code>[EntityTypeID]<...")
  • 15:05, 29 March 2021 Sam talk contribs created page Python Sample Export Videos (Created page with "This sample shows the how to export video files in Python. =Source Code= <source line lang="python"> import sys sys.path.append('C:/Program Files/Truxton/SDK') import truxton...")
  • 14:53, 29 March 2021 Sam talk contribs created page Truxton artifact type get short name (Created page with "This retrieves the short name of an artifact type. This corresponds to the <code>[ShortName]</code> column of the <code>[EntityType]</code> table in the database. =Syntax= <s...")
  • 14:51, 29 March 2021 Sam talk contribs created page Truxton artifact type get long name (Created page with "This retrieves the long name of an artifact type. This corresponds to the <code>[LongName]</code> column of the <code>[EntityType]</code> table in the database. =Syntax= <sou...")
  • 08:52, 27 March 2021 Sam talk contribs created page Truxton artifact type get id (Created page with "This retrieves the artifact type identifier. This corresponds to the <code>[ID]</code> column of the <code>[EntityType]</code> table. It will be stored in the <code>[EntityTyp...")
  • 08:40, 27 March 2021 Sam talk contribs created page Truxton artifact type save (Created page with "This will commit the data in the artifact type object to the database. It will write a record to the <code>[EntityType]</code> table in the database. =Syntax= <source lang="C...")
  • 08:33, 27 March 2021 Sam talk contribs created page Truxton artifact type destroy (Created page with "This destroys an object created by the <code>truxton_artifact_type_create()</code> call. =Syntax= <source lang="C"> void truxton_artifact_type_destroy( uint64_t artifact_t...")
  • 16:36, 24 March 2021 Sam talk contribs created page Truxton artifact type create (Created page with "This creates an artifact type object. You can use this to extend Truxton with new types of artifacts. =Syntax= <source lang="C"> uint64_t truxton_artifact_type_create( uint64...")
  • 11:21, 23 March 2021 Sam talk contribs uploaded File:Les State Machine.png (A visualization of the states of a load.)
  • 11:21, 23 March 2021 Sam talk contribs created page File:Les State Machine.png (A visualization of the states of a load.)
  • 15:16, 19 March 2021 Sam talk contribs created page Truxton etl get application name (Created page with "This retrieves the name of the ETL application. =Syntax= <source lang="C"> void truxton_etl_get_application_name( uint64_t etl_handle, char * destination_string, size_t maxim...")
  • 10:44, 5 March 2021 Sam talk contribs created page Truxton options exists (Created page with "Determines if a value exists in the options. =Syntax= <source lang="C"> int64_t truxton_options_exists( uint64_t options_handle, char const * name ); </source> =Parameters=...")
  • 07:26, 2 March 2021 Sam talk contribs created page Rack First Load (Created page with "The following are the steps to get Truxton up and running for loading data. =U01 - Message Bus and SOLR Server= # Delete the files in <code>C:\ClusterStorage\Depot\Shares\Dep...")
  • 07:21, 2 March 2021 Sam talk contribs created page Rack Install Truxton (Created page with "The following steps will install Truxton on the rack. =U01 - Message Bus and SOLR Server= # Run <code>Truxton_Installer.exe</code> # Do not use defaults # Use <code>D:\Truxto...")
  • 07:06, 2 March 2021 Sam talk contribs created page Rack Reset (Created page with "This page details how to stop, remove and free data associated with Truxton. You would do this when you want to start with a fresh install of Truxton. =U01= This machine serv...")
  • 06:50, 2 March 2021 Sam talk contribs created page Rack Power Up Sequence (Created page with "=Rack Power Up Sequence= Generally speaking, you start the rack from the top down. # Turn on the network switches # Turn on the KVM switch # Connect the Yellowbrick blades to...")
  • 16:30, 18 February 2021 Sam talk contribs created page Truxton child file create child (Created page with "This creates another child file object with this object as its parent. =Syntax= <source lang="C"> uint64_t truxton_child_file_create_child( uint64_t child_handle ); </source>...")
  • 16:17, 18 February 2021 Sam talk contribs created page Truxton jurisdiction get description (Created page with "This retrieves the description of the jurisdiction. This corresponds to the <code>[Description]</code> column of the <code>[Jurisdiction]</code> table. =Syntax= <source lang=...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)