Difference between revisions of "Main Page"
Jump to navigation
Jump to search
| Line 9: | Line 9: | ||
=For Power Users= | =For Power Users= | ||
| + | * [[Configuration System]] - Everything you ever wanted to know about how to configure Truxton | ||
| + | * [[Creating NSRL Hashset]] - Step by step instructions on creating the [https://www.nist.gov/itl/ssd/software-quality-group/national-software-reference-library-nsrl NSRL] hashset | ||
| + | * [[Depot|Depot File Format]] - This is how Truxton stores the contents of files extracted from source media | ||
* [[Exploitation Layer]] - A description of how Truxton exploits data | * [[Exploitation Layer]] - A description of how Truxton exploits data | ||
| + | * [[Hash Set|Hash Set File Format]] - For eliminating useless files based on the [https://en.wikipedia.org/wiki/MD5 MD5] hash of the contents | ||
| + | * [[Helpful scripts]] - Scripts we have found useful | ||
| + | * [[Les]] - The Load Status Monitor | ||
| + | * [[Lessons Learned]] - How to do some non-obvious things | ||
* [[Loader Configuration]] - Information on configuring Truxton | * [[Loader Configuration]] - Information on configuring Truxton | ||
| − | |||
* [[Load List|Load List File Format]] - For scripting the loading of lots of media | * [[Load List|Load List File Format]] - For scripting the loading of lots of media | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
* [[Loading Strategies]] - Discussion on the different ways to load data into Truxton | * [[Loading Strategies]] - Discussion on the different ways to load data into Truxton | ||
| − | |||
| − | |||
* [[Log File Locations]] - Where Truxton logs things | * [[Log File Locations]] - Where Truxton logs things | ||
| + | * [[Logging]] - Details about Truxton's logging | ||
| + | * [[Manually Uninstall Truxton]] - Remove all evidence that Truxton was on a machine | ||
| + | * [[Message Concentrator]] - How to reduce the number of database connections | ||
* [[Securing Truxton Services]] - For customers who need it | * [[Securing Truxton Services]] - For customers who need it | ||
| + | * [[Turn on Syslogging|Syslog]] - For monitoring everything | ||
| + | * [[Truxton Service]] - What the Truxton Service does | ||
* [[Truxton Forensic Rack]] - When you've got lots of data to process | * [[Truxton Forensic Rack]] - When you've got lots of data to process | ||
| − | |||
| − | |||
| − | |||
=For Developers= | =For Developers= | ||
Revision as of 09:11, 25 July 2022
Welcome to the Truxton Technical Wiki. This wiki is here for developers to extend Truxton's capabilities. There aren't any forensic techniques discussed here unless someone makes a page for it. Truxton Forensics will be contributing articles and sample code to allow you to make Truxton do what you need.
- How Truxton Works - A brief overview of what Truxton does
- File Types Supported - A list of files that Truxton knows about
- Log4j Vulnerability - How to fix
For Power Users
- Configuration System - Everything you ever wanted to know about how to configure Truxton
- Creating NSRL Hashset - Step by step instructions on creating the NSRL hashset
- Depot File Format - This is how Truxton stores the contents of files extracted from source media
- Exploitation Layer - A description of how Truxton exploits data
- Hash Set File Format - For eliminating useless files based on the MD5 hash of the contents
- Helpful scripts - Scripts we have found useful
- Les - The Load Status Monitor
- Lessons Learned - How to do some non-obvious things
- Loader Configuration - Information on configuring Truxton
- Load List File Format - For scripting the loading of lots of media
- Loading Strategies - Discussion on the different ways to load data into Truxton
- Log File Locations - Where Truxton logs things
- Logging - Details about Truxton's logging
- Manually Uninstall Truxton - Remove all evidence that Truxton was on a machine
- Message Concentrator - How to reduce the number of database connections
- Securing Truxton Services - For customers who need it
- Syslog - For monitoring everything
- Truxton Service - What the Truxton Service does
- Truxton Forensic Rack - When you've got lots of data to process
For Developers
The following are starting points for developers.
- Truxton SDK
- Python Support
- Developer's Guide