The interactive console
Streaming chat with slash-command picker, attachments, conversation history, and auto-titled threads scoped to projects.
An end-to-end offensive-security workspace: scoped projects, streaming chat, your own SSH infrastructure, and continuous perimeter monitors — backed by a router that dispatches across a full bench of specialist skills, with a CLI, IDE plugin, and autonomous agents in the pipeline.
Domains, IPs, certs, subdomains, leaked configs, dorks — stitched into one pass.
Hashes, IOCs, CVEs, brand abuse — cross-checked against live feeds, not stale training data.
Reverse shells, privesc, Sigma / KQL / SPL rules and hunt queries from TTPs or pasted logs.
Register SSH targets, then /run @host <cmd> from any chat — every command proposed for review first.
Mephit is a platform. Use whichever surface fits your workflow — they all share the same skills, projects, and history.
Streaming chat with slash-command picker, attachments, conversation history, and auto-titled threads scoped to projects.
Group chats, assets (servers, domains, IPs, apps, services), tech-stack tags, goals and notes under one engagement. Context follows you into every chat.
Register a Kali jumphost, a CTF VM, or a hardened pentest dropper. `/run @host` proposes commands; you approve before anything executes.
Recon, intel, RE, blue team, post-exploit — turn skills on or off per workspace, see which ones the router activated last turn.
`mephit scan acme.com`, `mephit cve CVE-2024-3094`, `mephit triage <hash>`. Pipe into jq, save to disk, script it.
Inline `/cve`, `/decode`, `/sigma` from the editor. Highlight a hash, ask Mephit. Highlight disassembly, ask Mephit. No context-switching.
Long-running agents that recon a target, pivot through findings, and report back when they're done — or escalate when they need a human.
Project assets get watched. New CVE matching your stack? New paste mentioning your domain? New cert minted on your TLD? You hear about it.
Spin up a project per engagement. Drop in the assets, tag the stack, write the goals. Every chat inside that project picks up the context automatically — no re-pasting scope, no re-explaining the target.
Open projects→Wire up an SSH endpoint once — your Kali jump host, a CTF VM, a hardened pentest dropper. From any chat, type /run @host and Mephit drafts the command. You approve it, the platform executes over SSH, and the output streams back into the conversation.
SSH private key stored AES-256-GCM encrypted; never returned to the client. Connection test runs `whoami` to verify.
Every command is proposed first — you see the host, command, intent, and risk level. Click run, or edit it inline.
Append-only run log per server. Destructive patterns (`rm -rf /`, `mkfs`, fork bombs, `curl | sh`) are refused unless explicitly confirmed.
Starting Nmap 7.94 ( https://nmap.org ) Nmap scan report for acme.com (1.2.3.6) Host is up (0.018s latency). Not shown: 97 filtered ports PORT STATE SERVICE 22/tcp open ssh 80/tcp open http 443/tcp open https Nmap done: 1 IP address scanned in 1.36s
One-time recon is a snapshot. Real engagements move. Hook your project assets into continuous monitors and let Mephit watch the perimeter for you between chats.
Tag your stack once. New advisory matching nginx 1.25 / postgres 16 / k8s 1.30? Inbox + chat ping with severity, exploitability, and a draft remediation note.
Domain or brand watchlist scanned against pastes, breach dumps, and dark-web channels. Hits land with source, timestamp, and the leaked excerpt redacted by default.
Every new certificate minted on your TLD or close-typo neighbours. Catches phishing infra and shadow IT before they go live.
Periodic recon snapshot diffs: new ports, new subdomains, new tech fingerprints. Know what changed since last week, without re-scanning manually.
Every skill, tool, and prompt is written for security work — not retrofitted from a general assistant.
Pivot from a domain or IP into open services, certs, leaked configs, dorks, subdomains. Parallel tools stitched into one pass.
Cross-reference samples and indicators against major reputation and malware feeds. Pull brand and identity context from a domain.
Reverse / bind shells, web shells, CTF web triage, Linux/Windows/AD privesc. RE help for Ghidra, radare2, GDB.
Sigma, KQL, SPL rules from TTPs or pasted logs. Hunt queries for credential dumping, C2, lateral movement.
Hash fingerprinting, base64/hex/URL-safe, classical ciphers, known-plaintext hints. CTFs ship.
Register SSH servers once, then `/run @kali whoami` from any chat. Always proposed for review first.
The router fires multiple specialists in parallel — passive DNS, cert transparency, breach indices, paste crawlers, mindmap renderers. Each lane runs independently, then the model stitches the findings into a single answer. Below: a live trace cycling through three real scenarios.
Production: nginx 1.25 behind Cloudflare. 11 subs, 24 certs (4 wildcard). 22/tcp open on a.example.net (OpenSSH 9.6). Two paste leaks reference internal s3 buckets. No malicious reputation. Suggested next step: enumerate s3://acme-internal-* and probe 22/tcp for known CVEs.
6 lanes fan out: passive DNS, cert transparency, port fingerprint, reputation, paste crawl, tech stack. ~2.4s wall-clock.
Breach indices, paste crawl, dark-channel scrape, credential clusters, reuse correlation. Hits land grouped by source + severity.
Topic decomposition, OWASP graft, leaf expansion, tool linking, Mermaid render — produces a radial tree on demand.
Type `/` in the composer to open the picker. 24 commands, grouped by category, each wired to a real skill.
/flow-perimeterFlow · Perimeter auditFull external attack surface — domain → subdomains → IPs → ports → services → certs → fingerprints.
/flow-leaksFlow · Leak auditSweep breach indices, paste sites, and code hosts for credentials and tokens tied to a domain or brand.
/flow-squatFlow · Typosquat watchGenerate lookalike-domain set, resolve each, score for live phishing infrastructure, draft takedown packets.
/flow-vulnsFlow · Vuln sweepMatch recent CVEs against the detected stack on the target. Sorted by exploitability × severity.
/flow-kickoffFlow · Engagement kickoffFirst-hour brief — perimeter + leak audit + light typosquat + draft threat model. Run it after creating a project.
/flow-iocFlow · IOC triageIndicator → impact in one pass: reputation, sandbox, passive-DNS pivot, ASN/cert correlation, incident packet.
/scanRecon scanMap a target — IPs, ports, services, subdomains, technology fingerprint.
/checkleakBreach / leak checkSearch dark-web breaches and HIBP for an email or domain.
/cveCVE lookupResolve a CVE ID — CVSS, vendor advisories, exploits.
/threatThreat intelReputation lookup — VirusTotal, AbuseIPDB, GreyNoise, urlscan.
/brandBrand OSINTExtract a site's logos, color palette, and brand identity.
/payloadGenerate payloadReverse / bind shells, msfvenom, web shells.
/ctfCTF web triageApproach a CTF web challenge — recon, vuln triage, exploit.
/postPost-exploit guidancePrivesc, lateral movement, persistence, AD attacks.
/revReverse engineeringStatic / dynamic binary analysis — Ghidra, GDB, radare2.
/runRun on serverPropose a command for one of your registered SSH servers. Combine with @<server>.
/sigmaSigma / detection ruleGenerate a Sigma / KQL / SPL detection rule for a TTP or pasted log.
/huntThreat hunt queryHunt query for credential dumping, lateral movement, C2.
/decodeHash / cipher IDIdentify a hash (md5/sha*/bcrypt) or decode common encodings.
/mindmapMindmapGenerate a Mermaid mindmap (center node + radial branches) for a topic.
/diagramDiagramRender a Mermaid diagram — flowchart, sequence, kill chain, DFD.
/cvssCVSS scoreCompute a CVSS v3.1 vector + score from a description.
/reportPentest findingDraft a vulnerability finding — title, impact, repro, remediation.
/threatmodelThreat modelSTRIDE / PASTA / attack-tree analysis of a system.
Every lookup hits real sources at query time — reputation, breaches, certs, advisories, sandbox scans. No hallucinated CVEs, no made-up WHOIS.
No. Mephit is a router-driven multi-skill system — every turn picks the right specialists (recon, intel, RE, blue team, etc.), runs real lookups in parallel, and synthesizes. The model is the cheapest part of the stack.
No. Mephit is built for pentesters, CTF players, and researchers — scope is yours. We don't lecture, we don't apologize, we don't add disclaimers.
Live, at query time. No baked-in stale knowledge for IOCs, CVEs, certs, or breaches. Specific provider names are intentionally not advertised on this page.
Yes. Register SSH targets in the dashboard, then `/run @host <cmd>` from any chat. Every command is proposed for human approval before execution.
Each engagement gets its own workspace: assets (servers/domains/IPs/apps/services), tech-stack tags, goals, notes, and scoped chats. The model picks up that context automatically when you talk to it from inside a project.
Chats are stored against your account so you can resume them. SSH credentials are encrypted at rest. We don't train on your conversations.
Free to try. No credit card. Add your assets, register your boxes, start chatting — the rest of the platform lights up as it ships.