[ RED ]

Most AI pentest tools generate findings.
Nemesis Red proves them.

One reasoning loop drives the full kill chain: recon, vulnerability assessment, live exploitation, and novel zero-day discovery. It runs the real Kali arsenal over SSH to a box you control, fuses every tool's output into the next decision, and reports nothing it cannot prove. Your targets, traffic, and findings stay in your environment.

A finding you cannot reproduce is not a finding

Autonomous scanning got cheap. Trustworthy autonomous scanning did not. A language model can describe a vulnerability that does not exist, cite a CVE that does not apply, and rank it critical. Run one of those tools against a real environment and the output is a queue of plausible claims a human still has to verify by hand. That is the work the tool was supposed to do.

Nemesis Red makes verification the gate, not an afterthought. Every finding that reaches a report has cleared a deterministic check, not a model's opinion. When nothing proves out, the report says so.

How the loop runs

asset +consentreasonchainclosed-loop reasoningarsenalKali: nmap · nuclei · sqlmapengines: VA · pentestbrowser · zero-day · LLMexecute + fuseverifier gatescoreboard + proof ladderreport + packetproofs, chains, disclosureunprovendropped, not reportedREPLANprovenunproven

The reasoning loop plans, drives the arsenal, and fuses every result into the next decision. Before anything reaches a report it passes the verifier gate. Proven findings ship. Unproven ones are dropped, not printed. No fixed script, and no unverified hypotheses in the deliverable.

What sets it apart

Four ways to work, one platform

Using Zero-Day for Windows: download the portable package (Windows 10/11 + Server, x64, self-contained), extract it, and point it at an app you own in a disposable VM:

nrzd.cmd --exe "C:\Program Files\Vendor\App.exe" --seeds seeds\sample.tga --suffix .tga --argv-template "{file}" --coverage off

It opens each input with the app, catches the crash, and grades it up the proof ladder to a vendor-ready packet (reproducer, root cause, suggested fix). A clean run reports nothing.

Proof it works, not a demo

A novel bug, found and disclosed. The discovery engine found a previously-unreported heap out-of-bounds write in CWPack, a widely-used MessagePack library for C. A truncated MessagePack stream is treated as a successful read, the parser advances past the end of its buffer, and the next refill calls memmove with a negative size. The engine minimized a 74-byte trigger, root-caused it to the stream-refill handler, produced a short proof-of-vulnerability and a suggested patch, and reported it upstream under coordinated disclosure. Found by fuzzing the public source, with no third-party systems touched. This is novel-bug discovery with a reproducing trigger and a fix, not a match against a known CVE list.

Depth on a live target. A single autonomous run against an OWASP-class environment surfaced more than 300 CVE-backed findings, including multiple CVSS 9.8 issues (for example CVE-2024-38476, an Apache mod_rewrite SSRF), each reproducible from a clean checkout. That is roughly an order of magnitude more validated findings than a single-pass scan, measured in a controlled ablation, while precision on the labeled benchmark holds at 82 percent. The verifier gate is what keeps the noise out.

The architecture, cooperating modules

Bring your own key, or run fully local. Nothing leaves your network.

All evidence, tool output, intermediate reasoning, and final reports live in the customer-controlled Docker volume. For teams selling into defense, this is the architectural prerequisite that cloud-resident competitors cannot match without years of compliance work.

The economics

A senior pentester engagement runs $40K to $150K and happens three to five times a year. Continuous-pentest SaaS (Horizon3, Pentera) is $200K to $500K per year, cloud-hosted, and locked behind enterprise sales. Nemesis Red is autonomous and self-serve at the same time: a working pentester gets full autonomous penetration testing for $99 a month, self-hosted, data never leaving their own box. Business teams run continuous assessment for a few thousand a year, not a few hundred thousand. One avoided manual engagement pays for years.

Pricing

Every tier ships the Docker engine and a pre-baked Kali UTM VM, runs on your own hardware against your own Kali, and uses your own LLM keys or a local model. Invoicing available in EUR, GBP, AED, SGD, NGN, ZAR, KES on request.

Built for security researchers

Nemesis Red is built the way researchers work. Findings come with a reproducing trigger, a root cause, and a suggested fix. The zero-day engine assembles the coordinated-disclosure packet for you. The core architecture is public and MIT-licensed, and every result in the research paper regenerates from a clean checkout. You self-host it, you bring your own key, and your work stays yours. When the engine finds nothing, it tells you, which is the only honest output for a run that found nothing.

Honest framing

Nemesis Red is not a substitute for a senior human pentester on a zero-knowledge engagement against a mature blue team. It is a force-multiplier on recon, assessment, and initial access that frees human operators for chain-validation, OPSEC, and reporting. Autonomous tool use, not autonomous tradecraft.

It also will not run against a target without attested written consent. The engine gates every engagement on a consent attestation before it will touch a target, and the hash-chained audit log retains that attestation for the engagement's lifetime.

See it in action

The operator console, the autonomous vulnerability assessor, live exploitation with captured proof, and the AI browser agent. Click any shot to zoom.

Start free →Read the deck (PDF)Docs & quickstart →Zero-Day for Windows →

Sources

  1. CWPack, MessagePack library for C. Heap out-of-bounds write in the stream-unpack refill handler, found by the Nemesis Red discovery engine and disclosed under coordinated disclosure.
  2. NVD entry, CVE-2024-38476. Apache HTTP Server backend selection via crafted URLs (example of a CVSS 9.8 surfaced on a live run).
  3. OWASP Top 10 for LLM Applications. The reference the LLM-application test suite is built against.
  4. Kali Linux tools catalog. The offensive toolchain Nemesis Red drives over SSH.