ExploitSpec v0.1.0 — turn proven exploits into permanent regression tests #3
Pazificateur69
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Pentest findings should not die in a PDF.
I released ExploitSpec v0.1.0, a free and open-source runner that turns a proven HTTP exploit into a deterministic regression test.
The loop is deliberately small:
Try the complete local demo first — it starts only synthetic loopback targets:
git clone https://github.com/pazent/exploitspec.git cd exploitspec make demoThen install the CLI with
go install github.com/pazent/exploitspec/cmd/exploitspec@v0.1.0, install theGitHub Action from Marketplace,
or fork the passing consumer template.
What ships in v0.1.0:
ExploitSpec is local-first, Apache-2.0, account-free, telemetry-free, and has no paid tier. There is one edition: the complete one.
It is not a vulnerability scanner. It starts where a pentester already proved the bug and makes sure the same exploit never silently comes back.
Try the demo and send technical feedback or a sanitized real-world workflow:
Every security bug deserves a regression test.
All reactions