Skip to content

Releases: thetillhoff/webscan

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

v2.0.3

26 Jul 16:29
Compare
Choose a tag to compare

v2.0.2

10 Jul 11:11
Compare
Choose a tag to compare
  • Disabled automatic mail-config and sub-domain scan for implication of -a (run all scans).

v2.0.1

10 Jul 09:36
Compare
Choose a tag to compare
  • Fixed bug where implication of -a (run all scans) did not work

v2.0.0

09 Jul 23:48
Compare
Choose a tag to compare
  • Removed -a (run all scans) argument and made it the default configuration if no specific scans are enabled

v1.2.7

08 Jul 22:56
Compare
Choose a tag to compare
  • Added goreportcard badge with automatic refresh on releases

v1.2.6

08 Jul 20:31
Compare
Choose a tag to compare
  • Added support for arm64 ARCH type
  • Added OS and ARCH verification to install.sh script.
  • Updated dependencies