Skip to content

v1.0.2

Latest

Choose a tag to compare

@c0dejavu c0dejavu released this 23 Jun 13:57
· 1 commit to main since this release

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