/NessusTool

Python wrapper for the Nessus API to automate common tasks.

Primary LanguagePythonMIT LicenseMIT


NessusTool

Python wrapper for the Nessus API to automate common tasks.

InstallExamplesRelatedLicense

Install

git clone https://github.com/byinarie/NessusTool.git
pip3 install -r requirements.txt 

Examples

python3 NessusTool.py create-scan --api-key KEY --secret SECRET --remote-host HOSTNAME
  • List policies
python3 NessusTool.py list-policies --api-key KEY --secret SECRET --remote-host HOSTNAME
  • Export scan results
python3 NessusTool.py get-reports --api-key KEY --secret SECRET --remote-host HOSTNAME

Related

License

MIT