capJS - Online CAP 2 HCWPAX Tool - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html) +--- Thread: capJS - Online CAP 2 HCWPAX Tool (/thread-9154.html) |
capJS - Online CAP 2 HCWPAX Tool - s77rt - 04-22-2020 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/ RE: capJS - Online CAP 2 HCWPAX Tool - s77rt - 10-22-2020 New version is released among amazing features [0.2.0] - 22/10/2020
RE: capJS - Online CAP 2 HCWPAX Tool - Mem5 - 10-23-2020 Wow. Did you re-code Zerbea's hcxpcapngtool tool? Any limitations? RE: capJS - Online CAP 2 HCWPAX Tool - ZerBea - 10-23-2020 Both tools (capJS and multicapconverter) are really good. Easy to use and doing exactly what you want. RE: capJS - Online CAP 2 HCWPAX Tool - s77rt - 10-23-2020 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) |