Skip to content

WSee v1.7

Compare
Choose a tag to compare
@MC874 MC874 released this 27 Aug 14:24
· 114 commits to main since this release
dc0e9fc

H2See

A new major update that introduce another protocol finder. wsee are now supports for HTTP2; indicated as H2 for TLS/SSL and H2C for Direct/Proxy protocol. ZGrab now also supports port 80 Direct for finding more Local Websocket. It's also brings numerous internal changes such as switching in module and little of performance enhancement.

Changelog

  • Implement Infinite Connection Checker/Pinger c966272
  • Performance Fixes in Number of Results; instead of passing to list, now it's incremented 93f0562
  • Update cloudfront address to public domain-fronting 2fe29e5
  • Local Websocket option are now not asking for domain-fronting df3364a
  • Output scan name are now user-input eb57afc
  • A partial implementation in SSL/TLS f848b1d
  • Implement HTTP2 Proto; H2 for SSL/TLS and H2C for Direct/Proxy 612192c
  • Bug Fixes and Minor Changes that are Unlisted.