Skip to content

Python script to handle Nessus scans from the command line (no APIs required)

License

Notifications You must be signed in to change notification settings

rm1984/NessusCLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NessusCLI

NessusCLI is a Python script to handle Nessus scans from the command line (no APIs required).

Usage:

usage: nessuscli.py [-h] --host HOST [--port PORT] --username USERNAME
                    --password PASSWORD [--verify-https] [-l] [-s FOLDER]

optional arguments:
  -h, --help            show this help message and exit
  --host HOST           The host (IP or hostname) where Nessus is running on
  --port PORT           The port Nessus is listening on (default: 8834)
  --username USERNAME   Username
  --password PASSWORD   Password
  --verify-https        Verify SSL certificate (default: false)
  -l, --list-folders    List all the folders
  -s FOLDER, --get-scans FOLDER
                        List the scans contained in folder FOLDER

Preview:

About

Python script to handle Nessus scans from the command line (no APIs required)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages