Webanalyze Versions Save

Port of Wappalyzer (uncovers technologies used on websites) to automate mass scanning.

v0.4.1

6 months ago

Changelog

  • 707f3a4 fix goreleaser entry point

v0.3.9

8 months ago

Changelog

  • 3d69c67 Added Dockerfile and updated README
  • 6a48cd0 Merge branch 'master' of github.com:rverton/webanalyze
  • 3029257 Merge pull request #66 from aidanhall34/dockerfile
  • 644151f Merge pull request #68 from derekperkins/master
  • eaf1dc2 feat: only find scripts once per url
  • 64e0b3c fix: update golang.org/x/net
  • dc05bfb update to lastes public technologies.json

v0.3.8

1 year ago

Changelog

  • 1e9ba6e chore: update README
  • 79c64b4 feat: show warning for old technologies.json file
  • d89b528 feat: try to find technologies.json, closing #64

v0.3.7

1 year ago

Changelog

  • f4b6d59 fix: hostname mismatching when using host:port as input

v0.3.6

2 years ago

Changelog

  • 051bb30 Merge branch 'master' of github.com:rverton/webanalyze
  • 71f6751 fix update method to download all separate technologies files from wappalyzer
  • cb9f7cb include technologies.json in release archive

v0.3.5

2 years ago

Changelog

591b9bd add goreleaser definition

v0.3.4-1

2 years ago

Changelog

591b9bd add goreleaser definition

v0.3.3

3 years ago

Changelog

4b7ed27 Adapt to current wappalyzer schema; Change apps.json to technologies.json eb56e98 Add error handling if URL is not parse-able 0d52a1e Add go mod supprot 644da58 Merge branch 'master' of github.com:rverton/webanalyze 3d7e35e Merge branch 'Stage2Sec-master' 5e3c0f1 Turn off redirect by default 8e76432 Merge branch 'master' of git://github.com/Stage2Sec/webanalyze into Stage2Sec-master f359316 Delete LICENSE.txt 258a5dd Create LICENSE a59ff54 Ensure location redirect is sane 36acb80 Optionally follow redirects (default: true) 6a5cd81 Merge pull request #40 from pshevtsov/error-unwrap 60bd2d9 Use %w verb

v0.3.2

3 years ago

Changelog

19890c3 Allow redirects from http to https on the same host, fixes #38 6b5bcaa Merge pull request #37 from pshevtsov/httpclient 3ef937d Change upstream apps.json to technologies.json file, fixes #36 ad5e091 make http.Client configurable e8f65a2 Merge pull request #34 from CasperGN/master 6f6dc66 Update readme to include full path to main + including -u to update 5c9aebf Improve error reporting for retrieving URLs fb291b5 Merge branch 'pshevtsov-apps-reader' a9d33df Use io.Reader interface instead of os.File for apps data 92f42cc Merge pull request #27 from CasperGN/optional_header 838f9f9 Updated README with new flag 6be5773 Added flag -silent to not print header for imbedding webanalyze into scripts

v0.3.1

4 years ago

Changelog

98c7063 Add goreleaser