Skip to content

Releases: codejavu-llc/swaggervu

v1.1.0-rc.1

v1.1.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 22 Aug 17:53

Changelog

  • cb85a27 feat: harden SwaggerVu for trusted research workflows

v1.0.2

Choose a tag to compare

@c0dejavu c0dejavu released this 23 Jun 13:57

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 --wayback
    • osint <term>discover --osint
    • secrets <spec> → automatic in scan (now scans the spec document too)
    • prepare <spec>scan --emit curl|sqlmap (print-only, sends nothing)
  • The auto-generated completion command is hidden from help (still functional).

Added

  • Live progress on discover (and all phase 1): a single updating line with hosts probed / total, hits, and elapsed time (TTY only; pipes stay clean).
  • scan now 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 --wayback and all.
  • --version and the banner now report the real build version via Go build info for go install builds.

Install: go install github.com/codejavu-llc/swaggervu@latest

v1.0.1

Choose a tag to compare

@c0dejavu c0dejavu released this 23 Jun 11:56

Fixed

  • Corrected the Go module path to github.com/codejavu-llc/swaggervu so installation works:

    go install github.com/codejavu-llc/swaggervu@latest
    

    The earlier v1.0.0 tag shipped a go.mod still declaring the old codejavu-inc
    path, causing a module 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.