Skip to content

Releases: ZimCodes/Zyod

v0.2.0-1

29 Jun 02:50
Compare
Choose a tag to compare
  • Fix: File stats not displaying until after the entire navigation/scraping process has finished

v0.2.0

28 Jun 13:46
Compare
Choose a tag to compare

Rework

Zyod has been reworked to utilize the Java programming language.

See pull request #1 for more details.

Some Changes

New Options

  • --all-certs
  • --compat-driver
  • --interact-wait
  • --init-refresh
  • --no-refresh
  • --init-page-wait
  • --page-wait
  • --element-wait

Changes/Bug Fixes

  • Removes --driver-path, --web-wait, --refresh, --load-wait

v0.1.0

05 Dec 20:54
Compare
Choose a tag to compare

Show all directories

Fix showing directories in the last depth level.

Initially, when the last depth level has been reached, Zyod would only retrieve stats for the files and not the directories. If Zyod is being used for scanning purposes this is not ideal.

Default Driver

Default driver is now Firefox.

Firefox will now for the default choice when picking a Web Driver unless otherwise specified by the --driver option.