Skip to content

Releases: zcyberseclab/zscan

v1.1.5

22 Jan 01:51
Compare
Choose a tag to compare

v1.1.4

03 Jan 03:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

24 Dec 03:43
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.1.3

v1.1.2

20 Dec 08:47
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.1.2

v1.1.1

17 Dec 09:29
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

v1.1.0

07 Dec 14:13
Compare
Choose a tag to compare

Full Changelog: v1.0.9...v1.1.0

v1.0.9

07 Dec 07:57
Compare
Choose a tag to compare

v1.0.9 (2024-03-07)

🐛 Bug Fixes

  • Improved meta refresh redirect handling in service detection
    • Enhanced meta refresh regex pattern for better compatibility
    • Added support for both absolute and relative redirect URLs
    • Fixed issues with URL path handling during redirects
    • Maintained request headers through redirect chain
    • Improved debug logging for redirect process tracking

🔍 Technical Details

  • Updated checkURL function in service detector to properly handle:
    • Meta refresh redirects with different content formats
    • Both content="0;url=http://example.com" and content="0;http://example.com" patterns
    • Relative URL paths in redirects
    • Request header preservation during redirects

🔧 Examples

Before:

What's Changed

Full Changelog: v1.0.8...v1.0.9

v1.0.8

05 Dec 03:34
Compare
Choose a tag to compare

What's Changed

  • feat:Add three fingerprints & POC by @YGHS4 in #20

Full Changelog: v1.0.7...v1.0.8

v1.0.7

01 Dec 06:28
Compare
Choose a tag to compare

Release v1.0.7

Enhanced Port Scanning

  • Improved TCP port scanning with HTTP fallback detection
  • Added support for detecting HTTP services on common web ports even when TCP connection fails
  • Common HTTP ports supported: 80, 443, 8080, 8443, 8000, 8888

🔍 Technical Details

When scanning TCP ports, the system now includes an additional check for common HTTP ports. If a direct TCP connection fails on these ports, it will attempt an HTTP connection, making the port detection more reliable for web services.

🎯 Use Cases

This update is particularly useful for scenarios where:

  • Web services are behind proxies or load balancers
  • Firewalls block direct TCP connections but allow HTTP traffic
  • Services only respond to HTTP requests

📝 Example

What's Changed

  • feat:add new fg by @YGHS4 in #17
  • feat:Add 'cdg' 'chanjet' 'bytevalue' fingerprints by @YGHS4 in #18

Full Changelog: v1.0.6...v1.0.7

v1.0.6

28 Nov 02:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.0.6