Releases: codejavu-llc/swaggervu
Releases · codejavu-llc/swaggervu
Release list
v1.1.0-rc.1
v1.0.2
Changed
- Consolidated to 5 commands:
discover,detect,scan,exploit,all. The former standalone commands are now flags/sources (and remain as hidden aliases for script compatibility):wayback <domain>→discover --waybackosint <term>→discover --osintsecrets <spec>→ automatic inscan(now scans the spec document too)prepare <spec>→scan --emit curl|sqlmap(print-only, sends nothing)
- The auto-generated
completioncommand is hidden from help (still functional).
Added
- Live progress on
discover(andallphase 1): a single updating line with hosts probed / total, hits, and elapsed time (TTY only; pipes stay clean). scannow scans the spec document for hardcoded secrets, not just live responses.
Fixed
- Wayback/OSINT candidate URLs are now direct-probed instead of being treated as hosts and having the wordlist appended (which never fetched the real spec URL). Closes a latent bug in both
discover --waybackandall. --versionand the banner now report the real build version via Go build info forgo installbuilds.
Install: go install github.com/codejavu-llc/swaggervu@latest
v1.0.1
Fixed
-
Corrected the Go module path to
github.com/codejavu-llc/swaggervuso installation works:go install github.com/codejavu-llc/swaggervu@latestThe earlier
v1.0.0tag shipped ago.modstill declaring the oldcodejavu-inc
path, causing amodule declares its path as …version conflict. That tag has
been removed; use v1.0.1.
All v1.0.0 features are included — see the CHANGELOG.