WSee v1.7
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 andH2C
for Direct/Proxy 612192c - Bug Fixes and Minor Changes that are Unlisted.