Skip to content

Releases: freelabz/secator

v0.24.0

26 Dec 15:51
d45a351

Choose a tag to compare

0.24.0 (2025-12-21)

Features

  • add --raw option to parse Burp-style HTTP requests for HTTP tasks (#863) (2b42496)
  • install: support cachyos (#866) (88a7fbc)

Bug Fixes

  • add PATH warnings for go, cargo, and pip installations (#857) (e2e406b)
  • bup webserver and nuclei tag values (#849) (ff49a52)
  • scan: domain scan should consider non-validated subdomains (#868) (467f8b3)
  • tasks: arpscan re-install (#855) (bdab5de)
  • tasks: ffuf default wordlist in fuzzing mode (#853) (043134a)
  • tasks: resolve cariddi UnboundLocalError when processing errors/secrets without params (#851) (a921be1)
  • tasks: set prompt default auto-accept (#854) (6fbce41)
  • template: workflow opts not serialized to dict (#867) (d0a4a19)

v0.23.0

13 Dec 13:01
88b3feb

Choose a tag to compare

0.23.0 (2025-12-13)

Features

  • add shell completion for tasks, workflows, scans, and CLI options (#839) (93deb0c)
  • tasks: add netdetect, prompt, urlparser; workflows improvs (#835) (a4f1219)

Bug Fixes

  • add retries for requests (#836) (e5d2a1f)
  • cli: healthcheck for python-based tools (6acdca9)
  • runner: extract errors from last output lines using regex (#838) (448a07b)
  • tasks: add default timeout to prompt (#840) (05c127b)
  • tasks: add port to cidr_recon search_vulns target (#841) (78c9676)

v0.22.2

10 Dec 13:06
c862335

Choose a tag to compare

0.22.2 (2025-12-10)

Bug Fixes

  • docs: add missing tools to README.md tools table (#831) (16f444a)
  • simpler README.md (290d899)
  • tasks: restore nmap and naabu meta options (#828) (6bdaf2e)

v0.22.1

09 Dec 16:20
8ad180a

Choose a tag to compare

0.22.1 (2025-12-09)

Bug Fixes

v0.22.0

08 Dec 18:52
01f35cb

Choose a tag to compare

0.22.0 (2025-12-08)

Features

  • add secator cheatsheet command (#799) (f39e082)
  • add PythonRunner base class for Python-based tasks (#775) (d88b3c5)
  • docs: add long_description field to workflow and scan templates (#810) (9190467)
  • runner: add default_inputs support for workflows (#762) (36805d2)
  • tasks/workflows: add arpscan integration and improve cidr_recon (#815) (ce42773)
  • tasks: add search_vulns integration (#787) (d46e724)
  • tasks: add ssh-audit task integration (#780) (b34de13)
  • tasks: add arp integration and default input fixes (#820)

Bug Fixes

  • configs: improve output_types, scans filters and add active flag (#817) (d7956b3)
  • core: broken piped inputs and cidr_recon workflow improvements (#821) (4f95c52)
  • ffuf verified subdomain status and subdomain recon updates (#808) (d67d8f4)
  • install: exact version of gitleaks when installing from source (#800) (8f2fe62)
  • misc: only show chunk info in celery worker process, hs opt (#801) (b35ad9d)
  • runner: handle boolean False in config option overrides (#806) (0ba7cd0)
  • security: prevent against command injections with shlex (#816) (37337eb)
  • tasks: accept any input for search_vulns (#804) (ef65749)
  • tasks: gau subs should output only subdomains, not urls (#796) (bce92bf)
  • test: dockerfile space issue on osx (#807) (b6f6424)

v0.21.1

26 Nov 11:15
b9c5b7d

Choose a tag to compare

0.21.1 (2025-11-26)

Bug Fixes

  • katana response and testssl install deps (#794) (9155d87)

v0.21.0

25 Nov 22:40
1e31089

Choose a tag to compare

0.21.0 (2025-11-25)

Features

  • improve tag output type, improve workflows (#791) (0b4ab64)

v0.20.1

21 Nov 17:18
595d596

Choose a tag to compare

0.20.1 (2025-11-21)

Bug Fixes

  • tag output, add fixtures for all tasks, improve test coverage (#755) (cd4c52c)

v0.20.0

20 Nov 23:12
5bf8d40

Choose a tag to compare

0.20.0 (2025-11-20)

Features

  • add tag category field (#741) (92ec6b8)
  • core: add 'verified' field for Url / Subdomain, add passive option and profile (#753) (9685b40)
  • improve code_scan workflow, rework secret hunters, enhance tag formatting (#750) (e65c8a8)
  • task: jswhois integration (#742) (fa699e8)
  • tasks: getasn integration (#739) (0bd2e61)
  • tasks: trufflehog integration (#749) (40cce2a)
  • tasks: x8 integration and param fuzzers improvements (#748) (049c99a)
  • task: whois integration (#672) (f5e3110)
  • workflows: add domain_recon workflow (#743) (4d052af)

Bug Fixes

  • build: add cargo install to list of supported builders (#751) (fa75727)
  • dnsx: basic dns query before bruteforce to check for false positives (#744) (eb45457)
  • ffuf: bruteforce output subdomains (#746) (29eb9fb)
  • installer: issues with repeated package install and version parsing (#754) (2e4d0c7)
  • remove github handles if no bin (#752) (896d399)

v0.19.1

07 Nov 15:10
6a01e6e

Choose a tag to compare

0.19.1 (2025-11-07)

Bug Fixes