パッケージの詳細

jwt-crack

flesler25MIT1.1.1

Multi-threaded brute force JWT cracker in pure Node.js

jwt, crack, cracker, secret

readme

jwt-crack

Multi-threaded JWT cracker in pure Node.js

TODO

  • Implement --minlen option
  • Find a faster HMAC SHA256 module
  • Add forecasts to progress notifications (either ETA or estimated finish time)
  • Use a CLI progress bar module for progress?
  • Output string secret instead of number when aborting? If so also accept it on --start
  • Resume if worker dies? Maybe not needed why would they die?
  • Read header, detect alg and support them?

更新履歴

jwt-crack

1.1.1 - 2017-01-19

Fixed

  • Hyphens and underscore on signatures are now normalized, they wouldn't match with Node crypto's output before

    Changed

  • Instead of removing the potential trailing = on each hash, letting Node add it to the incoming signature. Better performance

1.1.0 - 2016-10-26

Changed

  • Renamed --max to --maxlen

1.0.0 - 2016-10-26

Added

  • First version