hashcat Forum
Bsddb3 problem - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Bsddb3 problem (/thread-11464.html)



Bsddb3 problem - RobbieRich - 06-17-2023

Trying to make a wallethash from a .dat file but hashcat cmd , when loading the command , says 
“ this script needs bsddb3 installed and I have no idea what that means or how to … Help ….
Thanks for your help !


RE: Bsddb3 problem - marc1n - 06-17-2023

https://zoomadmin.com/HowToInstall/UbuntuPackage/python3-bsddb3


RE: Bsddb3 problem - RobbieRich - 06-17-2023

marc1n dateline='[url=tel:1687010122' Wrote: 1687010122[/url]']
https://zoomadmin.com/HowToInstall/UbuntuPackage/python3-bsddb3

You sure are fast ! Am using hashcat on windows , will it work there too ? And should I input this cmd in win powershell, or cmd mode 

Sudo apt-get update -y and then
Sudo apt-get install -y python3-bsddb3 ?
And is there another way to make a wallethash , don’t wanna use onlinehashcrack.com, afraid they steal/keep the .dat file !


RE: Bsddb3 problem - marc1n - 06-17-2023

(06-17-2023, 04:28 PM)RobbieRich Wrote:
marc1n dateline='[url=tel:1687010122' Wrote: 1687010122[/url]']
https://zoomadmin.com/HowToInstall/UbuntuPackage/python3-bsddb3

You sure are fast ! Am using hashcat on windows , will it work there too ? And should I input this cmd in win powershell, or cmd mode 

Sudo apt-get update -y and then
Sudo apt-get install -y python3-bsddb3 ?
And is there another way to make a wallethash , don’t wanna use onlinehashcrack.com, afraid they steal/keep the .dat file !

Install Python for Windows rest you find in google

Are you really unable to use google search?


RE: Bsddb3 problem - RobbieRich - 06-19-2023

Google search is not the problem ... the amount of hits is ... not sure what is the right answer and thought , since hashcat forum , might as well ask the pro's !



(06-17-2023, 06:06 PM)marc1n Wrote:
(06-17-2023, 04:28 PM)RobbieRich Wrote:
marc1n dateline='[url=tel:1687010122' Wrote: 1687010122[/url]']
https://zoomadmin.com/HowToInstall/UbuntuPackage/python3-bsddb3

You sure are fast ! Am using hashcat on windows , will it work there too ? And should I input this cmd in win powershell, or cmd mode 

Sudo apt-get update -y and then
Sudo apt-get install -y python3-bsddb3 ?
And is there another way to make a wallethash , don’t wanna use onlinehashcrack.com, afraid they steal/keep the .dat file !

Install Python for Windows rest you find in google

Are you really unable to use google search?



RE: Bsddb3 problem - Snoopy - 06-19-2023

all these posted commands refer to linux, not windows, so on windows they wont work (except when you using windows subshell for linux)

when using plain pyhton on windows you will need to install the bsddb3 package via pyhton "pip install bsddb3"


RE: Bsddb3 problem - RobbieRich - 06-19-2023

Did that and get another error …. Not sure what to make of that ! 
File not found error no such file or directory: db/include\\db.h ?
Did cmd powershell in map of python ! 
So now what ? 




Snoopy dateline='[url=tel:1687176748' Wrote: 1687176748[/url]']
all these posted commands refer to linux, not windows, so on windows they wont work (except when you using windows subshell for linux)

when using plain pyhton on windows you will need to install the bsddb3 package via pyhton "pip install bsddb3"



RE: Bsddb3 problem - Snoopy - 06-21-2023

(06-19-2023, 03:47 PM)RobbieRich Wrote: Did that and get another error …. Not sure what to make of that ! 
File not found error no such file or directory: db/include\\db.h ?
Did cmd powershell in map of python ! 
So now what ? 

Snoopy dateline='[url=tel:1687176748' Wrote: 1687176748[/url]']
all these posted commands refer to linux, not windows, so on windows they wont work (except when you using windows subshell for linux)

when using plain pyhton on windows you will need to install the bsddb3 package via pyhton "pip install bsddb3"

well it seems bsddb3 is deprecated, see https://pypi.org/project/bsddb3/

anyway, it also seems it depends on a real db installation, so running the script on linux seems the only way

Errormessage  when running
[2 lines of output]
      Can't find a local Berkeley DB installation.
      (suggestion: try the --berkeley-db=/path/to/bsddb option)
      [end of output]