I've installed and looked over Pywallet and it doesn't seem that is can scan for a wallet file. Do you know the command from Pywallet off hand?
If you want to scan the HDD or raw copy of the HDD directly, use following command
python3 pywallet.py --recover --recov_device INSERT_PATH_HERE --recov_size xxxMo --recov_outputdir INSERT_PATH_HERE
Here's an example (i've tried on my linux device),
sudo python3 pywallet.py --recover --recov_device /dev/vda1 --recov_size 28024Mo --recov_outputdir ./pywallet_output
Few things to note,
- Make sure folder on parameter --recov_outputdir already created.
- You'll need admin/root permission if you want to scan the drive directly.
- You must specify size of the drive or file manually.