Skip to content

Instantly share code, notes, and snippets.

@austinsonger
Last active September 15, 2020 19:58
Show Gist options
  • Save austinsonger/35d0b4c7c3d9fc048fcdd09f4d6a79c9 to your computer and use it in GitHub Desktop.
Save austinsonger/35d0b4c7c3d9fc048fcdd09f4d6a79c9 to your computer and use it in GitHub Desktop.
Install Sooty - The SOC Analysts all-in-one CLI tool to automate and speed up workflow.
sudo apt update && sudo apt upgrade
sudo apt add git
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
sudo git clone https://github.com/TheresAFewConors/Sooty.git
cd /Sooty
sudo apt install python3-pip
sudo pip install -r requirements.txt
sudo mv example_config.yaml config.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment