Skip to content

Nexpose Client v7.1.0

Compare
Choose a tag to compare
@sgreen-r7 sgreen-r7 released this 26 Sep 22:16
· 82 commits to master since this release

New Features:

Include a Password while Restoring a Backup:

Adding the ability to Start a new Scan during a Blackout:

  • Patch for Issue#296
  • Two methods to start a scan during blackout
    • Nexpose::Site.scan ~> site.scan(id, sync_id, blackout_override)
    • Nexpose::Connection.scan_site ~> nsc.scan_site(id, blackout_override)
  • Set the blackout_override argument to true to override the blackout.

    • Even if set to true Nexpose will still do a check on the backend to verify the user has the appropriate level of permissions to bypass the blackout.

View the Full Changelog