Skip to content

Releases: nil0x42/duplicut

v2.4

15 May 15:36
Compare
Choose a tag to compare

What's Changed

  • Add nice progress bar
  • Improve ETA (remaining time) display smooth_eta()
  • Add -D/--dupfile option to save found duplicate to another file
  • Increase speed by avoid many unnnecessary t_line packs/unpacks (f29169b)

Full Changelog: v2.3...v2.4

v2.3

18 Apr 13:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2...v2.3

v2.2

29 Oct 19:50
Compare
Choose a tag to compare
  • add HMAP collision count on DEBUG >= 2
  • fix status display bug (closes #27)
  • add -c/-C options to convert wordlist to lowercase/uppercase (closes #23)
  • status display now supports colorful terminal output (closes #19)

v2.1

29 Sep 17:24
Compare
Choose a tag to compare

Core

  • change default hash function to xxHash's XXH3 for insane performance gain
  • --line-max-size now defaults to 64 instead of 14, to avoid bad UX (closes #10)
  • improve debug display, with human representation of sizes via sizerepr()
  • add #pragma to ignore specific unwanted gcc warnings (b6ecc8b)
  • remove deprecated content on code base (c96fdce, d79712d)

Integration

  • add support for Mac OS X from Xcode 8.3 to 12u (closes #9)
  • test every wordlist with multiple --line-max-size values
  • test every wordlist with & without --printable option
  • add new test wordlist: words_len1-300_withdups_shuffle.txt
  • upgrade travis-ci built matrix with Linux & OS X builds for x86 & x64
  • add debug output for memstate variables (3d1d4a0)

v2.0

08 Sep 09:20
Compare
Choose a tag to compare
  • add support for multithreading (e3ac559)
  • greatly improve status display on runtime (33a4f98)
  • make now builds with optimizations (like old make release)
  • add support for multiple debug levels (make debug level=N, closes #3)
  • fix bug in hmap load factor calculation (7a4b304, closes #15)
  • fix potention division by zero (00def6f)
  • add error handling for 'no space left on hashmap' (e1dfedf)
  • update C-Thread-Pool to version 25fa679-2020-07 (a316b04)
  • update LICENSE (7f08d0f)
  • ignore -Wimplicit-fallthrough on build (closes #16)

v2.0-beta

04 Sep 19:56
Compare
Choose a tag to compare
v2.0-beta Pre-release
Pre-release
  • add support for multithreading (e3ac559)
  • greatly improve status display on runtime (33a4f98)
  • make now builds with optimizations (like old make release)
  • add support for multiple debug levels (make debug level=N, closes #3)
  • fix bug in hmap load factor calculation (7a4b304, closes #15)
  • fix potention division by zero (00def6f)
  • add error handling for 'no space left on hashmap' (e1dfedf)
  • update C-Thread-Pool to version 430251c-2017-04 (2ce9349)
  • update LICENSE (7f08d0f)

v1.0

04 Sep 18:18
Compare
Choose a tag to compare

First release