Releases: thetillhoff/webscan
Releases · thetillhoff/webscan
v3.0.9
- Fixed bug, where ip blacklisting error/warning would break formatting with its error message.
- Fixed bug, where cli-args were not picked up correctly, and the old
--all
was implicitely active at all times. - Fixed bug, where results of http-protocol scan were not printed.
- Fixed bug, where the http-protocol scan would be wrong at all times for multiple reasons.
v3.0.8
- Fixed support for ipv4 and ipv6 as input
- Fixed bug, where subdomainResults contained ip addresses if they were in the certificate SAN list
- Updated dependencies
v3.0.7
- Fixed bug where subdomain scan would fail silently if crt.sh was not reachable.
v3.0.6
- Revert change from v3.0.5 as the bug did not exist and was a local issue
v3.0.5
- Fixed bug where version was not printed to output of
webscan version
v3.0.4
- Updated readme
- Updated dependencies
v3.0.3
- Fixed bug, where tlsScan failed for urls with hostname and path, like
abc.de/path
. - Fixed bug, where htmlContentScan couldn't read the response body correctly.
v3.0.2
- Adjusted module path to conform to go.mod spec, where the module path needs to contain the major version (aka
.../webscan/v3
instead of just.../webscan
)
v3.0.1
- Reduced output if everything is alright, but a scan could not check for information that does not exist.
v3.0.0
- Moved from
spf13/cobra
andspf13/viper
tourfave/cli
as cli-library due to maintenance issues. - Added progress updates with spinner and - depending on type of scan
X/total
status updates with numbers - Don't show other sizes if html body size is 0 already
- Automatically format file sizes to use kB if >1000B or B otherwise
- Don't show scan results for web scans on http or https if the respective ports are not open - there will not be anything to show either way
- Added list of SN & SAN to output of TLS scan
- Grouped TLS cipher issues by rule instead of just tuples of cipher and rule as before
- Added display of Server header if response contains it
- Set version variable during build of release