Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 567 Bytes

installation.md

File metadata and controls

25 lines (19 loc) · 567 Bytes

Installion of nessrest, the Nessus REST API for Python

Supported OSs

Anything *nix based, including Linux and Mac

Prerequisites

Python 2.7, Python 3.3, and the Python requests module

Installation

In order to get Nessus Rest installed and take care of any dependencies, you need run the following:

pip

$ cd [your nessrest directory]
$ pip install -r requirements.txt
$ pip install nessrest

easy_install

$ sudo easy_install nessrest