https://helpmanual.io/man8/chntpw/
chntpw -i $hive
#!/bin/bash | |
python3 -m pip install -U pip | |
python3 -m pip install -U volatility3 | |
cd /usr/local/bin && sudo ln -sv vol vol3 |
#!/bin/bash | |
_PATH_SCRIPT=${0%/*} | |
file=${_PATH_SCRIPT}/foralyse-inc.sh | |
! [ -f ${file} ] && echo "Unable to find file: ${file}" && exit 1 | |
! . ${file} && echo -e "Errors encountered. \nSee log files in /var/lkog/foralyse" && exit 1 | |
_call foralyse-host.sh "HOST" |
https://helpmanual.io/man8/chntpw/
chntpw -i $hive