v1.0.0 #5
provie
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.
-
PSFuzz v1.0.0
Fast, single-binary web fuzzer for directory and endpoint discovery, with a familiar CLI (
FUZZ, wordlists, filters, proxy, raw requests) and options aimed at real assessments.AI-assisted workflow
-explore-ai) — Probes the target (fingerprint-style signals, headers, response), then an LLM returns structured recommendations (wordlist hints, extensions, etc.). Sensitive headers are redacted before sending.openai(default),ollama(local),gemini. Use-explore-ai-provider, optional-explore-ai-endpointand-explore-ai-model.OPENAI_API_KEY;GEMINI_API_KEYorGOOGLE_API_KEY; Ollama often needs no key (default e.g.http://localhost:11434).-explore-ai-profile(quick / balanced / thorough),-explore-ai-wordlist/-explore-ai-wordlists-dir,-explore-ai-max-tokens,-explore-ai-no-cacheto skip the on-disk cache.~/.cache/psfuzz/explore-ai) to avoid repeat API calls.AI response module (per hit)
-modules ai— LLM security verdict per response (status, URL, truncated body). Custom prompt via-ai-prompt/ config; placeholders:{{status}},{{method}},{{url}},{{body}}.-ai-provider openai | ollama | geminiwith optional-ai-endpointand-ai-model. Missing key or API failures are reflected inmodule_datawhere applicable.Other response modules
fingerprintcorsheaderssecretsauthurlextractLocationlinks-enqueue-module-urls linksfor link-driven discoveryScanning & transport
-recursion-strategy default|greedy-maxtime,-maxtime-job-http2-vhost-audit-log(NDJSON),-audit-max-bodyOutput formats
TXT, JSON, NDJSON, HTML, CSV, compat JSON — module results in
module_data(or equivalent columns) for automation and reporting.Safety & docs
Install
go installfrom source per README.Note: If your
v1.0.0tag only includes the older [1.0.0] changelog scope (e.g. only OpenAI for the AI module), trim the Explore AI / multi-provider / cache / audit / links sections—or ship a newer tag (e.g. v1.1.0) that matches currentmainand updateCHANGELOG.mdaccordingly.This discussion was created from the release v1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions