Skip to content

Installation

gilfoyle97 edited this page Oct 6, 2021 · 7 revisions

Requirements

Linux

  • git clone https://github.com/edoardottt/scilla.git

  • cd scilla

  • go get

  • sudo make linux (to install)

  • Edit the ~/.config/scilla/keys.yaml file if you want to use api keys

  • make unlinux (to uninstall)

Windows

  • git clone https://github.com/edoardottt/scilla.git

  • cd scilla

  • go get

  • (install) make windows or .\make.bat windows (on powershell)

  • Create a keys.yaml file if you want to use api keys

  • (uninstall) make unwindows or .\make.bat unwindows (on powershell)

  • Note: (with this type of installation, you can call the scilla command only in the scilla folder, see the open issue)

Once installed, run scilla help to verify the correct installation.

keys.yaml file sample

Spyse: APIKEY-HERE
VirusTotal: APIKEY-HERE
Clone this wiki locally