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.
Subscribe to:
Posts (Atom)
VM for ransomware investigations
My laundry list of tools/software useful when investigating ransomware cases. Tor: Obviously need this to access Onion sites. Transmissi...
-
This annoying message popped up after I ran the update in avast! in Ubuntu yesterday. avast! crashes every time I attempt to launch it after...
-
Downloaded a sample of "Zbot" from Offensive Computing's site . I'm no reverse engineering guru but decided to give it a ...