Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 590 Bytes

installation.md

File metadata and controls

22 lines (17 loc) · 590 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 and argparse modules

Installation

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

easy_install

$ sudo easy_install nessrest

For those using pip

$ pip install -r requirements.txt
$ pip install nessrest```