Skip to content

Releases: FreeNetLabs/bugscanx-go

v1.6.2

26 Feb 17:34

Choose a tag to compare

Changelog

Improvements

v1.6.1

27 Oct 15:00

Choose a tag to compare

Changelog

Improvements

v1.6.0

25 Oct 15:40

Choose a tag to compare

Changelog

Features

Bug Fixes

Improvements

v1.5.0

20 Oct 04:06

Choose a tag to compare

Changelog

Improvements

  • 0523b49: refactor: add global print interval flag for queue scanner progress updates (@ayanrajpoot10)
  • fa1f4ad: refactor: add permissions section for GoReleaser workflow (@ayanrajpoot10)
  • 9f3aa97: refactor: enhance port handling and timeout configurations for improved connection management (@ayanrajpoot10)
  • 05c370f: refactor: group global flags for improved organization and readability (@ayanrajpoot10)
  • c365ef5: refactor: remove example usage from command definitions for clarity (@ayanrajpoot10)
  • 3e08ab6: refactor: remove redundant comments and improve code clarity across multiple files (@ayanrajpoot10)
  • 81d7009: refactor: rename ReadLines function to ReadFile for consistency across command files (@ayanrajpoot10)
  • 5a4e0d8: refactor: rename command variables for consistency and clarity (@ayanrajpoot10)
  • 38b694a: refactor: rename context parameter in pingHost function (@ayanrajpoot10)
  • 871fd2f: refactor: replace directFlagHttps with directFlagPort for improved flexibility in connection handling (@ayanrajpoot10)
  • 33cf403: refactor: replace error handling with fatal function for consistency across scan commands (@ayanrajpoot10)
  • fc252a7: refactor: replace formatSeconds function with formatETA for improved clarity in ETA calculations (@ayanrajpoot10)
  • 27bf9d4: refactor: simplify payload flag definition in cdnSslCmd and proxyCmd for improved readability (@ayanrajpoot10)
  • de7dba8: refactor: standardize ScanSuccessCount to SuccessCount in Ctx struct for consistency (@ayanrajpoot10)
  • 28b1491: refactor: standardize parameter names from 'domain' to 'host' in scanning functions for consistency (@ayanrajpoot10)
  • 662d7f9: refactor: streamline connection handling in scan functions for improved clarity and efficiency (@ayanrajpoot10)
  • 88584d7: refactor: update GoReleaser configuration for improved changelog organization (@ayanrajpoot10)

v1.4.0

08 Sep 09:22

Choose a tag to compare

Changelog

  • b1f831b chore: update dependencies for golang.org/x/term to v0.34.0 and golang.org/x/sys to v0.35.0

v1.3.3

27 Aug 18:04

Choose a tag to compare

Changelog

  • 86d6b31 refactor: restrict IP resolution to IPv4 and streamline connection handling in scanDirect function

v1.3.1

23 Aug 06:32

Choose a tag to compare

Changelog

  • cc13949 refactor: enforce IPv4 only connections in scanDirect function

v1.3.0

22 Aug 17:32

Choose a tag to compare

Changelog

  • c4dcba6 refactor: replace HTTP client with custom TCP connection handling for improved performance and control

v1.2.2

22 Aug 14:15

Choose a tag to compare

Changelog

  • f7cc2b1 refactor: clean up GoReleaser configuration and improve command flag descriptions

v1.2.1

21 Jul 10:11

Choose a tag to compare

Changelog

  • 8c4e5ae refactor: update GoReleaser workflow for improved efficiency and consistency and remove android binaries