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:44, 1 February 2021 Sam talk contribs created page Truxton usb get media id (Created page with "This retrieves the identifier of the media that hosted the USB. This corresponds to the <code>[MediaID]</code> column of the <code><nowiki>[</nowiki>USBDevice Table|USBDevic...")
- 14:42, 1 February 2021 Sam talk contribs created page Truxton usb get file id (Created page with "This retrieves the identifier of the file that hosted the USB. This corresponds to the <code>[FileID]</code> column of the <code><nowiki>[</nowiki>[[USBDevice Table|USBDevice]...")
- 14:31, 1 February 2021 Sam talk contribs created page Truxton usb set device id (Created page with "This sets the Windows device identifier of the USB device. This corresponds to the <code>[DeviceID]</code> column of the <code><nowiki>[</nowiki>USBDevice<...")
- 14:24, 1 February 2021 Sam talk contribs created page Truxton usb tag (Created page with "This will tag the USB device. =Syntax= <source lang="C"> void truxton_usb_tag( uint64_t usb_handle, char const * tag_name, char const * why, uint64_t origin ); </source> =Pa...")
- 14:10, 28 January 2021 Sam talk contribs created page Truxton usb set revision (Created page with "This sets the revision of the USB device. This corresponds to the <code>[Revision]</code> column of the <code><nowiki>[</nowiki>USBDevice<nowiki>]</nowiki>...")
- 12:52, 28 January 2021 Sam talk contribs created page Truxton usb set product id (Created page with "This sets the product identifier of the USB device. This corresponds to the <code>[PID]</code> column of the <code><nowiki>[</nowiki>USBDevice<nowiki>]</no...")
- 12:50, 28 January 2021 Sam talk contribs created page Truxton usb set vendor id (Created page with "This sets the vendor identifier of the USB device. This corresponds to the <code>[VID]</code> column of the <code><nowiki>[</nowiki>USBDevice<nowiki>]</now...")
- 10:53, 28 January 2021 Sam talk contribs created page Creating NSRL Hashset (Created page with "The [https://www.nist.gov/itl/ssd/software-quality-group/national-software-reference-library-nsrl National Software Reference Library] is a project from the [https://www.nist....")
- 09:16, 27 January 2021 Sam talk contribs created page Truxton usb set device type (Created page with "This sets the type of the USB device. This corresponds to the <code>[USBDeviceTypeID]</code> column of the <code><nowiki>[</nowiki>USBDevice<nowiki>]</nowi...")
- 07:15, 27 January 2021 Sam talk contribs created page Truxton usb set file offset (Created page with "This sets the offset into the file where the USB information began. This corresponds to the <code>[Offset]</code> column of the <code><nowiki>[</nowiki>USBDevice Table|USBDe...")
- 07:09, 27 January 2021 Sam talk contribs created page Truxton usb set media id (Created page with "This sets the media the USB information came from. This corresponds to the <code>[MediaID]</code> to the column of the <code><nowiki>[</nowiki>USBDevice<no...")
- 07:05, 27 January 2021 Sam talk contribs created page Truxton usb set file id (Created page with "This sets the file the USB information came from. This corresponds to the <code>[FileID]</code> to the <code><nowiki>[</nowiki>USBDevice<nowiki>]</nowiki><...")
- 10:57, 26 January 2021 Sam talk contribs created page Truxton usb set when (Created page with "This sets the date and time of when the the USB device was seen. It corresponds to the <code>When</code> column of the <code><nowiki>[</nowiki>USBDevice<no...")
- 10:36, 26 January 2021 Sam talk contribs created page Truxton usb get id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the USB object. This call is only valid after a successful call to <code>truxton_usb...")
- 07:43, 26 January 2021 Sam talk contribs created page Truxton usb save (Created page with "This commits information in the USB object to the <code><nowiki>[</nowiki>USBDevice<nowiki>]</nowiki></code> table. =Syntax= <source lang="C"> int truxton...")
- 15:30, 25 January 2021 216.73.216.125 talk created page SOLRFile (Created page with "{| style="float:right;border:1px solid black" |+ Details | Executable | <code>SOLRFile.exe</code> |- | Stage | style="text-align:center;" | 255 |- | Percent Complete | style="...")
- 15:14, 25 January 2021 216.73.216.125 talk created page SOLR (Created blank page)
- 09:37, 25 January 2021 Sam talk contribs created page Truxton usb destroy (Created page with "This destroys a USB object. =Syntax= <source lang="C"> void truxton_usb_destroy( uint64_t usb_handle ); </source> =Parameters= ==<code>usb_handle</code>== The handle to the...")
- 07:33, 25 January 2021 Sam talk contribs created page Truxton usb create (Created page with "This creates an object you can use to record a USB device in Truxton. This adds records to the <code><nowiki>[</nowiki>USBDevice<nowiki>]</nowiki></code> t...")
- 16:49, 21 January 2021 Sam talk contribs created page Truxton etl set mode (Created page with "This API tells Truxton what mode your ETL will act under. =Syntax= <source lang="C"> void truxton_etl_set_mode( uint64_t etl_handle, uint64_t mode ); </source> =Parameters=...")
- 16:13, 21 January 2021 Sam talk contribs created page ETL Application Modes (Created page with "These values for the bits used in the ETL mode bit-flag field. {| class="wikitable" ! Name ! Value ! Meaning |- | <code>ETL_APPLICATION_MODE_NORMAL</code> | style="text-align...")
- 14:40, 19 January 2021 Sam talk contribs created page Truxton url get url offset (Created page with "This retrieves the offset into the parent file of where the URL was found. =Syntax= <source lang="C"> uint64_t truxton_url_get_url_offset( uint64_t url_handle ); </source> =...")
- 14:39, 19 January 2021 Sam talk contribs created page Truxton url get url (Created page with "This retrieves the URL that was visited. =Syntax= <source lang="C"> void truxton_url_get_url( uint64_t url_handle, char * destination_string, size_t max_size ); </source> =P...")
- 14:37, 19 January 2021 Sam talk contribs created page Truxton url get local filename (Created page with "This retrieves the name of the file on the media that cached the data from the URL visit. This corresponds to the <code>[LocalFilename]</code> column of the <code><nowiki>[</n...")
- 07:12, 19 January 2021 Sam talk contribs created page Truxton url get when (Created page with "This retrieves the date and time when the URL was visited. This corresponds to the <code>[When]</code> column of the <code><nowiki>[</nowiki>[[WebsiteVisit Table|WebsiteVisit]...")
- 07:11, 19 January 2021 Sam talk contribs created page Truxton url get type (Created page with "This retrieves the offset into the parent file of where the account was found. This corresponds to the <code>[URLTypeID]</code> column of the <code><nowiki>[</nowiki>Website...")
- 07:09, 19 January 2021 Sam talk contribs created page Truxton url get method (Created page with "This retrieves the offset into the parent file of where the account was found. This corresponds to the <code>[WebsiteMethodID]</code> column of the <code><nowiki>[</nowiki>W...")
- 07:08, 19 January 2021 Sam talk contribs created page Truxton url get format (Created page with "This retrieves the offset into the parent file of where the account was found. =Syntax= <source lang="C"> uint64_t truxton_url_get_format( uint64_t url_handle ); </source> =...")
- 07:05, 19 January 2021 Sam talk contribs created page Truxton url get account offset (Created page with "This retrieves the offset into the parent file of where the account was found. =Syntax= <source lang="C"> uint64_t truxton_url_get_account_offset( uint64_t url_handle ); </so...")
- 07:01, 19 January 2021 Sam talk contribs created page Truxton url get media id (Created page with "This retrieves the identifier of the media this URL belongs to. This corresponds to the <code>[MediaID]</code> column of the <code><nowiki>[</nowiki>WebsiteVisit Table|Websi...")
- 06:59, 19 January 2021 Sam talk contribs created page Truxton url get file id (Created page with "This retrieves the account that visited the URL. This corresponds to the <code>[FileID]</code> column of the <code><nowiki>[</nowiki>WebsiteVisit<nowiki...")
- 06:57, 19 January 2021 Sam talk contribs created page Truxton url get account (Created page with "This retrieves the account that visited the URL. =Syntax= <source lang="C"> void truxton_url_get_account( uint64_t url_handle, char * destination_string, size_t max_size ); <...")
- 06:53, 19 January 2021 Sam talk contribs created page Truxton url get id (Created page with "This retrieves the [https://en.wikipedia.org/wiki/Universally_unique_identifier GUID] of the file. This corresponds to the <code>[ID]</code> column of the <code><nowiki>[</now...")
- 06:34, 19 January 2021 Sam talk contribs created page Truxton url set local filename (Created page with "This sets the name of the file on the media used to cache the contents of the URL visit. This corresponds to the <code>[LocalFilename]</code> column of the <code><nowiki>[</no...")
- 19:07, 18 January 2021 Sam talk contribs created page Truxton url set media id (Created page with "This sets identifier of the media this URL belongs to. This corresponds to the <code>[MediaID]</code> column of the <code><nowiki>[</nowiki>WebsiteVisit...")
- 19:05, 18 January 2021 Sam talk contribs created page Truxton url set file id (Created page with "This sets identifier of the file that stored this URL. This corresponds to the <code>[FileID]</code> column of the <code><nowiki>[</nowiki>WebsiteVisit<...")
- 19:01, 18 January 2021 Sam talk contribs created page Truxton url set format (Created page with "This sets format of the text of the URL. =Syntax= <source lang="C"> void truxton_url_set_format( uint64_t url_handle, uint64_t value ); </source> =Parameters= ==<code>url_ha...")
- 18:58, 18 January 2021 Sam talk contribs created page Truxton url set method (Created page with "This sets the method used to visit the URL. This corresponds to the <code>[WebsiteMethodID]</code> column of the <code><nowiki>[</nowiki>WebsiteVisit<no...")
- 18:56, 18 January 2021 Sam talk contribs created page Truxton url set type (Created page with "This sets the type of URL that was visited. This corresponds to the <code>[URLTypeID]</code> column of the <code><nowiki>[</nowiki>WebsiteVisit<nowiki>]...")
- 18:51, 18 January 2021 Sam talk contribs created page Truxton url set when (Created page with "This sets the date and time of when the URL was visited. This corresponds to the <code>[When]</code> column of the <code><nowiki>[</nowiki>WebsiteVisit<...")
- 18:40, 18 January 2021 Sam talk contribs created page Truxton url set url offset (Created page with "This sets the offset into the parent file where the URL was found. =Syntax= <source lang="C"> void truxton_url_set_url_offset( uint64_t url_handle, uint64_t offset ); </sourc...")
- 18:38, 18 January 2021 Sam talk contribs created page Truxton url set account offset (Created page with "This sets the offset into the parent file where the account that visited the URL was found. =Syntax= <source lang="C"> void truxton_url_set_account_offset( uint64_t url_handl...")
- 18:35, 18 January 2021 Sam talk contribs created page Truxton url set url (Created page with "This sets the URL that was visited. =Syntax= <source lang="C"> void truxton_url_set_url( uint64_t url_handle, char * url ); </source> =Parameters= ==<code>url_handle</code>=...")
- 18:33, 18 January 2021 Sam talk contribs created page Truxton url set account (Created page with "This sets the name of the account used to visit the URL =Syntax= <source lang="C"> void truxton_url_set_account( uint64_t url_handle, char * account ); </source> =Parameters...")
- 18:27, 18 January 2021 Sam talk contribs created page Truxton url save (Created page with "This commits the information in the URL object to the <code><nowiki>[</nowiki>WebsiteVisit<nowiki>]</nowiki></code> table in the database. =Syntax= <s...")
- 18:17, 18 January 2021 Sam talk contribs created page Truxton url destroy (Created page with "This frees URL object. =Syntax= <source lang="C"> uint64_t truxton_url_destroy( uint64_t url_handle ); </source> =Parameters= ==<code>url_handle</code>== The URL object to f...")
- 12:49, 18 January 2021 Sam talk contribs created page Default ETL Options (Created page with "Any exploitation program created by using the Truxton SDK will have the following options built-in. {| class="wikitable" |- ! Name ! Data Type ! Minimum Value ! Maximum Value...")
- 07:41, 18 January 2021 Sam talk contribs created page Truxton url create (Created page with "This creates an object you can use to record a website visit in Truxton. This adds records to the <code><nowiki>[</nowiki>WebsiteVisit<nowiki>]</nowiki>...")
- 09:05, 17 January 2021 Sam talk contribs created page Truxton file exists (Created page with "This returns non-zero if the file's identifier exists in the <code>[ID]</code> column of the <code><nowiki>[</nowiki>File<nowiki>]</nowiki></code> table. =Synt...")
- 08:16, 17 January 2021 Sam talk contribs created page Truxton relation get relation (Created page with "This retrieves the type of relation between the two objects in Truxton. This corresponds to the <code>[RelationTypeID]</code> column of the <code><nowiki>[</nowiki>Relation...")