AB
Back to work

Case 04

Mrigtrix

Repeatable recon across networks

VERIFYDELIVEROPERATE

A recon tool that collects system details and reports back over a private Tailscale network.

The problem

Every engagement meant rebuilding the same plumbing: collect host details, get them out of the network, and get them to the operator.

Where it could go wrong

What is exposed

  • host metadata
  • browser context
  • cross-network delivery

Checks in place

  • automated collection
  • private tunneling
  • real-time event delivery

Result

  • repeatable deployment
  • seven-plus system metrics
  • centralized operator feedback

How I built it

Python and Flask collect CPU, memory, disk, network, process and browser details. Tailscale provides private reachability across networks, and Discord webhooks deliver events as they happen.

PythonFlaskTailscaleDiscord Webhooks

What it does

  • Seven-plus system metrics
  • Private Tailscale connectivity
  • Automated webhook delivery
  • Linux deployment workflow

What I would improve

  • Replace third-party webhooks with a controlled event sink
  • Add signed payloads and operator authentication
  • Package isolated collectors with explicit consent controls

Code

View repository