VirtuProbe Studio
v2.8.0 · macOS · Linux · Windows
A signup goes out over HTTP, the confirmation arrives over IMAP, and the account has to land in MongoDB. You build that as one chain across thirteen protocols, group chains into a suite with setup and teardown, and the run comes back as one verdict with a JUnit report and the raw bytes still there to read. An agent can build and run the same things you can, over MCP, without ever being handed a secret.
Started by one engineer (20+ years from core-banking to big data) who kept running out of road with the testing tools on hand and built this one, now built with a small team. The story →
Screenshots
Free and paid
The free tier is a working test bench: HTTP, DNS and SMTP, request chaining, agent access over MCP, git-backed workspaces and as many runs as you like. You pay when you need the other ten protocols, the proxy, scripting, test suites or the fuzzer.
Two tiers, sold separately. Pick the one that matches the work you do.
Everything in Engineering, plus:
Students & academics: the full Security tier is free with verification. Academic License →
Testing in the age of AI
An AI can ship an integration in an afternoon, which leaves finding out whether it works as the part that still takes time: under load, against malformed input, on the protocol that does not quite follow the spec.
A model writes the happy path well, and sending a CRLF in a header field to see what your reverse proxy does is still something you have to go and do, which is what this is for.
Generated code ships in minutes and its bugs ship with it, at the same pace, without anybody on the team having read them closely enough to notice.
A test that exercises the running system is what tells you what shipped, and it is the part you still have to write.
Models are trained on code that works, so they generate clients that respect the spec and send the requests a server expects.
Malformed envelopes and undocumented corners of a protocol are not in that training set, and they are where production tends to break.
Our HTTP, SMTP, IMAP, LDAP, DNS, SMB, Kerberos and SpamAssassin are written from scratch against the RFCs, so you can send what the spec forbids, fuzz with §payload§, and see the real traffic.
A model can write the chain that claims your signup flow works, and running it against the real system is how you find out whether it does.
v2.8.0 · current build
You install it once. There is no cloud and no telemetry, a licence turns on the rest of the features, and execution stays on your machine or inside the network where your targets are.
v2.8.0 · macOS builds are signed and notarized; SHA-256 checksums for binaries are available for other platforms.
SHA256: mac-arm64 · mac-x64 · AppImage · win-x64
The VirtuProbe Bridge extension moves a request between Burp Suite and VirtuProbe in either direction. How it works →