Skip to content

Releases: thetillhoff/webscan

v3.0.9

09 Jan 18:22
Compare
Choose a tag to compare
  • 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

09 Jan 16:24
Compare
Choose a tag to compare
  • 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

28 Oct 00:23
Compare
Choose a tag to compare
  • Fixed bug where subdomain scan would fail silently if crt.sh was not reachable.

v3.0.6

28 Oct 00:11
Compare
Choose a tag to compare
  • Revert change from v3.0.5 as the bug did not exist and was a local issue

v3.0.5

27 Oct 23:55
Compare
Choose a tag to compare
  • Fixed bug where version was not printed to output of webscan version

v3.0.4

27 Oct 23:32
Compare
Choose a tag to compare
  • Updated readme
  • Updated dependencies

v3.0.3

28 Aug 13:33
Compare
Choose a tag to compare
  • 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

23 Aug 16:09
Compare
Choose a tag to compare
  • 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

23 Aug 15:43
Compare
Choose a tag to compare
  • Reduced output if everything is alright, but a scan could not check for information that does not exist.

v3.0.0

23 Aug 10:41
Compare
Choose a tag to compare
  • Moved from spf13/cobra and spf13/viper to urfave/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