AVAILABLE_MODULES
LOCAL WORKFLOW
CYBERSECURITY TOOLS
Working local utilities for hashing, file hashing, encoding, IOC extraction, and password strength checks.
FORENSIC WORKFLOW
Step-by-step guide for copying evidence, running folder inventory, analyzing exported chats, and opening the report.
AI BENCHMARK
CYBER benchmark dashboard for public model statistics and source audit notes.
COMING SOON
Preview page for upcoming interface modules and keep-in-touch status panel.
CLI_COMMANDS
COPY / RUN / REPORT
| Task | Command | Output |
|---|---|---|
| Folder inventory | python -m waforensics.cli inventory --source-dir "WhatsApp" --output-dir out-inventory |
Inventory JSON, CSV, summary, file hashes |
| Chat analysis | python -m waforensics.cli analyze --chat "WhatsApp\_chat.txt" --media-dir "WhatsApp" --output-dir out |
Messages, attachments, HTML forensic report |
| PHP preview | php -S localhost:8000 |
Local PHP website preview |