Last active
September 15, 2020 19:58
-
-
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.
This file contains hidden or 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
| 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