capJS - Online CAP 2 HCWPAX Tool
#1
Star 
Hi,
That's something i made about a month ago, just wanted to share it here too,

capJS is basically a rewrite of multicapconverter, however it's "more" portable.
it's a javascript library (let's say it is the new https://hashcat.net/cap2hccapx/ but it's for hcwpax format (hashcat mode = 22000) and it's client-side based)


Live demo:
https://s77rt.github.io/capJS/


Source code:
https://github.com/s77rt/capJS/
Reply
#2
New version is released among amazing features

[0.2.0] - 22/10/2020
  • PCAPNG Support
  • HCXDUMPTOOL Support
  • AP-LESS Passwords Feature
  • GZIP Support
Reply
#3
Wow.
Did you re-code Zerbea's hcxpcapngtool tool?
Any limitations?
Reply
#4
Both tools (capJS and multicapconverter) are really good. Easy to use and doing exactly what you want.
Reply
#5
Actually capJS is based on multicapconverter, and multicapconverter is based on cap2hccapx (from hashcat utils).
but both tools capJS and multicapconverter use alot of the features that hcxpcapngtool already offers thanks to @ZerBea

No Known Limitation, besides the lack of some features that mcc/hcxpcapngtool supports:
- Does not support EAP, HCCAP(X)
- Does not have the MAC VENDOR LOOKUP feature (planned to be added)
- Does not have the MAC GEOLOCATION LOOKUP feature (may be added)
- Does not warn you if your capture is bad (lack of EAPOL-M1, missing important frames, etc...) (planned to be added)
Reply