BuildingΒΆ
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 Installation instruction to install from PyPI.
Note
This step is optional.
You can build an executable file for nessus file analyzer (NFA).
Clone nessus file analyzer repository using below command in Git Bash:
git clone https://github.com/LimberDuck/nessus-file-analyzer.gitInstall requirements using below command
pip install -r .\requirements.txtRun nessus file analyzer using below command
python -m nessus_file_analyzerUpgrade setuptools using below command
pip install --upgrade setuptoolsInstall PyInstaller
pip install PyInstallerBuild your own executable file using below command
pyinstaller --onefile --windowed --version-file=.\version.rc --icon=.\icons\LimberDuck-NFA.ico --name "LimberDuck NFA" nessus_file_analyzer\__main__.pyGo to
distcatalog to find executable fileLimberDuck NFA.exe
Clone nessus file analyzer repository using below command
git clone https://github.com/LimberDuck/nessus-file-analyzer.gitInstall requirements using below command
pip install -r ./requirements.txtRun nessus file analyzer using below command
python -m nessus_file_analyzerUpgrade setuptools using below command
pip install --upgrade setuptoolsInstall PyInstaller
pip install PyInstallerBuild your own executable file using below command
~/.local/bin/pyinstaller --onefile --windowed --icon=./icons/LimberDuck-NFA.ico --name "LimberDuck-NFA" nessus_file_analyzer/__main__.pyGo to
distcatalog to find executable fileLimberDuck-NFA.
Clone nessus file analyzer repository using below command
git clone https://github.com/LimberDuck/nessus-file-analyzer.gitInstall requirements using below command
pip3.6 install -r ./requirements.txtRun nessus file analyzer using below command
python -m nessus_file_analyzerUpgrade setuptools using below command
pip install --upgrade setuptoolsInstall PyInstaller
pip install PyInstallerBuild your own executable file using below command
pyinstaller --onefile --windowed --icon=./icons/LimberDuck-NFA.ico --name "LimberDuck NFA" nessus_file_analyzer/__main__.pyGo to
distcatalog to find executable fileLimberDuck NFA.app.