Export / Export Audio / (external program)
ffmpeg -i - -codec:a libopus -b:a 64k -vbr on -compression_level 10 "%f" # whithout space in path file
https://helpmanual.io/man8/chntpw/
chntpw -i $hive
#!/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" |
#!/bin/bash | |
python3 -m pip install -U pip | |
python3 -m pip install -U volatility3 | |
cd /usr/local/bin && sudo ln -sv vol vol3 |
See foralyse
Windows Registry Editor Version 5.00 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SecurityHealthService] | |
"Start"=dword:00000004 | |
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc] | |
"Start"=dword:00000004 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender] | |
"DisableAntiSpyware"=dword:00000001 |