Installation

Hint

Since v0.10.0 nessus file analyzer (NFA) comes with pre-built binaries for Windows, Linux and macOS. You can download the latest version from GitHub Releases page. Read more about it in Build version section.

You can still install it with pip and build it from source code if you want. Follow below instruction to install from PyPI.

Note

It’s advisable to use python virtual environment for below instructions. Read more about python virtual environment in The Hitchhiker’s Guide to Python!

virtualenvwrapper provides a set of commands which makes working with virtual environments much more pleasant.

Install nessus file analyzer (NFA)

pip install nessus-file-analyzer

Upgrade

To upgrade to newer version run:

pip install --upgrade nessus-file-analyzer