Autopsy Install SNAP: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 18: Zeile 18:
 
  iOS Analyzer (iLEAPP)
 
  iOS Analyzer (iLEAPP)
 
  Plazo
 
  Plazo
Object Detection
 

Version vom 15. August 2025, 11:02 Uhr

Snap installieren

  • apt update
  • apt install -y snapd
  • systemctl enable --now snapd

Snap will Apparmor

  • sudo systemctl enable --now apparmor
  • sudo systemctl enable --now snapd.apparmor
  • sudo systemctl restart snapd

Autopsy installieren

  • snap install autopsy
  • snap run autopsy

Alias setzen

  • echo 'alias autopsy="snap run autopsy"' >> ~/.zshrc
  • source ~/.zshrc

Module abwählen

Andorid Analyzer (aLEAPP)
YARA Analyzer
iOS Analyzer (iLEAPP)
Plazo