Using SQLite Database as password list?
#1
Hello,

i wrote a program to store all the lists that clutter my dictionaries into one single databse.
SQLlite 3 it is.

with a command like : 
Code:
hashcat -m2500 -w3 -O '/root/Dokumente/caps/Void.net/hashcap.hccapx' '/root/Ruby/databaser/database/BenchmarkBase.db'

I was trying to crack my own WPA2 hash. Because I know the password, I put it into the DB between some else.
Problem is now:

Quote:Session..........: hashcat
Status...........: Running
Hash.Type........: WPA-EAPOL-PBKDF2
Hash.Target......: Void.net (AP:XYZ)
Time.Started.....: Wed Nov  7 19:36:35 2018 (1 min, 23 secs)
Time.Estimated...: Wed Nov  7 19:55:44 2018 (17 mins, 46 secs)
Guess.Base.......: File (/root/Ruby/databaser/database/BenchmarkBase.db)
Guess.Queue......: 1/1 (100.00%)
Speed.#1.........:   183.2 kH/s (71.08ms) @ Accel:128 Loops:32 Thr:1024 Vec:1
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 15097817/210554432 (7.17%)
Rejected.........: 1466329/15097817 (9.71%)
Restore.Point....: 14938667/210554432 (7.09%)
Restore.Sub.#1...: Salt:0 Amplifier:0-1 Iteration:3872-3904
Candidates.#1....: $HEX[0d8cc6d55e0300216368756e696d6f6e] -> $HEX[0d8ea3d44b030021637972656d6f7279]
Hardware.Mon.#1..: Temp: 63c Fan: 64% Util:100% Core:1379MHz Mem:3004MHz Bus:16

[s]tatus [p]ause [b]ypass [c]heckpoint [q]uit =>

it seems that hashcat compare HEX values instead of compute them.
So it was unable to crack anything. Can I do something about it? Did I miss a command?
#2
(11-07-2018, 08:42 PM)Void.net Wrote: SQLlite 3 it is.

hashcat reads plain text file, not SQL.