Download Operational Truth™ - Fleetfolio Pentest Module
Fleetfolio Pentest Module - powered by Fleetfolio
Operational Truth™ is a downloadable software platform for continuous compliance. The Fleetfolio Pentest module (powered by Fleetfolio) must be installed on a local workstation or server environment. The software is not web-based and requires local installation to operate. To install Fleetfolio Pentest, users must first set up the required software dependencies and then download and install the primary Fleetfolio Pentest module package by following the provided installation instructions.
Overview
The Fleetfolio Pentest module is a comprehensive endpoint detection and response platform powered by Fleetfolio. It delivers real-time threat analysis, vulnerability scanning, and malware detection with integrated tools for continuous monitoring and threat intelligence. Deploy to your infrastructure for complete data privacy and control.
System Requirements
- Operating System: Kali Linux (recommended), macOS 10.15+, Ubuntu 20.04+, Windows 10+ (via WSL)
- Runtime Requirements: Deno 2.x+, Go 1.16+, Node.js 16+
- Virtualization (Optional): VirtualBox 6.0+ for VM deployment
Installation commands
Workspace Setup
Choose your preferred method to get the Fleetfolio Pentest module running on your machine.
Option A: Windows WSL (Kali Linux)
To spin up Kali Linux via Windows Subsystem for Linux, run the following command in PowerShell:
wsl --install -d kali-linuxOption B: Virtual Machine (VirtualBox)
Follow these steps to set up a dedicated virtual environment.
Prerequisites
- VirtualBox: Download VirtualBox
- Visual C++ Dependencies: If you are using Windows as the host machine, you may encounter an error. Download Visual C++ Redistributable Runtimes All-in-One and run
install_all.bat. - Kali Linux VM Image: Download Kali Linux VM (VirtualBox, ~3.3 GB,
.7zfile). - Compression Tool: WinRAR or 7-Zip.
Download Kali Linux
Select Virtual Machine and then VirtualBox. The file will be in .7z format.
Install VirtualBox
Open the installer and follow the default prompts.
Extract and Import
- Extract the
.7zfile. - Inside, find the
.vdifile (orange icon) and a.vboxfile (blue icon). - Double-click the
.vboxfile to automatically import the VM into VirtualBox.
Configure the VM
- Base Memory: Set to
4096 MB(recommended). - Processor Cores: Set to
2–3(recommended). - Start the virtual machine.
Login Credentials
- Username:
kali - Password:
kali
Update the System
sudo apt update && sudo apt upgrade -y && sudo apt full-upgrade -yFixing Update Errors: If updates fail, run these fix commands:
# Force HTTPS
sudo sed -i 's|http://http.kali.org|https://http.kali.org|' /etc/apt/sources.list
# Fix missing
sudo apt-get clean && sudo apt-get update --fix-missing
# Re-run
sudo apt update && sudo apt upgrade -y && sudo apt full-upgrade -yPrerequisite API Keys & Tokens
Store your keys in a .env file for security. These credentials are required for advanced compliance and threat detection features.
WPScan
WPScan CLI tool uses the WordPress Vulnerability Database API to retrieve WordPress vulnerability data in real time.
- Visit WPScan Registration.
- Generate your API key.
- Add to
.env:OPSFOLIO_EAA_WP_TOKEN=your_key_here
VirusTotal
VirusTotal Analyse suspicious files, domains, IPs and URLs to detect malware and other breaches, automatically share them with the security community.
- Visit VirusTotal Signup.
- Copy your API key from the dashboard.
- Add to
.env:OPSFOLIO_EAA_VIRUSTOTAL_API_KEY=your_key_here
How is this guide?
Last updated on