batch

Wrote a batch script that triggers "ubuntuprivacy", "patch" and "avastupdate" sequentially.

#!/bin/sh
./ubuntuprivacy.sh
./patch.sh
./avastupdate.sh

The scripts can be downloaded here.

VM for ransomware investigations

 My laundry list of tools/software useful when investigating ransomware cases.    Tor: Obviously need this to access Onion sites. Transmissi...