Plugins 2500/2501 and 16800/16801 are deprecated
#28
You mentioned > 5k files.
That shouldn't be a big problem for hcxtools and hashcat:
Code:
$ time hcxpcapngtool -o test.22000 *.*
session summary
---------------
gzip compressed dump files............: 154
processed pcapng files................: 405
processed cap files...................: 7037

real    2m23,889s
user    1m45,791s
sys    0m37,856s

as well as pre-processing the hashes:
Code:
$ hcxhashtool -i analyzed.22000

OUI information file..........: /home/zerobeat/.hcxtools/oui.txt
OUI entires...................: 30555
total lines read..............: 888138
valid hash lines..............: 888138
PMKID hash lines..............: 280583
EAPOL hash lines..............: 607555

or as well as processing the hashes:
Code:
hashcat (v6.2.4-75-gc1fd42fe7) starting

Session..........: hashcat
Status...........: Exhausted
Hash.Mode........: 22001 (WPA-PMK-PMKID+EAPOL)
Hash.Target......: analyzed.hc22000
Time.Started.....: Fri Sep 24 08:10:34 2021 (49 mins, 51 secs)
Time.Estimated...: Fri Sep 24 09:00:25 2021 (0 secs)
Kernel.Feature...: Pure Kernel
Guess.Base.......: File (pmk)
Guess.Queue......: 1/1 (100.00%)
Speed.#1.........: 22647.9 kH/s (0.00ms) @ Accel:512 Loops:1024 Thr:512 Vec:1
Recovered........: 873443/888138 (98.35%) Digests, 272141/281518 (96.67%) Salts
Remaining........: 14695 (1.65%) Digests, 9377 (3.33%) Salts
Recovered/Time...: CUR:21807,N/A,N/A AVG:17516.25,N/A,N/A (Min,Hour,Day)
Progress.........: 108274074944/108274074944 (100.00%)
Rejected.........: 0/108274074944 (0.00%)
Restore.Point....: 384608/384608 (100.00%)
Restore.Sub.#1...: Salt:281517 Amplifier:0-1 Iteration:0-1
Candidate.Engine.: Device Generator

Started: Fri Sep 24 08:10:22 2021
Stopped: Fri Sep 24 09:00:27 2021

And it should work on much bigger files, too:
Code:
$ hcxhashtool -i analyze.22000

OUI information file..........: /home/zerobeat/.hcxtools/oui.txt
OUI entires...................: 30555
total lines read..............: 1519166
valid hash lines..............: 1519166
PMKID hash lines..............: 584237
EAPOL hash lines..............: 934929
Reply


Messages In This Thread
RE: Plugins 2500/2501 and 16800/16801 are deprecated - by ZerBea - 09-24-2021, 08:07 AM