Exposes a Restfull web api to manage a set of Netzob Projects.
Use the requirements.txt
file to install all the required dependencies.
pip3 install -r requirements.txt
The API can be started with the following command
python3 app/__init__.py
Started, the API is available on http://127.0.0.1:5000/api/v1
A Swagger documentation can also be browsed at this address.