Pre-installed tools
Your PiRogue comes with a set a pre-installed and pre-configured tools covering different purposes.
Network traffic capture
tcpdump
to capture network traffic into PCAP files - documentationmitm-proxy
to intercept and capture HTTPS traffic - documentation
Network traffic analysis
suricata
to detect malicious traffic based on rules - documentationnfstream
to inspect traffic and determine the application involved in each flow - documentation
Device analysis & forensic
adb
to interact with Android devices - documentationlibimobiledevice
to interact with iOS devices - documentationmvt
to conduct device forensic analysis - documentationfrida
to instrument programs running on a device - documentation
Data visualization
influxdb
to store data generated bynfstream
andsuricata
- documentationchronograph
to search and export data stored ininfluxdb
- documentationgrafana
to display data on dashboards - documentation
Utilities
vim
to edit files - documentationgit
to version files - documentationjq
to manipulate JSON files - documentationgnupg2
to sign, encrypt and verify files - documentationpython3
to write and execute Python programs - documentation