Created
May 8, 2024 23:04
-
-
Save antonydevanchi/84b9fecbc5aab2a43e1e852ff0a9fe89 to your computer and use it in GitHub Desktop.
Run triage collector
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -x | |
wget --no-check-certificate https://github.com/tclahr/uac/releases/download/v2.8.0/uac-2.8.0.tar.gz | |
tar -zxvf uac-2.8.0.tar.gz | |
cd uac-2.8.0 | |
chmod +x ./uac | |
sudo ./uac -p full /tmp | |
ls -lah /tmp | |
echo 'Check: /tmp/uac-data.tmp' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment