Skip to content

Getting Started

Stefan Vlems edited this page Oct 30, 2019 · 3 revisions

Welcome to the Helios wiki!

The following steps will guide you trough setting up the Helios scanner.

First of all, make sure you have Python installed. Version 2.6 / 2.7 are supported but 3.x is recommended.

The latest versions can be downloaded from here: Python Downloads Or just apt-get install python3 python3-pip

Getting the latest version of Helios You can either go to the directory you selected and run git clone https://github.com/stefan2200/Helios.git Or you can download the zip archive from https://github.com/stefan2200/Helios/archive/master.zip.

Installing dependencies Cd into the Helios directory and run: pip install -r requirements.txt

Additionally whenever you are planning to use the built-in web server make sure flask is also installed. This can be achieved by running: pip install flask

Clone this wiki locally