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)
  • 05:32, 11 July 2021 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 05:40, 28 June 2021 Sam talk contribs created page Truxton remove database id (Created page with "This will remove an association of a table name with a file type. This will remove a record from the <code>[DatabaseTableName]</code> table. =Syntax= <source lang="C"> uint32...")
  • 05:24, 28 June 2021 Sam talk contribs created page Truxton add database id (Created page with "This will associate a table name with a file type for more accurately identifying a database. This will add a record to the <code>[DatabaseTableName]...")
  • 03:22, 27 June 2021 Sam talk contribs created page Identifying Databases (Created page with "This article describes how Truxton determines the type of a database file. =Initial Identification=")
  • 11:08, 22 June 2021 216.73.216.125 talk created page LangID (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>LangID.exe</code> |- | Stage | style="text-align:center;" | 18 |- | Percent Complete | style="tex...")
  • 11:46, 8 June 2021 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 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...")
  • 13:33, 11 May 2021 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 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...")
  • 17:24, 6 May 2021 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 17:24, 6 May 2021 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
  • 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...")
  • 09:35, 2 April 2021 216.73.216.125 talk created page ETL (Redirected page to ETL Stages) Tag: New redirect
  • 11:02, 1 April 2021 216.73.216.125 talk created page TruxtonSettings.xml (Redirected page to Configuration System#Truxton Settings File) Tag: New redirect
  • 10:57, 1 April 2021 216.73.216.125 talk created page Notify (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>Notify.exe</code> |- | Stage | style="text-align:center;" | 255 |- | Percent Complete | style="te...")
  • 11:43, 30 March 2021 216.73.216.125 talk created page TruxtonCLI.exe (Created page with "Also known as the Truxton Command Line interface. <code>TruxtonCLI.exe</code> is located in <code>C:\Program Files\Truxton\Tools\TruxtonCli.exe</code>. <code>TruxtonCLI.exe</...")
  • 11:26, 30 March 2021 216.73.216.125 talk created page Load Status Monitor (Redirected page to Les) Tag: New redirect
  • 11:14, 30 March 2021 216.73.216.125 talk uploaded File:UnknownIcon.png
  • 11:14, 30 March 2021 216.73.216.125 talk created page File:UnknownIcon.png
  • 11:12, 30 March 2021 216.73.216.125 talk uploaded File:ServiceNotRunning.png
  • 11:12, 30 March 2021 216.73.216.125 talk created page File:ServiceNotRunning.png
  • 11:12, 30 March 2021 216.73.216.125 talk uploaded File:UnlicensedIcon.png
  • 11:12, 30 March 2021 216.73.216.125 talk created page File:UnlicensedIcon.png
  • 11:10, 30 March 2021 216.73.216.125 talk uploaded File:NormalIcon.png
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)