Bsddb3 problem
#1
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 !
Reply
#2
https://zoomadmin.com/HowToInstall/Ubunt...on3-bsddb3
Reply
#3
marc1n dateline='[url=tel:1687010122' Wrote: 1687010122[/url]']
https://zoomadmin.com/HowToInstall/Ubunt...on3-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 !
Reply
#4
(06-17-2023, 04:28 PM)RobbieRich Wrote:
marc1n dateline='[url=tel:1687010122' Wrote: 1687010122[/url]']
https://zoomadmin.com/HowToInstall/Ubunt...on3-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?
Reply
#5
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/Ubunt...on3-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?
Reply
#6
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"
Reply
#7
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"
Reply
#8
(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]
Reply