Releases: z1un/netrixrecon
Releases · z1un/netrixrecon
Release list
v2026.5.17
Changelog
- f34522c Initial commit
- eabbf22 add Shodan API integration via DNS Domain API
- 1154ee9 add Shodan to -api flag description in help and README
- eab9d2e add artifact upload for goreleaser logs
- a94ebf6 add debug steps: go build + goreleaser build + release
- 22bc55d add domain input validation, reject invalid domain arguments
- 2e3cb8c add gh release delete before goreleaser
- 03b20a6 add goreleaser auto-release via GitHub Actions
- 6a8a363 add test build step before goreleaser
- a0c66e8 add verbose output to goreleaser
- 2d8cb13 bump version to v2026.5.17
- 23139b0 capture full goreleaser output on failure
- aae68b1 capture goreleaser output on failure
- aae5e0e clean up goreleaser config and workflow
- 7b5ecee clean up workflow to production-ready state
- 15f564d debug: add goreleaser build
- d3d1fab debug: add goreleaser download
- 817e345 debug: add goreleaser release step
- 36b700d debug: just go build
- 0e9d5fd embed dict/subdomainlist.txt into binary
- 89e5a8d explicitly include dict/subdomainlist.txt in archive
- ae438a9 fix pipefail, capture real goreleaser error
- 41cb70d fix: remove go mod tidy hook, use direct goreleaser binary
- 51be2fe go mod tidy: update go.mod and go.sum
- 86d29b1 goreleaser: only amd64+arm64, all zip, remove old release workaround
- e10d5af include dict/ in release archive
- 29cd884 output goreleaser error as annotations
- 13820e8 reinitialize go.mod, go.sum, goreleaser, and workflow from scratch
- eaddded remove go mod tidy hook, add dist/ to .gitignore
- 025f2cc remove go mod tidy hook, restore archive name_template
- 41640fd remove goarm, add release mode: replace, clean workflow
- 9a321f6 remove v prefix from version string
- 6bf7472 reorder actions and API modules, sync help and README
- 20a5776 replace progress bar with schollz/progressbar/v3
- b14f348 restore 386 and arm architectures in goreleaser config
- 90d3c88 restore working config with format=zip and mode=replace
- e35c655 revert to exact working goreleaser config (tar.gz+overrides)
- 463c543 revert to working config: pin go 1.26, curl download goreleaser, remove dict from archive files
- a30326b run goreleaser directly to see full output
- 76e1a83 show both short and long flag names in help and README
- 699cf00 simplify goreleaser: only amd64/arm64, all zip
- 7b610ac unify API log output order, remove redundant printing in modules.go
- 19bdee0 unify archives format to zip
- b02ed3b update README: usage examples, install command, remove example output
- 0f56dd4 update README: wordlist is now built-in
- 6290fed update default FOFA query to domain/host/cert only
- cb9c1d2 update help text: replace ./netrixrecon with netrixrecon
- 5889491 update help text: wordlist default is built-in
- ae5c592 update install command with -v flag and fix whois output format
- 00ea986 update module path and rename binary to netrixrecon
- a171cdc upload goreleaser log as artifact
- 02158a3 use direct goreleaser binary download in workflow
- 3b33758 use go install for goreleaser, separate steps