Posts: 21
Threads: 6
Joined: Nov 2022
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 !
Posts: 385
Threads: 1
Joined: Aug 2020
Posts: 21
Threads: 6
Joined: Nov 2022
06-17-2023, 04:28 PM
(This post was last modified: 06-17-2023, 04:29 PM by RobbieRich.)
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 !
Posts: 385
Threads: 1
Joined: Aug 2020
06-17-2023, 06:06 PM
(This post was last modified: 06-17-2023, 06:14 PM by marc1n.)
(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?
Posts: 21
Threads: 6
Joined: Nov 2022
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?
Posts: 879
Threads: 15
Joined: Sep 2017
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"
Posts: 21
Threads: 6
Joined: Nov 2022
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"
Posts: 879
Threads: 15
Joined: Sep 2017
(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]