Skip to content

Instantly share code, notes, and snippets.

@antonydevanchi
Created May 8, 2024 23:04
Show Gist options
  • Save antonydevanchi/84b9fecbc5aab2a43e1e852ff0a9fe89 to your computer and use it in GitHub Desktop.
Save antonydevanchi/84b9fecbc5aab2a43e1e852ff0a9fe89 to your computer and use it in GitHub Desktop.
Run triage collector
#!/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