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)- 14:34, 1 June 2020 216.73.216.125 talk created page Type Tag (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Tag</code> |- | File Type Value | 56 |- | Parent Type | None |- | Carve | No |- | Form...")
- 14:25, 1 June 2020 216.73.216.125 talk created page Type Artifact (Created page with "{| style="float:right;border:1px solid black" |+ Details | Defined Constant | <code>Type_Artifact</code> |- | File Type Value | 50 |- | Parent Type | None |- | Carve | No |- |...")
- 13:59, 1 June 2020 Sam talk contribs created page Truxton file open md5 (Created page with "This retrieves the first file from Truxton with a matching [https://en.wikipedia.org/wiki/MD5 MD5] hash. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_file_open_md5( u...")
- 13:47, 1 June 2020 Sam talk contribs created page Truxton file close (Created page with "Closes an opened file in Truxton. =Syntax= <syntaxhighlight lang="C"> void truxton_file_close( uint64_t file_handle ) </syntaxhighlight> =Parameters= ==<code>file_handle</co...")
- 13:39, 1 June 2020 216.73.216.125 talk created page Type Canned Query (Canned Query)
- 08:04, 31 May 2020 Sam talk contribs created page Truxton file open id (Created page with "This retrieves entropy of the file contents. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_file_open_id( uint64_t truxton_handle, char const * guid_string ) </syntaxhi...")
- 14:33, 29 May 2020 Sam talk contribs created page Load Configurations (Created page with "This information is also kept in the <code>LoadConfiguration</code> database table. {| class="wikitable" ! Name ! Value ! Meaning |- | <code>LOAD_CONFIGURATION_DEFAULT</code>...")
- 14:19, 29 May 2020 Sam talk contribs created page TruxtonMedia (Created page with "This class represents a piece of media in Truxton. =Attributes and Methods= ==<code>case</code>== A case number for this investigation. This corresponds to the <code>CaseNu...")
- 13:46, 29 May 2020 Sam talk contribs created page Investigation Statuses (Created page with "This information is also kept in the <code>InvestigationStatus</code> database table. {| class="wikitable" ! Name ! Value ! Meaning |- | <code>INVESTIGATION_STATUS_UNKNOWN</c...")
- 13:43, 29 May 2020 Sam talk contribs created page Investigation Types (Created page with "When Truxton stores media, you can assign a type of media to it. This allows the analyst to get more of a clue as to what they are looking at. This is stored in the <code>[Med...")
- 13:12, 29 May 2020 Sam talk contribs created page TruxtonInvestigation (Created page with "This class lets you add an investigation to Truxton. =Attributes and Methods= ==id== An 16-bit integer value for the type of event this is. ==<code>name</code>== A human re...")
- 11:30, 29 May 2020 Sam talk contribs created page TruxtonEventType (Created page with "This class lets you add to the EventType table in Truxton. =Attributes and Methods= ==id== An 16-bit integer value for the type of event this is. ==<code>name</code>== A hum...")
- 06:51, 29 May 2020 Sam talk contribs created page TruxtonObject (Created page with "This class give you Truxton. =Attributes and Methods= ==<code>a</code>== This is the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the object. This c...")
- 05:47, 29 May 2020 Sam talk contribs created page TruxtonRelation (Created page with "This class lets you add to the Relation table in Truxton. This is how to establish some sort of relation between items in Truxton to create a [https://en....")
- 02:47, 29 May 2020 Sam talk contribs created page TruxtonUSB (Created page with "This class lets you add to the USBDevice table in Truxton. =Attributes and Methods= ==altitude== ==<code>fileid</code>== The [https://en.wikipedia.org/...")
- 16:55, 28 May 2020 Sam talk contribs created page TruxtonLocation (Created page with "This class lets you add to the Location table in Truxton. =Attributes and Methods= ==altitude== ==<code>fileid</code>== The [https://en.wikipedia.org/wi...")
- 14:13, 28 May 2020 Sam talk contribs created page TruxtonEXIF (Created page with "This class lets you add to the EXIF table in Truxton. =Attributes and Methods= ==<code>altitude</code>== ==<code>altitude</code>== ==<code>altitudeoffset</c...")
- 10:48, 28 May 2020 Sam talk contribs created page TruxtonArtifact (Created page with "This class lets you add to the Entity table in Truxton. =Attributes and Methods= ==<code>account</code>== The optional account name associated with the URL...")
- 07:03, 28 May 2020 Sam talk contribs created page TruxtonUrl (Created page with "This class lets you add to the Website Visit table in Truxton. =Attributes and Methods= ==<code>account</code>== ==<code>accountoffset</code>== ==<co...")
- 16:54, 27 May 2020 Sam talk contribs created page TruxtonEvent (Created page with "This class lets you add to the Event table in Truxton. =Attributes and Methods= ==<code>id</code>== This is the [https://en.wikipedia.org/wiki/Universally_unique_identifier GU...")
- 15:13, 27 May 2020 User account 216.73.216.125 talk was created by Admin talk contribs and password was sent by email
- 17:01, 26 May 2020 Sam talk contribs created page TruxtonMessage (Created page with "This class encapsulates the message object that is the basis for the Truxton's [https://en.wikipedia.org/wiki/Extract,_transform,_load ETL] pipeline. =Attributes and Methods=...")
- 10:03, 26 May 2020 Sam talk contribs created page Truxton etl send me local file (Created page with "This is used during the development of your exploitation program. It will open the file and put a message into your message queue. =Syntax= <syntaxhighlight lang="C"> void tr...")
- 09:53, 26 May 2020 Sam talk contribs created page Truxton etl send me hash (Created page with "This is used during the development of your exploitation program. It will go to Truxton, find the file with the given hash and place it into your message queue. =Syntax= <syn...")
- 09:37, 26 May 2020 Sam talk contribs created page Truxton etl send me files (Created page with "This is used during the development of your exploitation program. It will go to Truxton, find the files that meet your criteria and place them into your message queue. =Synta...")
- 09:15, 26 May 2020 Sam talk contribs created page Truxton etl send me file id (Created page with "This is used during the development of your exploitation program. It will go to Truxton, find the file and place it into your message queue. =Syntax= <syntaxhighlight lang="C...")
- 08:47, 26 May 2020 Sam talk contribs created page Truxton etl set poly file expander (Created page with "This API tells Truxton that your ETL handles data that resides in multiple files all of which must be processed as a single unit. A Poly expander resides in the ETL_Stages#S...")
- 08:25, 26 May 2020 Sam talk contribs created page Truxton etl set thread safe (Created page with "This API tells Truxton that your code is designed to be thread-safe. =Syntax= <syntaxhighlight lang="C"> void truxton_etl_set_thread_safe( uint64_t etl_handle, uint16_t threa...")
- 08:22, 26 May 2020 Sam talk contribs created page Truxton etl set queue name (Created page with "This is used to build the command line arguments for the process. Truxton will automatically parse the command line for you but this allows you to programmatically force comma...")
- 08:11, 26 May 2020 Sam talk contribs created page Truxton etl set depot type name (Created page with "This is used to build the command line arguments for the process. Truxton will automatically parse the command line for you but this allows you to programmatically force comma...")
- 07:10, 26 May 2020 Sam talk contribs created page Truxton etl set expander version (Created page with "The optional version number of your ETL process. It will be written to the <code>Version</code> column of the <code> ExpandedFile</code> table. =Synta...")
- 07:01, 26 May 2020 Sam talk contribs created page ExpandedFile Table (Created page with "The <code>ExpandedFile</code> records which exploitation methods were performed on a file. Truxton tracks which version of ETLs were used to expand/exploit a file. This allows...")
- 06:56, 26 May 2020 Sam talk contribs created page Truxton etl set expander identifier (Created page with "This is an arbitrary value you choose to uniquely identify your ETL process. This should be a fixed value that you never change. It will be written to the <code>Expander</code...")
- 06:54, 26 May 2020 Sam talk contribs created page ExpandedFile (Created page with "The <code>ExpandedFile</code> records which exploitation methods were performed on a file. Truxton tracks which version of ETLs were used to expand/exploit a file. This allows...")
- 06:50, 26 May 2020 Sam talk contribs created page ExpandedFIle (Created page with "The <code>ExpandedFile</code> records which exploitation methods were performed on a file. Truxton tracks which version of ETLs were used to expand/exploit a file. This allows...")
- 06:44, 26 May 2020 Sam talk contribs created page Truxton etl set stage number (Created page with "The stage number tells Truxton how your ETL fits into the overall exploitation process. =Syntax= <syntaxhighlight lang="C"> void truxton_etl_set_stage_number...")
- 06:39, 26 May 2020 Sam talk contribs created page Truxton etl get stage number (Created page with "This function returns the stage number of this process. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_etl_get_stage_number(uint64_t etl_handle) </synt...")
- 06:34, 26 May 2020 Admin talk contribs deleted page Truxton get etl id (API no longer supported)
- 06:25, 26 May 2020 Sam talk contribs created page Truxton etl get message (Created page with "This function halts the execution of your process until a message arrives on your message queue. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_etl_get_message( uint64_...")
- 06:19, 26 May 2020 Sam talk contribs created page ETLRoute Table (Created page with "<syntaxhighlight lang="SQL"> CREATE TABLE "ETLRoute" ( "LoadConfigurationID" integer DEFAULT 0 NOT NULL, "FileTypeID" smallint DEFAULT 0 NOT NULL, "ETLQueueName" t...")
- 06:16, 26 May 2020 Sam talk contribs created page Truxton etl set depot type (Created page with "This tells Truxton what you intend to put into the depot file. This is optional. =Syntax= <syntaxhighlight lang="C"> void truxton_etl_set_depot_type( uint64_t etl_handle, uin...")
- 06:09, 26 May 2020 Sam talk contribs created page Truxton etl set application name (Created page with "This is used to build the command line arguments for the process. Truxton will automatically parse the command line for you but this allows you to programmatically force comma...")
- 05:50, 26 May 2020 Sam talk contribs created page Truxton etl set description (Created page with "This is used to build the command line arguments for the process. Truxton will automatically parse the command line for you but this allows you to programmatically force comma...")
- 05:48, 26 May 2020 Sam talk contribs created page Truxton etl get description (Created page with "This is used to build the command line arguments for the process. Truxton will automatically parse the command line for you but this allows you to programmatically force comma...")
- 05:09, 26 May 2020 Sam talk contribs created page Truxton etl add desired file type (Created page with "This is used to build the command line arguments for the process. Truxton will automatically parse the command line for you but this allows you to programmatically force comma...")
- 05:04, 26 May 2020 Sam talk contribs created page Truxton etl destroy (Created page with "This is the last thing an ETL process does before exitting. =Syntax= <syntaxhighlight lang="C"> void truxton_etl_destroy( uint64_t etl_handle ); </syntaxhighlight> =Paramete...")
- 04:09, 26 May 2020 Sam talk contribs created page Truxton etl create (Created page with "This is the first step in creating a Truxton exploitation process. It creates the ETL object. =Syntax= <syntaxhighlight lang="C"> uint64_t truxton_etl_create( void ); </synta...")
- 04:05, 26 May 2020 Sam talk contribs created page Truxton etl add command line argument (Created page with "This is used to build the command line arguments for the process. =Syntax= <syntaxhighlight lang="C"> void truxton_etl_add_command_line_argument( uint64_t etl_handle, char co...")
- 15:56, 25 May 2020 Sam talk contribs created page TruxtonETL (Created page with "This class provides capability to participate in Truxton's ETL pipeling. You can implement your own form of file exploitation. You can subscribe to events... =Properties= =M...")
- 15:51, 25 May 2020 Sam talk contribs created page TruxtonChildFileIO tag (Created page with "This creates a tag associated with this file in Truxton. =Syntax= <syntaxhighlight lang="Python"> bool tag(tag, reason); </syntaxhighlight> =Return value= [https://docs.pyth...")