Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
rugmuncher-backend — Real-time crypto intelligence platform for token scanning, wallet forensics, multi-chain market data, and scam detection across 96 blockchains via a FastAPI backend with Telegram bot and MCP agent integration. | Kitploit
Tools/GitLabGitLab/cryptorugmuncher/rugmuncher-backend
OSINT (Open Source Intelligence)Information GatheringCryptography
GitLabcryptorugmuncher/rugmuncher-backend

rugmuncher-backend

Real-time crypto intelligence platform for token scanning, wallet forensics, multi-chain market data, and scam detection across 96 blockchains via a FastAPI backend with Telegram bot and MCP agent integration.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
1 month agoNot yet reviewed

RMI Backend

Repo: git.rugmunch.io/RugMunchMedia/rmi-backend Deploy: /root/backend/ on Talos Container: rmi-backend Health: http://127.0.0.1:8000/health (currently unhealthy — Redis host not resolving)

What it is

FastAPI backend for the RMI platform. Serves token risk scans, wallet forensics, market data, Telegram bot commands, MCP agent tools, and x402-gated premium endpoints.

Status

Production, but degraded. The container runs and responds, but /health reports unhealthy because the Redis hostname rmi-redis:6379 is not resolving inside the container network.

Quick start (local)

root@kitploit:~
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python -m pytest tests/unit/ -x -q

Deploy

root@kitploit:~
ssh netcup
cd /root/backend/
docker compose pull
docker compose up -d rmi-backend

Fleet dependencies

Current issues

  • 8.61% test coverage
  • 17 time.sleep(), 1,713 f-string logs, 399 print() calls
  • Largest file app/routers/x402_tools.py is 212 KB
  • CI gates use continue-on-error: true and || true
  • 5 Telegram tokens leaked in git history

Docs

  • PRODUCT.md — charter and scope
  • ARCHITECTURE.md — components and data flow
  • ROADMAP.md — next 90 days
  • TODO.md — current tasks

Standards

This repo follows Rug Munch Media standards.

Download Tool
ServiceAddressStatus
Postgresrmi-postgres:5432Up
Redisrmi-redis:6379Failing to resolve
Qdrant127.0.0.1:6333Down (stale IP bind)
Neo4j127.0.0.1:7687Up
ClickHouse127.0.0.1:8123Up