infilogic

Crates.ioinfilogic
lib.rsinfilogic
version1.0.0
created_at2025-07-12 16:30:36.5078+00
updated_at2025-07-12 16:30:36.5078+00
descriptionCybersecurity toolkit with scanning, daemon, and diagnostics
homepage
repositoryhttps://github.com/Henxi1122/infilogic-pro
max_upload_size
id1749495
size51,476
(Henix1122)

documentation

README

🧠 Infilogic Pro

Infilogic Pro is a modular, security-focused digital forensics platform engineered for high-speed trace logging, anomaly detection, session playback, decentralized storage, and blockchain-based validation.

πŸ‘Ύ Where security meets velocity.
Made in Ghana πŸ‡¬πŸ‡­ β€” Deploying worldwide 🌍

Build Install License Roadmap Active Contributors


βš™οΈ Module Overview

Module Description
core/ Rust parser & anomaly detection engine
daemon/ Go-based log scanner & alert system
cli/ Terminal scan tools for analysts
auth/ Token + biometric verification
gui/ Qt dashboard for local trace visualization
dashboard/ React frontend for browser-based GUI
blockchain/ Cryptographic timestamp validator
storage/ IPFS trace locker + SHA hashing
playback/ Replay trace sessions in C++
exporter/ Forensic report generator (HTML + PDF)
api/ RESTful scan, auth & alert engine
config/ Rules, thresholds, and TOML settings
tests/ Unit tests and fuzzing
scripts/ Installers, launchers, and automation
data/ Sample logs and testing input
docs/ Developer guide and architecture map

πŸš€ Install via Script

chmod +x scripts/install.sh
./scripts/install.sh

🌐 One-Line Install (Recommended)
    curl -sSL https://raw.githubusercontent.com/Henxi1122/infilogic-pro/main/infilogic-install.sh | bash

πŸ–₯️ Launch GUI Dashboard
    πŸ’» Manual (Dev Mode)
        cd infilogic-pro/dashboard
        npm install
        npm start

    πŸš€ Auto-Launch After Build
        cd infilogic-pro/dashboard
        npm install
        npm run build
        xdg-open http://localhost:3000

⚑ Shortcut Launcher
    bash gui-launch.sh

πŸ“˜ Usage Examples
    infilogic scan server.log --deep
    infilogic biometric user.dump --verify
    infilogic stats session.json --audit
Optional alias:
    alias infiltrate="infilogic scan"


πŸ“ Repo Structure
infilogic-pro/
β”œβ”€β”€ core/              # Rust engine
β”œβ”€β”€ dashboard/         # React GUI
β”œβ”€β”€ auth/              # Biometric + token modules
β”œβ”€β”€ cli/               # CLI tools
β”œβ”€β”€ daemon/            # Alert scanner
β”œβ”€β”€ storage/           # IPFS + hashing
β”œβ”€β”€ blockchain/        # Timestamp module
β”œβ”€β”€ exporter/          # Report generator
β”œβ”€β”€ scripts/           # Installers & setup
β”œβ”€β”€ tests/             # Testing suite
β”œβ”€β”€ data/              # Sample log files
β”œβ”€β”€ docs/              # Documentation
β”œβ”€β”€ config/            # TOML rules
β”œβ”€β”€ README.md
β”œβ”€β”€ FINALIZATION.md
β”œβ”€β”€ ROADMAP.md
β”œβ”€β”€ CONTRIBUTING.md
β”œβ”€β”€ LICENSE
└── NOTICE

πŸ“š Documentation
FINALIZATION.md β€” Deployment readiness checklist

ROADMAP.md β€” Milestones + upcoming modules

CONTRIBUTING.md β€” Dev onboarding guide

LICENSE β€” Apache 2.0 terms

NOTICE β€” Attribution + dependencies

🀝 Contributors
Built by Henix in Ghana πŸ‡¬πŸ‡­ β€” blending digital forensics, modular architecture, and global innovation. Want to help? See CONTRIBUTING.md

πŸ›‘οΈ License
Licensed under the Apache 2.0 License All code contributions covered by open-source terms.

🎯 Install Badge
[![Install Infilogic Pro](https://img.shields.io/badge/Install-One%20Command-success)](https://github.com/Henxi1122/infilogic-pro)

Security designed. Tools refined. Impact guaranteed πŸ” Let’s get forensic 🧬
Commit count: 0

cargo fmt