Posts: 1
Threads: 1
Joined: Nov 2016
I am trying to access my old passwords in a very old vsftp server, that uses Berkely DB hash to store the usernames and password in a database in the format username:paswhash
any idea how I can procede to brute force this one?
Posts: 100
Threads: 34
Joined: Aug 2014
(11-17-2016, 12:48 PM)heltprofesjonell Wrote: I am trying to access my old passwords in a very old vsftp server, that uses Berkely DB hash to store the usernames and password in a database in the format username:paswhash
any idea how I can procede to brute force this one?
In Ubuntu, "sudo apt-get install db-util"
The "db_dump" command from that package might get you somewhere. Also, db_dump might already be on the target system. You will need to locate the .db file, wherever that is.
Also, this is really a forum for hashcat, not methods on getting hashes. Try Google next time.