jwt-crack

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

Usage no npm install needed!

<script type="module">
  import jwtCrack from 'https://cdn.skypack.dev/jwt-crack';
</script>

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?