netzob / netzob-webapi

Resfull API to manage Netzob projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netzob-webapi

Exposes a Restfull web api to manage a set of Netzob Projects.

Install

Use the requirements.txt file to install all the required dependencies.

pip3 install -r requirements.txt

Start

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.

About

Resfull API to manage Netzob projects

License:GNU General Public License v3.0


Languages

Language:Python 100.0%